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 }
Programming - editing - modification EA, Script or Indicator for MT4 OR MT5 ---- Trading on the Forex market involves substantial risks, including complete possible loss of funds and other losses and is not suitable for all members. Client should make an independent judgments as to whether trading is appropriate for him/her in light of his/her financial condition, investment experience, risk tolerance and other factors.
if(Digits==5 || Digits==3){ StopLoss= Stoploss * 10; // this adjusts Stoploss variable for 5digit broker }
Dear Sir, I got an EA in 5dogot but i plan to use it in the 4 digit broker also, pls assits on how to insert your code. Thanks
ReplyDelete