Discussion of article "The checks a trading robot must pass before publication in the Market" - page 3
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi my EA only work on EURUSD and only work on M15 timeframe
how can i pass automatic validation?
say test on EURUSD H1 and XAUUSD D1 and faild
Thank you! fixed
Attached zip file "2555_en". The error is not yet corrected. -sl)>tp)
This has not been fixed either:+ missing parameter (PrintFormat has for %, but only 3 parameters are provided).
An other logical error. Changing a SL/TP by 1 point is allowed. It should be >=
I don't know how about MQL5, but MQL4 functions OrderStopLoss(), OrderTakeProfit()... are not normalized. In this case, if you use ">=", the current OrderModifyCheck function will not work properly. Need to normalize OrderStopLoss(), OrderTakeProfit()...
I get this message while loading the robot !!
cannot open file 'MQL4\indicators\.....Indicator.ex4' [2]!!!!!!!!!!!!!
I used a personal indicator in this project.
Does anyone have a solution?
You have to embed the indicator in your executable by using the #resource compile directive.
This is explained in the article, namely "Calling custom indicators with iCustom()". Did you read it?
You have to embed the indicator in your executable by using the #resource compile directive.
This is explained in the the article, namely "Calling custom indicators with iCustom()". Did you read it?
thanks