- Search Forex Factory
- FerruFx replied Oct 4, 2024
Most probably the trades were triggered correctly but later the lo0 and Hi0 went through their respective Lo1 and Hi1.
- FerruFx replied Sep 17, 2024
Why don't you do a simple search on MQL5 website? Took me 5 seconds: url
- FerruFx replied Sep 17, 2024
If you're the only one trading forex in your broker, I would suggest you to change broker urgently ...
- FerruFx replied Sep 17, 2024
We (mortal retail traders) wouldn't make a dent on the chart even if we all trade with the same super duper profitable EA.
- FerruFx replied Aug 29, 2024
For example on mql5[dot]com
- FerruFx replied Aug 29, 2024
If you don't know what to do, trade it yourself and register as a signal provider.
- FerruFx replied Aug 4, 2024
10 years old quote but still 100% valid ... IMHO
- FerruFx replied Jul 27, 2024
Got it for my Go*Markets Demo account I'm using for coding.
- FerruFx replied Jul 27, 2024
If I'm not mistaken, the updates are pushed by brokers on their own ... so you may be with one who has not pushed it yet. Happened to me a few times in the past (forgot which one though!).
- FerruFx replied Jul 15, 2024
You're welcome!
- FerruFx replied Jul 15, 2024
Some examples below how to deal with your errors: if(!OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) continue; bool cl=OrderClose(OrderTicket(), OrderLots(), Bid, Slippage, MediumSeaGreen); bool mod=OrderModify(OrderTicket(), OrderOpenPrice(), Bid - PT ...
- FerruFx replied Jun 3, 2024
If you're moving up your TP as soon as the price gets close to it, then your TP is useless and should not even be used as it will never get hit. Just trail your SL as according to your description, it's the only one to be hit.
- FerruFx replied May 22, 2024
Try to archive some of your old indicators in case there are too many in the folder. I don't remember the limit but when the folder reach it, the navigator doesn't show all of them. Once done, restart the platform.
- FerruFx replied Apr 23, 2024
From the market watch panel, right click on the symbol you want to trade and select "tick chart".
- FerruFx replied Apr 5, 2024
MT4 backtester can't trade a pair different than the one selected. If the EA is harcoded to run only on USDJPY, the backtester will do an "empty run" if you select any other pair. Hence it is fast ... When you backtest on the pair it is coded for, ...
- FerruFx replied Apr 5, 2024
Buy a 2nd phone !
- FerruFx replied Apr 3, 2024
No. The popup will just stay open. However there's no need to keep it open. Your choice ...
- FerruFx replied Apr 2, 2024
You can click OK with no problem. This popup is just the alert notifier. The alert is just that you forgot to enable DLL in the EA popup > common tab.
- FerruFx replied Mar 31, 2024
Hmmm ... seems mostly a bullish chart
- FerruFx replied Mar 31, 2024
No matter the MA you put on your chart or the zoom you're switching, the only recalculation is within the current candle. The whole MA history is with definitive values.