I´ve modified it line 154mrtools wrote: Sun May 22, 2022 2:54 pm Got these from another forum, one is vertical the other is horizontal uses button for your trade choices, you manually enter a trade and go from there, would advise to use on demo until familiar with it. You will need the include file to be posted in your mt4/experts/include folder for everything to work.
now it run with indices too
Code: Select all
if(Digits == 1 ) {bPoint = 0.1; bPip = 1.00;}
else if(Digits == 2 ) {bPoint = 0.01; bPip = 0.10;}