Sure you can do that, in a lot of my videos I use a "CountPositions" function. You can use that and create a new input variable to limit the number of trades.
hi Tobi, this is an interesting EA.. well done to you... by the way, is it possible if for example... i had like 4 different patterns and i want the EA to check the criteria prior opening a buy or sell position.. if the pattern from the running candle matched to 1 of those 4 pattern? pls kindly help on how to do it.. thank you
Dear Toby, I've seen all five pattern recognition videos. That makes me wonder if you could explain in a future video what you are heading for? For example, where will the "right" patterns come from? Or else: what are the "right" patterns? Is it sometimes the case that you are still going to make software to discover profitable patterns? By the way, that would be very nice, and you would help us in the direction of AI. Or will that be the next project ;-).
Hi, as I said in the beginning, with this project is just discovering new things. I don't know where its going :) But of course there are a lot of thing you can improve and add to this EA.
Thanks for this nice series of videos using pattern comparison. I think you certainly strike a chord with many and fill a need. Personally, I really appreciate that you take on a difficult part like pattern recognition. However, after 9 min and 30 sec it becomes with programming such as : and ? very complicated/confusing as you pointed out yourself in the video. I know you've used that before in range breakout EA, but it's starting to look a bit like Egyptian hieroglyphics. You are a very good cenceptual thinker when you understand such a complicated code!. I have a request to describe it less compactly and to simplify it a bit by two If-statements where, for example, in one a positive correlation is marked by a green line and in the other If-statement a negative correlation is marked by a red line? Then the difference is immediately clear in the chart as well. And two If-statements fort the normal and mirrored pattern as well.
I think it is important to match pattern in strong markets to get good results , thank you to share such nice coding tut.
Thanks for watching :)
Tobi its great series of videos. Thank you.
Possibly to include a code the limit number of trades at a given time.
Sure you can do that, in a lot of my videos I use a "CountPositions" function. You can use that and create a new input variable to limit the number of trades.
hi Tobi, this is an interesting EA.. well done to you...
by the way, is it possible if for example... i had like 4 different patterns and i want the EA to check the criteria prior opening a buy or sell position.. if the pattern from the running candle matched to 1 of those 4 pattern? pls kindly help on how to do it.. thank you
Yeah feel free to change the EA to your needs.
Can you make a supertrend vid
Hi, I have a question which is How we can backtest or perform optimisation on EA to get the results which can give 100-150 dollars daily.
Dear Toby, I've seen all five pattern recognition videos. That makes me wonder if you could explain in a future video what you are heading for? For example, where will the "right" patterns come from? Or else: what are the "right" patterns? Is it sometimes the case that you are still going to make software to discover profitable patterns? By the way, that would be very nice, and you would help us in the direction of AI. Or will that be the next project ;-).
Hi, as I said in the beginning, with this project is just discovering new things. I don't know where its going :) But of course there are a lot of thing you can improve and add to this EA.
@@trustfultrading Thank you for your answer and the outpouring. This makes it even more exciting. And indeed we can add onw ideas.
Is it possible to develop the setup unicorn model?
What is that?
@@trustfultrading a term in ict scam, it just a double bottom pattern
@@guillaumeroyer665 Ahh ict... :)
Thanks for this nice series of videos using pattern comparison. I think you certainly strike a chord with many and fill a need. Personally, I really appreciate that you take on a difficult part like pattern recognition. However, after 9 min and 30 sec it becomes with programming such as : and ? very complicated/confusing as you pointed out yourself in the video. I know you've used that before in range breakout EA, but it's starting to look a bit like Egyptian hieroglyphics. You are a very good cenceptual thinker when you understand such a complicated code!.
I have a request to describe it less compactly and to simplify it a bit by two If-statements where, for example, in one a positive correlation is marked by a green line and in the other If-statement a negative correlation is marked by a red line? Then the difference is immediately clear in the chart as well. And two If-statements fort the normal and mirrored pattern as well.
Hi, thanks for the feedback, I will consider simplifying the code.
@@trustfultrading Thanks for your kind reaction!