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

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:

Attachment download
📎 plateau.mq5 (79.26 KB)
Source: MQL5 #23556
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •