anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.18k stars 563 forks source link

Quick question about pattern detection training #152

Closed saleh-old closed 6 years ago

saleh-old commented 6 years ago

I'm looking to train a few models using Tensorflow, let's say (I'm not sure yet) for more candlestick patterns. Could you please let me know from your experience, how many examples of each chart pattern I would need for the model to work accurate enough? 10? 100? 1000? 10000? You see where this is going 😆

anandanand84 commented 6 years ago

Candlestick patterns has clear logic to identify, so it would be better to find candlestick patterns in traditional programming. I am assuming you are trying to identify chart patterns which is complicated, I used to get good results with tens of thousands of patterns, I mostly used a combination of synthetic and organic data. Getting the organic data is the key for accurate prediction which is very difficult

saleh-old commented 6 years ago

@anandanand84 Of course, I'm talking about complicated patterns like those you did. I intend to do it more often for patterns found in this book: "Encyclopedia of Chart Patterns".

I'm working on an advanced trading bot written in TypeScript that so far has:

Would you like to have a chat? Maybe we can help each other out.