Attachments forums

List of attachments posted on this forum.


All files on forums: 160914

Re: Simple Expert Advisors (EA's) for MT4

marwilli, Mon May 23, 2022 6:50 pm

mrtools 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.
I´ve modified it line 154
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;}
All files in topic