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

Plateau - MetaTrader 5 Expert | Forex Indicators Download - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

Plateau - expert for MetaTrader 5

Idea comes from: screenwriter

mq5 code: Barabashkakon

EA refers to the data of two fast and slow indicators iMA (Moving Average, MA) and one indicator iBands (Bollinger Bands, BB). The indicator works on the current symbol and current time frame.

  if(ma_fast[2]  ma_fast [1]> ma_slow[1] && close[1] if (!InpReverse)
m_need_open_buy =true;
Other meters_need_open_sell =true;
    }
if (ma_fast[2]> ma_slow[2] && ma_fast[1]  close [1]>band_lower[1])
    {
      if(!InpReverse)
        m_need_open_sell=true;
      Otherwise m_need_open_buy=true;
    }

EURUSD, first half:

Plateau - expert for MetaTrader 5


Attachment download

📎 plateau.mq5 (79.26 KB)

Source: MQL5 #23556

Verification code Refresh