Awesome candlestick pattern EA in mql5! | Part 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 32

  • @trustfultrading
    @trustfultrading  ปีที่แล้ว +6

    I hope this was useful, have a nice day! 🤘😎✌

    • @anandpandharpatte554
      @anandpandharpatte554 ปีที่แล้ว

      Thankyou sir for your valuable time. I want to know how would I get this EA for testing?

    • @Stisse12
      @Stisse12 10 หลายเดือนก่อน

      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
    @paduraruovidiu201 ปีที่แล้ว +1

    This is professional programming but packed in a beginner friendly way.
    Thank you for the content! :)

  • @XaviAndreu
    @XaviAndreu ปีที่แล้ว +2

    Very happy to see your new video

  • @fredysoto8547
    @fredysoto8547 ปีที่แล้ว +1

    This is getting Better and Better.. I'm waiting for the 4th part!! THNAKS a LOT!!, Success for You!!

  • @moradimehrdad4881
    @moradimehrdad4881 ปีที่แล้ว

    Your effort to share programming knowledge is great
    Thank You✌👌👍

  • @kanaya1991
    @kanaya1991 ปีที่แล้ว

    thx broo!! im waiting for the next video! :D lets gooing oonn! :D

  • @AyodejiDavid-t2o
    @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

  • @yourworld...3699
    @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.

  • @DBIRobotics
    @DBIRobotics ปีที่แล้ว

    Can you modify the range breakout EA so that you can have 2 ranges in a day

    • @trustfultrading
      @trustfultrading  9 หลายเดือนก่อน

      Hmm... I don't really see the point. Can't you just run the EA on two charts?

  • @secretsmile9219
    @secretsmile9219 9 หลายเดือนก่อน

    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 ..?

    • @trustfultrading
      @trustfultrading  9 หลายเดือนก่อน

      Yeah, if you are new to mql5 you might take a look at my programming course ;)

  • @rick13486
    @rick13486 3 หลายเดือนก่อน

    nice job !

  • @nitin_narayankar
    @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
      @trustfultrading  ปีที่แล้ว

      What you mean with "not working"?

    • @nitin_narayankar
      @nitin_narayankar ปีที่แล้ว

      @@trustfultrading MA shift in minus -2 not work

  • @shagarcool
    @shagarcool ปีที่แล้ว

    very nice

  • @anypuppet
    @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
      @trustfultrading  ปีที่แล้ว +3

      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 ✌

  • @richardbokele830
    @richardbokele830 ปีที่แล้ว

    🙏🏽🙏🏽🙏🏽

  • @medironza
    @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
      @trustfultrading  ปีที่แล้ว +1

      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
      @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
      @trustfultrading  ปีที่แล้ว

      @@turbs698 Yeah, but I have to say, I also prefer a bit more trades 😉
      Thanks for watching 👌

  • @nobertmazunze
    @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.