I want to build a continuation style EA, But dont want to use for example Candle id .
-
I want to build an EA, that has an impulse then a pattern after that, that will be interchangeable with what every pattern i come up with, But without having to program it in terms of Candle ID, because im not sure how long the pattern will take to form.
How can i make it for example.
Impulse - Impulse is still valid unless it breaks the high or low (Candles period) , until the pattern is formed (Unknown amount of candles.)This is an example of a pattern, but its more about know how to use it without specifications of Candle ID's

-
That is a very complex and ambitious project. Not a trivial one, to say the least. Defining those patterns without using candle IDs makes it even more difficult. You will need a very long list of crystal clear conditions used by the EA to identify those patterns. Before even beginning the project, do you have that list?
-
Yes i have manually back tested this strategy and have very specific set rules.
the only issue is i need to understand looking perhaps. Its quite simple when broken down, and mechanical.
-
Ok. Could you please provide tat list of conditions and an image showing how would they be applied?