You are viewing a single comment's thread from:

RE: MQL4 Code: An RSI robot (expert advisor) for MetaQuotes Trading Engine (Meta Trader 4); Automated trading with advanced RSI strategy

in WORLD OF XPILAR • 5 years ago

Spread is greater than your setting value. How much spread in your pair?

plz, increase the value in spread settings in your RSI EA

input int MaxSpread=5; //it's default value you can increase the value & try again

//for example
input int MaxSpread=20;