Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

iMA iSAR EA - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 5 reads | 0 comments |

iMA iSAR EA - expert for MetaTrader 5

Idea from: Yuri

mq5 code: Barabashkakon

Decision block:

  if(ma_fast[1]>ma_normal[1] && ma_fast[1]>ma_slow[1] && sar_fast[1] <off[1] && sar_normal [1]<off[1])
m_need_open_buy =true;
Else if (ma_fast[1]  horse_fast [1]  sar_fast[1]>close[1] && sar_normal[1]>close[1])
      m_need_open_sell=true;

Example of opening a buy position:

iMA iSAR EA - expert for MetaTrader 5

Trailing is applied to open positions. A signal to open a buy position is also a signal to close a sell position (first sell to close the position, then buy to buy). We take similar actions on sell open signals.


Attachment download

📎 ima_isar_ea.mq5 (74.59 KB)

Source: MQL5 #23383

iMA iSAR EA - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 resource usage and screening recommendations

iMA iSAR EA - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 resources belong to MT5 EA related resources. Before downloading or referencing, it is recommended to confirm the platform version, transaction type, time period, whether DLL is required, whether source code is included, parameter description and historical update records.

Both automated trading tools and foreign exchange indicators should first undergo backtesting, simulated account observation, and small capital verification. Pay special attention to spreads, slippages, maximum drawdowns, position opening frequency, stop loss methods, trading periods and broker rules, and avoid direct real-time execution based only on titles or short-term profit descriptions.

Verification code Refresh