RabbitM2 - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources



The author of the idea is Peter , and the author of the mq5 code is Barabashkakon .
The trend is determined on the zero bar based on two moving averages (fast and slow). They also generate preliminary signals:
If fast MA < slow MA
//--- buy and sell if (ema_fastSell= True ; Buy= False ; }
i.e. it is a signal to open a sell position ;
If fast MA > slow MA
if (ema_fast>ema_slow) { ... sell= false ; buy= true ; }
This is a signal to open a buy position .
Use the WPR indicator (on the zero or first bar) and compare the value of the CCI indicator with the " CCI Sell Level " or " CCI Buy Level ".
Each profitable position is subject to the following check: Is its profit greater than the threshold " Positive profit on deposit currency "? If so, the next position is opened and the trading volume is increased by " volume step ".
EURUSD test results:



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