I want to Test a Trailing stop EA.
I want to Buy or Sell a position and test to see if my Trailing stop EA works with my settings.
Any links PLEASE.
Cheers!
Open order(s) in init so that the EA will initially have some trades to work with.
Obviously, remove the added code before using the EA on a real account or have a boolean input called "Tester" or whatever and only have the trades open if "Tester"is true.
Open order(s) in init so that the EA will initially have some trades to work with.
Obviously, remove the added code before using the EA on a real account or have a boolean input called "Tester" or whatever and only have the trades open if "Tester"is true.
Yup, that's better.
Thanks Raptor, I didn't know about that function
GumRai: Thanks Raptor, I didn't know about that function
| Alphabetic Index of MQL4 Functions (600+) - MQL4 forum |
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I want to Test a Trailing stop EA.
I want to Buy or Sell a position and test to see if my Trailing stop EA works with my settings.
Any links PLEASE.
Cheers!