following code should be inside the int Init() function
Code:
if(Digits==5 || Digits==3){
StopLoss= Stoploss * 10; // this adjusts Stoploss variable for 5digit broker
}
if(Digits==5 || Digits==3){
StopLoss= Stoploss * 10; // this adjusts Stoploss variable for 5digit broker
}