I created a Martingale Strategy: Forex EA that made 1460% (FREE ROBOT)

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 136

  • @PetkoAleksandrov
    @PetkoAleksandrov  Год назад +36

    Just before publishing the video I succeeded in improving the strategy: I added TP of 90 pips (900 points) and decreased the SL to 95 pips (850 points). I also changed the Bollinger bands to Mar period 190 and multiplier 2.85. The exit condition: Top Bottom price indicator that uses the previous month (vertical shift is 380). I hope you enjoed the video! Thank you all for watching and commenting!

    • @ReneKrajcovic
      @ReneKrajcovic Год назад

      Hi Petko, I tried to run it on the tester but it did not work. Can I download somewhere working ea?

    • @doc1204
      @doc1204 Год назад

      Hello Petko, I tried with a demo account but no positions are opened even though the EA is active.

    • @harrapukspuu
      @harrapukspuu Год назад

      Same thing for me, doesnt open any trades and cant backtest on MT. I tried it on smaller timeframes and changed Bollinger band settings, so that it would open a lot of trades, but it does not respond. Would like to test it and give you feedback, so could you please check it!

    • @afrikahome6391
      @afrikahome6391 Год назад +2

      @@doc1204 he played us for views😂

    • @keithcarassale9302
      @keithcarassale9302 Год назад

      Same here been days and no open trades

  • @anonymous6985
    @anonymous6985 Год назад +2

    Thank you Petko... Very gd content... The best is the way you warn traders how dangerous is Martingale strategy.

  • @paulmitchell9954
    @paulmitchell9954 Год назад +5

    Quick question: why are you coding each and every indicator used by the EA instead of calling a built-in MT4 function like iBands for example?

  • @Azimfarrukh
    @Azimfarrukh Год назад

    I get error while backtesting 2023.09.16 18:06:16.569 2023.07.21 09:30:00 Petko GBPUSD,M30: LabelDelete: failed to delete a text label! Error code = 4202

  • @SiphoBhiya.Online
    @SiphoBhiya.Online Год назад +1

    How does this value entry work "Amount to close on reduction [lot]" and the break-even point?

  • @prodATM
    @prodATM Год назад

    why is it not intallling and showing up on my MT5, i compiled it and refreshed the Advisers Folder and its not showing up?
    im doing everything ur doing in the video and it wont work

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi prodATM, is it showing up in the Navigator tab? Try resetting your MT5 platform after copying the EA into the Experts folder.

    • @prodATM
      @prodATM Год назад

      @@PetkoAleksandrov thanks!

  • @M1rsienna
    @M1rsienna Месяц назад

    It's only working Modeling: Open prices only. When trying to run a backtest.. any comments on that??

    • @PetkoAleksandrov
      @PetkoAleksandrov  Месяц назад

      That's the way the EAs are designed and created in EA Studio. When they receive their signals from the market to open a trade, they do so on the next bar opening.

  • @IastrebovMarcus
    @IastrebovMarcus Год назад +1

    hi, im trying to make a backtest with the EA and ,it still doesnt work, can you help?

    • @IastrebovMarcus
      @IastrebovMarcus Год назад

      it says: "ActionTrade::ManageOrderSend(): OrderCheck(): Invalid order filling type" in the jornal in backtest

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi, user-kg3qr1cf9d , have a look at the support page from the developer where he covers this topic: forexsb.com/forum/topic/7505/error-invalid-order-filling-type/

  • @MiroslavPopov
    @MiroslavPopov Год назад +2

    Thank you for showing us the Journal. It shows clearly how Martingale is working. However, this is a hazardous system. We shell trade it with a lower amount, and with money, we can double or afford to lose :)

  • @karthikeyanharikrishnan2363
    @karthikeyanharikrishnan2363 Год назад

    Hi Petko, I'm getting the following error "The order is canceled becasue the entry amount is below the allowed minimum". Can you assist on that.

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hey karthikeyanharikrishnan2363 , The error message "The order is cancelled because the entry amount is below the allowed minimum" in MetaTrader indicates that the size of the trade (or order) you are trying to place is smaller than the minimum trade size allowed by your broker. Try to increase the entry lot, on a demo account of course, or try with a different account type or broker that allows smaller entries.

  • @Rene-Mijs
    @Rene-Mijs Год назад +1

    hello the expert advisor doesnt place any trades can you help me?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi Rene-Mijs, as long as you have followed the steps to extract and install the EA onto your chart, it will open trades as soon as market conditions meet the rules of the strategy. Your account balance, lot sizes, choice of broker, their spreads, fees and commissions will also play a role in the frequency of trades. I'd suggest running a backtest in MT4 to get an idea of how it performed in the past with your broker.

  • @666kgb666
    @666kgb666 Год назад

    i am using MT5 on MAC and i am somehow unable to copy and paste the file into the data folder, can you assist please?

  • @renatos3278
    @renatos3278 Год назад

    Downloaded and started. It doesn't work (Invalid order filling type)😡

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi renatos3278, MT5 send a parameter called Order Filling Type to the server when sending orders. The strange part is that every broker has only one filling type, which must be possible to set this parameter internally, but not. The other quirk is that the method of checking the exact filling type doesn't work in MT.
      The EA Studio experts tries to detect the correct method, but the different brokers return different errors and we cannot make an universal solution.
      A workaround is to set the filling type manually.
      Find the GetOrderFillingType function at the end of the expert.
      Change it from:
      ENUM_ORDER_TYPE_FILLING GetOrderFillingType()
      {
      const int oftIndex=(int) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE);
      const ENUM_ORDER_TYPE_FILLING fillType=(ENUM_ORDER_TYPE_FILLING)(oftIndex>0 ? oftIndex-1 : oftIndex);
      return (fillType);
      }

  • @josepmariacasanovas1962
    @josepmariacasanovas1962 Год назад +1

    Hola Petko, lo he instalado en MT4 cuenta demo TF h1, en EURUSD y despues de 24 horas aun no me aperturado ningun comercio, ¿tengo que modificar algun parametro?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hola @ josepmariacasanovas1962 , una vez que las condiciones del mercado sean adecuadas, se abrirán operaciones. solo asegúrese de haber habilitado el comercio automático ANTES de instalar el robot en el gráfico, y de que ve una cara sonriente en la esquina superior derecha del gráfico

  • @menteses123
    @menteses123 Год назад

    not working !@!@!@!

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +1

      Hi menteses123, what do you mean? As long as you follow the steps to attach the EA to your chart, have enough capital in your account, leverage is set correctly and spreads are low, it will work. Run a backtest using open prices only and see for yourself the results of the past.

  • @gabrielecacciamani6355
    @gabrielecacciamani6355 Год назад +1

    Dear Mr Petko, which pairs and tf do you kindly suggest for test this EA?

    • @doc1204
      @doc1204 Год назад +3

      Look in the video..., EURUSD M15

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi gabrielecacciamani6355, as @doc1204 has said, this EA has been created for EURUSD M15

  • @tomasvelasquez7455
    @tomasvelasquez7455 Год назад

    Hi Petko, i am trying to do a backtesting of this EA but it dont open any operation i dont know what happen , the register dont show any mistake or problem

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi tomasvelasquez7455, make sure you have selected open prices only for the test, as the EA opens trades on new bars only.

  • @portuguesepilot
    @portuguesepilot Год назад +1

    Do we need to use a specific timeframe?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi portuguesepilot8912, this EA was created for EURUSD M15

  • @Henry-zw2ys
    @Henry-zw2ys 7 месяцев назад

    Very nice thank you!
    One thing worth mentioning though is that the backtest on this EA is *incredibly* slow. I had a quick look at the source and the reason might be because it builds an array for lookback which is referenced constantly, slowing it down a LOT. For those interested, this is on line 5476 (I changed it from 3000 to 100 for testing purposes) with a loop within a loop at lines 5495 and 5497 among others... As any developer will know, embedded loops will kill performance, as we see here.

    • @PetkoAleksandrov
      @PetkoAleksandrov  7 месяцев назад

      When creating or generating EAs in EA Studio, we can see instant backtest results. When changing any parameters, the results of the changes are in real-time, with all statistics

  • @allenksg
    @allenksg Год назад

    I did the back test, but it is empty result and no graph shown.

  • @Kompang888
    @Kompang888 Год назад

    What Time fram we use sir

  • @JJ-st8co
    @JJ-st8co Год назад +3

    Hello @petko Nice effort bro ! I tried to backtest in mt4, this EA, its unfortunately not working. I tried in M15, EurUsd. Also EA is added to the chart. Since 2 days, no any trades are open ! Could you please advise ? Thanks in advance and keep grow together !

    • @harrapukspuu
      @harrapukspuu Год назад

      I had the same problem! It was not possible to test in MT4, when using "every tick", it only worked with "open prices only". Just started it up right now on demo account, so will see if it takes trades. Did you try adding Bollinger bands to the chart? That way you would know for sure, when it should take a trade.

  • @666kgb666
    @666kgb666 Год назад

    no matter what i do, the trades are always at 0.01 lots, how to fix this pls if i want to do 1 lot?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi @666kgb666, when placing the EA onto the chart, check the properties (inputs). Also check the account type you have with your broker, as it may be an ECN account that doesn't allow larger lot sizes.

  • @tomasvelasquez7455
    @tomasvelasquez7455 Год назад +1

    Thanks Petko, you are the Best!

  • @AnthonysTradingChannel
    @AnthonysTradingChannel Год назад

    Thanks for sharing this video, I enjoyed it!

  • @taweesaknoinak4283
    @taweesaknoinak4283 Год назад

    How did you use data quality on mt4

  • @jorgensen60
    @jorgensen60 Год назад

    Hi what do you think of the pip collector EA please

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi jorgensen60, I haven't tested it, but I will look into it and if it's worthwhile, make a video about it sometime

  • @abdulnaserfares2566
    @abdulnaserfares2566 Год назад

    Hi , is there distance control to additional trades
    Thanks for all

  • @bjornkopsieker9497
    @bjornkopsieker9497 9 месяцев назад +3

    Total waste of time, this EA. Only loses. Keep it for yourself

  • @dcoopr
    @dcoopr Год назад

    Will this EA work on XAU gold trading? Thank you !

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +1

      Hi dcoopr, this EA was designed specifically for EURUSD, but you can place it on a demo account, run a backtest and see what the results would be for Gold.

  • @kom-bu-cha6507
    @kom-bu-cha6507 Год назад +1

    Hi Petko
    Thanks for everything you do for us...
    Is this EA to risky to try and use on a Prop Challenge? Or is there a way to reduce the risk?
    Thanks Andy

    • @davetimm2458
      @davetimm2458 Год назад +1

      Look at video again, you can reduce lot size.
      Also you can use a cent account. $1000 on a cent account broker will read as $100000. Then using his trade size which he placed on $50000 demo acc will automatically reduce risk with 50%.

  • @olivergrasset6049
    @olivergrasset6049 Год назад

    Thanks for sharing this bot Petko! I'm running it on 10 pairs and have had many trades, but is it OK to run it that way? 1 EA into 10 pairs, or shall I create 10 copies and run each copy per chart?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi olivergrasset6049, Although the expert advisor has been optimized for a particular asset market conditions will dictate how well it performs with different assets. You don't need to create 10 copies of the expert advisor you just need one expert advisor in your navigator window. Then simply attach the expert advisor to each individual chart. However, when you attach the expert advisor to each chart go to the inputs menu and change the magic number so that each expert advisor on each chart has a unique magic number so that you can accurately track the trades on each

    • @olivergrasset6049
      @olivergrasset6049 Год назад

      ​@@PetkoAleksandrov OK, great! Thanks for your help :)

    • @olivergrasset6049
      @olivergrasset6049 11 месяцев назад

      Hello Petko, I have another quick question: Does the martingale have a ceiling?

  • @emiliojosemuniz338
    @emiliojosemuniz338 Год назад

    how long it took for do the 1460%?

  • @maulikdhorajiya7895
    @maulikdhorajiya7895 Год назад

    i want RSI overbought martingle ea bro how can i creat it

    • @Henry-zw2ys
      @Henry-zw2ys 7 месяцев назад

      Either code it yourself using MQL5, or use the no-code tool Petko uses.

  • @streamyx78
    @streamyx78 Год назад

    the EA cannot backtest in MT4

  • @bodysolidtony
    @bodysolidtony 3 месяца назад

    U ea don’t waorj work I tried it it didn’t open anything

  • @Ighodalo_
    @Ighodalo_ Год назад +1

    Great content. Thanks for sharing

  • @bongzam3647
    @bongzam3647 Год назад

    is Martingale strategy work to all currency pair?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi @bongzam3647, a martingale system can work on any asset, however this robot has been designed to work on EURUSD M15.

  • @ryzz80
    @ryzz80 Год назад

    Two weeks I asked your support team about ICT/SMC strategies if they would/are possible with your EA creation system. After asking me what ICT strategies were (which was partly worrying), I replied to which they then have not replied since, therefore are you able to answer this question. Can you create bots based on ICT or SMC rules yet or not?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +1

      Hey mate, not the EA Studio uses only MT indicators. I will check myself what they replayed but I am pretty sure they told you the same. :)

    • @ryzz80
      @ryzz80 Год назад

      @@PetkoAleksandrov ok thanks for confirming - I thought that might be the case, though I know some people have coded FVG, Imbalance etc indicators for MT4 - could they be incorporated?

  • @Shortstipsidea
    @Shortstipsidea Год назад +1

    Sir please make a good robot which can be traded in 100$ or 200$ amount. It will have small SL and good TP.

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi SweetAI1920, check out this video, with included link to download the EA in the video description: ruclips.net/video/ib9ce2bnK1k/видео.html

  • @namanyaalex-mz7fx
    @namanyaalex-mz7fx Год назад

    Can you please test for me a certain robot called pip rocket scalper and see how it works please?

  • @Patrickde99
    @Patrickde99 Год назад

    Downloading and testing out on a demo, let you guys know how it goes

    • @prodATM
      @prodATM Год назад

      how's it going?

  • @muhammedahmad6152
    @muhammedahmad6152 Год назад

    Do you have crypto martiangle bot? for free?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi muhammedahmad6152, no, I haven't created such an EA yet

  • @cchongchannel8943
    @cchongchannel8943 Год назад +1

    Thanks for sharing. Is this EA unlimited or only valid for certain period?

    • @MiroslavPopov
      @MiroslavPopov Год назад +1

      The robots you create during the Free period are unlimited. You may make as many as you can. The best part is that you also receive the complete MQL code of the experts.

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +2

      Hi cchongchannel8943, as Miroslav has said, you can create an unlimited number of EAs during the trial period, and the included EA in this video is free to use and will not expire

    • @cchongchannel8943
      @cchongchannel8943 Год назад

      @@PetkoAleksandrov Ok great and thanks very much! By the way, have you heard of GS Spider 2023 EA? The latest version is 2023 but I saw free version 2020 somewhere online and it seemed quite profitable and interesting. It's a grid and hedge strategy robot if I'm not mistaken. Would you kindly also consider to just take a look at it to see if you are interested to share your testing on this EA with maybe one of your future videos? Thanks.

  • @lifebullmans8154
    @lifebullmans8154 Год назад +1

    Net Martingale EA's will lose their asses (or your money) if the market goes into a trend. In a sideways market it can work but you'll need to totally disconnect yourself from any emotions.

    • @MiroslavPopov
      @MiroslavPopov Год назад

      You are correct. The Martingale money management is risky for own accounts. However, it suits well in FTMO challenges.

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Thank you, @MiroslavPopov

  • @faridmaatalani1662
    @faridmaatalani1662 9 месяцев назад

    What is the risk ?

    • @PetkoAleksandrov
      @PetkoAleksandrov  9 месяцев назад

      As with all grid systems, the risk is running out of margin and the account blowing

  • @ikoyTOPG
    @ikoyTOPG Год назад

    Why your bot doesnt open trades?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi ikoyTOPG, it could be because the account balance is too low and your lot size is too large. Or perhaps your leverage is set to high and you don't have enough margin.

  • @robinr1359
    @robinr1359 8 месяцев назад

    Thanks for the bot first of all. I tried it but it does not open trades unfortunately (even with open prices only)

    • @PetkoAleksandrov
      @PetkoAleksandrov  8 месяцев назад

      Do you mean no trades were opened during a backtest? If so, please check your settings - entry lots according to your account balance, leverage, and broker trading conditions.

    • @robinr1359
      @robinr1359 8 месяцев назад

      @@PetkoAleksandrov Yes, during backtest. The settings seem to be in order... many others in the comment section seemed to be having the same issue.

    • @Henry-zw2ys
      @Henry-zw2ys 7 месяцев назад

      @@robinr1359 Check the journal to see why this might be happening.

  • @fabio200928
    @fabio200928 Год назад +2

    Muito top. Vou testar ele hoje

  • @kralmtrader
    @kralmtrader Год назад +1

    Very sniper a EA I like it🎉

  • @DianRomana-qn9kv
    @DianRomana-qn9kv 5 месяцев назад

    please review about Master Nasdaq EA Sir. Good single entry EA

  • @mikelowrey3565
    @mikelowrey3565 Год назад

    Does it still work?

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +1

      Hi mikelowrey3565, every EA will go through profitable and unprofitable periods due to market conditions. The best would be to backtest it with your broker over recent historical data to get an idea of it's current and recent performance, and over a longer period to see it's overall robustness.

  • @raquelgameiro6536
    @raquelgameiro6536 Год назад +1

    Thanks for this amazing videos,any free bot you would recommend to use to pass prop firms?without martingale?thanks a lot

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад +1

      Hi raquelgameiro6536, in my FTMO Masterclass, I include EAs, and update them as needed after creating and testing new ones. You can grab it here with a 90% discount: eatradingacademy.com/s/JqTnm/

  • @charlesmaxwell455
    @charlesmaxwell455 Год назад +1

    best content

  • @stefanmajzel6963
    @stefanmajzel6963 Год назад

    It is working but you have stop it If speach come up Fed

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi stefanmajzel6963, you should almost always stop your EAs trading during major news events.

  • @harisankar1531
    @harisankar1531 10 месяцев назад

    Bot link please

    • @PetkoAleksandrov
      @PetkoAleksandrov  10 месяцев назад

      Link is in the video description below the video

  • @csanadzambo299
    @csanadzambo299 8 месяцев назад

    Someone used this robot from the publishing to this time?

    • @PetkoAleksandrov
      @PetkoAleksandrov  8 месяцев назад

      You can run a backtest with your broker to see the results over any period of time

  • @elastronaute1198
    @elastronaute1198 Год назад +4

    It isn't just 'risky' - martingale simply doesn't work, over a sufficient period you will always go bust. So this is very misleading, there is nothing remotely new here. Where ever you employ a martingale strategy you will bust out. You MAY make money before you bust out, that just depends on luck. But you'll always bust out, so the strategy is fatally flawed. You're just gambling.

    • @ricardolittle9302
      @ricardolittle9302 Год назад

      This is not true... math is math.
      Martingale is risky for idiots and greedy people. The trick to Martingale is using it on a stable strategy. Martingale should only be applied to a profitable strategy 😢 in which case its no longer needed but does effectively make trading 100% win rate. 🤔 but the tiny lots needed will not make you financially free

  • @johnw6648
    @johnw6648 Год назад +1

    similar to dark venus ea

  • @xninja2873
    @xninja2873 11 месяцев назад

    martingale is good but needs extra attention to risk management

    • @PetkoAleksandrov
      @PetkoAleksandrov  11 месяцев назад

      Hi kidyhe2223, absolutely correct. That's why we always trade low risk with protections for grid martingale EAs

  • @jdsouza1149
    @jdsouza1149 Год назад

    Real or demo account

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi jdsouza1149, the results are based on a backtest, in which case it doesn't matter if it's a demo or real account, as long as the broker's spreads, fees and commissions are the same on both.

  • @RohitGupta-619
    @RohitGupta-619 Год назад +2

    Martingale scary word for me 😂

    • @kom-bu-cha6507
      @kom-bu-cha6507 Год назад

      I use to do 1-minute scalping using it, 4 losses I could handle, but when it went beyond that it really was squeaky bum time... those double-ups can get very big, very quickly....

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi DwayneThaGrindKing, it depends entirely on the market. If conditions are met, trades will open. If not, the EA will wait until conditions are right.

  • @hoctienganhquade8929
    @hoctienganhquade8929 Год назад

    where donwload

    • @PetkoAleksandrov
      @PetkoAleksandrov  Год назад

      Hi hoctienganhquade8929, the download link is in the description below the video

  • @Heygiova85
    @Heygiova85 8 месяцев назад

    KO!!!
    2024.04.20 15:48:27.101 Core 1 2022.01.26 09:26:13 Error: ActionTrade::ManageOrderSend(): OrderCheck(): Invalid order filling type

    • @PetkoAleksandrov
      @PetkoAleksandrov  8 месяцев назад

      Please take a look at this thread, answered by the developer of the software: forexsb.com/forum/topic/7505/error-invalid-order-filling-type/