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

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

author EAcpu | 4 reads | 0 comments |

RabbitM2 - expert for MetaTrader 5

RabbitM2 - expert for MetaTrader 5

RabbitM2 - expert for MetaTrader 5

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_fast       Sell= 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:

RabbitM2 - expert for MetaTrader 5

RabbitM2 - expert for MetaTrader 5

RabbitM2 - expert for MetaTrader 5


Attachment download

📎 rabbitm2.mq5 (42.91 KB)

Source: MQL5 #18663

Verification code Refresh