Anti Martingale Hedging Against Fibonacci Martingale (Strategy and MQL5 Code Explained)

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

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

  • @ReneBalke
    @ReneBalke  หลายเดือนก่อน +6

    Hey Guys, find the community here: www.skool.com/automated-traders-elite/about
    I just created a community for everyone who wants to interact with other algotraders. I will also upload the code files from all of my TH-cam tutorials (from now on) to this group. The code of this DCA Strategy is already uploaded and waiting for you. This saves you from the hustle of copying everything if you only want to test the EA or make some adjustments. Hope you like it! Let us all grow together!

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

      Hi Rene, when will you upload this code to the skool community.

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

      Is there a charge for the community grp if we just there for discussion and not downloading any EA?
      If its a community discussion grp for ppl to discuss and contribute/share ideas, why should there be charged?
      You should separate discussion with any chargeable downloads.

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

      @@jamestiong2279 he has to eat for all the hard work he does, you can always watch the hundreds of free yt videos that René produced, free of charge.

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

      @MrHumbleOne done already

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

      @@ReneBalke I found it in the op from the member! A dedicated grid class would be beneficial I think for the skool members

  • @smetljesm2276
    @smetljesm2276 หลายเดือนก่อน +5

    Profit pine looks stable, but like you said most big profit increases come from martingale, DCA recovery side of the grid.
    Keep that as it is but i would like to see a version that doesn't close the initial position when another one is opened but adds a other one to the previous.
    I think it would make the profit curve rise a bit faster.
    It would also reduce overall drawdown and naturally increase total profitability.
    Please try

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

    Thanks for this concept looks interesting
    For sure it deserves a more detailed consideration

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

    Interesting strategy. I think it would be a good idea to have an option to input a profit target and when this is hit all trades - both buy and sell, would be closed and the EA would start again from scratch. If the user didn't want to use it then just put in a very high amount that will probably never be hit.

  • @ahtishamtariq3233
    @ahtishamtariq3233 14 วันที่ผ่านมา

    Sir, what do you charge, if I want you to settle that loss trade to be editted a bit to be safely managed, please

  • @NightmarishNarratives13
    @NightmarishNarratives13 3 วันที่ผ่านมา

    Where would I insert a Trade Comment for this EA?

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

    Please upload next version of this strategy

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

    If the trend continues the drawdown from the losing position will kill the equity.

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

      Not if you have infinite margin 😂

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

      @@rbauer961 What?

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

      @@FighterFred It's a joke. All martingale strategies fail for the reason you point out, no matter how complicated you make them. They all fail eventually and all is lost. The strategy assumes you have infinite money to cover losses

    • @geraldpheonix
      @geraldpheonix 23 วันที่ผ่านมา

      That's why you can hedge it

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

    What if the direction in the losing side continues and never returns and you keep stacking to losing positions

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

    Cooles Video wie immer danke rene

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

    Would it have been redundant to use DEAL_REASON_TP/SL next to DEAL_ENTRY_OUT?

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

      hm yes I think so because it does not really matter if it as a tp or sl that closed the position.

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

      @@ReneBalke I see

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

    Why don't you just close the losing deal and open a new deal in the winning direction instead of leaving it running and then close them both at the same time? It's like hiding them loss behin the winning trades, but loss is a loss anyway.

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

      It's microtrend and macrotrend

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

      I mean.. you never know what the market does next right? But if you do know then I totally agree with you. In this case I would also only open the winning trade.

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

      @@ReneBalke you didnt get my point sorry, when you open two positions sell and buy and you choose the sell direction and add a new position (winning direction ) and then close all the deals, you could have closed the Buy position when you opened the Sell and the result is the same , but pyshologically its better to close them both when you are winnig overall (its the same ) . :)

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

      ​@@WalidhappyAmri He explained that it was easier to code it this way but will improve it later to use existing orders and to use pending orders instead of market orders

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

      @@rbauer961 yes I know, so basically the strategy consists at openings a sell and buy at the same time and then once the price drops it adds a second sell order so in a way to have one Buy (losing) and two sell ( 1 winning that offset the losing buy and one sell that hopes for the price to drop to close all the positions in profit), my point is why just don't you close the initial buy and sell trades before opening the second sell? Why waiting for the overall profit to close? Just close them and open your sell and get your profit from the sell and that's it, at the end the profit made is the sell order.

  • @ahtishamtariq3233
    @ahtishamtariq3233 14 วันที่ผ่านมา

    this is interesting

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

    i don't like martin the gäy but i like your art of explaining : )

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

    nice thumbnails

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

    🎉👍

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

    Nöö, das ist mir zu anstrengend.Allerdings kann ich dich verstehen . Soviel Abonnenten wie hier wirste in deinem Heimatland niemals erreichen !! Weiterhin viel Erfolg und Good luck from old Germany😄

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

      okeee :D:D ich habe mir aber fest vorgenommen, demnächst auch wieder was auf dem deutschen kanal hochzuladen.

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

      lol ich habe gar nicht gemerkt das es englisch ist bis ich deinen kommentar gelesen habe :-D my brain makes no unterschied with the sprache :-D anyway guter content as immer :D danke you

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

      @@Pulmol7 LoOOOHOOOooll

  • @GustawKocon58
    @GustawKocon58 14 วันที่ผ่านมา

    Nice idea, but after closing SL (in profit) for both SELL orders, we still have BUY order on lose, and profit from SELLs didn't cover the loses. Consider a mechanism similar to the one in this video th-cam.com/video/JEggTWy1lLk/w-d-xo.htmlsi=K4779dvCIwdF4enq to completely close both (BUY and SELL) orders with profit as a cycle. regards

  • @Vol.d_Marius
    @Vol.d_Marius หลายเดือนก่อน

    Hello, I tried to code a slightly different strategy that you showed in this video (th-cam.com/video/eBpAungpiZE/w-d-xo.htmlsi=2BASd3GBj3YOdQHh) I was able to open grid orders in any direction in one method