Trading chart patters in mql5 | Part 5

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

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

  • @jadjad5414
    @jadjad5414 4 หลายเดือนก่อน +2

    I think it is important to match pattern in strong markets to get good results , thank you to share such nice coding tut.

  • @cnnf6913
    @cnnf6913 2 หลายเดือนก่อน

    Tobi its great series of videos. Thank you.
    Possibly to include a code the limit number of trades at a given time.

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

      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.

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

    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

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

      Yeah feel free to change the EA to your needs.

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

    Can you make a supertrend vid

  • @prathameshwakankar7781
    @prathameshwakankar7781 4 หลายเดือนก่อน

    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.

  • @marine5395
    @marine5395 4 หลายเดือนก่อน

    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 ;-).

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

      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.

    • @marine5395
      @marine5395 4 หลายเดือนก่อน

      ​@@trustfultrading Thank you for your answer and the outpouring. This makes it even more exciting. And indeed we can add onw ideas.

  • @Gameshow_360
    @Gameshow_360 4 หลายเดือนก่อน +1

    Is it possible to develop the setup unicorn model?

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

      What is that?

    • @guillaumeroyer665
      @guillaumeroyer665 4 หลายเดือนก่อน +1

      @@trustfultrading a term in ict scam, it just a double bottom pattern

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

      @@guillaumeroyer665 Ahh ict... :)

  • @marine5395
    @marine5395 4 หลายเดือนก่อน

    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.

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

      Hi, thanks for the feedback, I will consider simplifying the code.

    • @marine5395
      @marine5395 4 หลายเดือนก่อน

      @@trustfultrading Thanks for your kind reaction!