Thankyou sir for your valuable time. I want to know how would I get this EA for testing?
@Stisse1210 ай бұрын
Learn alot from your videos, this one was hard for me, I think i finaly understand the switch and what the functions does, its a clever solution that I had done in a more stupied way if I would have used my old Basic skills :) a tip for others that dont get it first, see the whole video carefully and listed, then do it again. I think when you see the final result you understand more and more.. Thanks for sharing! Please make new videos they are awesome!
@paduraruovidiu201 Жыл бұрын
This is professional programming but packed in a beginner friendly way. Thank you for the content! :)
@XaviAndreu Жыл бұрын
Very happy to see your new video
@fredysoto8547 Жыл бұрын
This is getting Better and Better.. I'm waiting for the 4th part!! THNAKS a LOT!!, Success for You!!
@trustfultrading Жыл бұрын
Thank you! You too!
@kanaya1991 Жыл бұрын
thx broo!! im waiting for the next video! :D lets gooing oonn! :D
@moradimehrdad4881 Жыл бұрын
Your effort to share programming knowledge is great Thank You✌👌👍
@trustfultrading Жыл бұрын
Thanks and welcome
@secretsmile921910 ай бұрын
Hey very nice content, im 0 at mql coding i have 1 question is this ea can open trades at popular candlestick patterns like pinbar, engulfing , shooting/morning star ..?
@trustfultrading10 ай бұрын
Yeah, if you are new to mql5 you might take a look at my programming course ;)
@AyodejiDavid-t2o Жыл бұрын
Hiii thanks for putting this out, and i find this really interesting, i am having a slight issue, it doesnt open a sell position i have no ides why
@DBIRobotics Жыл бұрын
Can you modify the range breakout EA so that you can have 2 ranges in a day
@trustfultrading10 ай бұрын
Hmm... I don't really see the point. Can't you just run the EA on two charts?
@yourworld...3699 Жыл бұрын
Thank you brother Toby for great content. May you kindly please create a video regarding mql5 Programming in general so that as you explain some of your strategies we can be on the same level. I've been on the same level as you however now you're getting advanced. Thank you.
@trustfultrading Жыл бұрын
Thanks for the idea!
@shagarcool Жыл бұрын
very nice
@nitin_narayankar Жыл бұрын
I am facing one problem. when moving average shift apply on 0,1,2 its working but when I am trying moving average shift on -1, -2 . then program is not working. have you solution.
@trustfultrading Жыл бұрын
What you mean with "not working"?
@nitin_narayankar Жыл бұрын
@@trustfultrading MA shift in minus -2 not work
@anypuppet Жыл бұрын
Hey Toby. I really enjoy your tutorials and appreciate all the value you provide for us. But I am confused why you insist of testing the EAs on open prices only. This will not give the correct results in the strategy tester. If you only measure where price has closed, you will not include where price might have hit the SL but closed above it for example. Would you consider using “every tick” when you test the EAs? That would be awesome. Again, thank you so much for these videos.
@trustfultrading Жыл бұрын
Hi, thanks for watching. I use open prices because it is more accurate than every tick mode. If you don't have tick data, ticks are simulated in the tester. But we know for sure that the opening price took place at this price level. Also SL/TP is still being hit with the wick of a bar even in open price mode. Here is a good article abouttick generation: www.mql5.com/en/articles/75 Also this one: www.mql5.com/en/articles/239 Hope that helps ✌
@rick134863 ай бұрын
nice job !
@richardbokele830 Жыл бұрын
🙏🏽🙏🏽🙏🏽
@medironza Жыл бұрын
Thanks again for this great video But unfortunately, your back test 😕 for 10 years yields only 107 trade 😕 🙄, I think it's looks like a booring strategy 🤔 and investment .
@trustfultrading Жыл бұрын
Boring is what we want :) Beginners are always looking for action and scalping systems. I've been there too 😇 Also you can let this run on multiple pairs.
@turbs698 Жыл бұрын
@@trustfultrading would need to run it on a good few pairs aha, I guess the optimization is in the next vid which will paint the full story, algos can't be judged until completion IMO! Lovely vid for newcomers to algo trading
@trustfultrading Жыл бұрын
@@turbs698 Yeah, but I have to say, I also prefer a bit more trades 😉 Thanks for watching 👌
@nobertmazunze Жыл бұрын
Thank you sir for this rich mql5 content. I am, however, encountering a problem and I can not figure out where it is coming from. At the end of part 2 I tested the code to see whether or not it opens trades and it worked fine opening both buy and sell trades at the same time. Now at the end of the third video after having put all the conditions, the EA still opens two trades at the same time. What is more frustrating for me at the moment is that although I have been going through code for the whole day I still can not pinpoint the error. What could be the error? I have the code to your telegram in box. Please have a look and correct me. Thank you for your help.