Experts: Hybrid Scalper

 

Hybrid Scalper:

Hybrid Scalper is the Expert Advisor based on many indicators.

Algorithm:

Buy/Sell will be executed depending on Stochastic trend direction and RSI.

Loss orders will be closed depending on RSI, profitable Orders will always survive (the SL/TP is modified).

Hybrid Scalper Expert Advisor MetaTrader 4

Author: Rodolphe Ahmad

 

Hello guys

 you can also skip trend check for buy / sell signal  only by removing this  2  codes                    &&trenddirection()==true    && trenddirection()==false                  and compiling the code again * NB trend check is about 2 moving average one with period 21 and the other with period 89

 

you can also Remove && Period() == 1 , if you want expert to work on any timeFrame , but recomended one is m1


 extern int Rsilevel = 7; //RSI level  ,  I don't know if it's the best RSI period or not .>>>