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 strategyView the full contextalfredogarc (67)Memberin WORLD OF XPILAR • 3 years ago How fix it?
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;