Forum on trading, automated trading systems and testing trading strategies
When you post code please use the CODE button (Alt-S)!
Forum on trading, automated trading systems and testing trading strategies
don't attach an image, insert the image
Sergey Golubev:
don't attach an image, insert the image
lippmaje:
Users with low ranking do not seem to have an option for image insertion. E.g. I don't see that image icon here in the editor. Insert code works, though.
Users with low ranking do not seem to have an option for image insertion. E.g. I don't see that image icon here in the editor. Insert code works, though.
It is strange ... it is something new ...
You are the second person who informed about it ...
lippmaje:
Users with low ranking do not seem to have an option for image insertion. E.g. I don't see that image icon here in the editor. Insert code works, though.
Users with low ranking do not seem to have an option for image insertion. E.g. I don't see that image icon here in the editor. Insert code works, though.
thats right ... I couldn't insert the images so attached them.
If I remember correctly, the Print function and some other output functions are ignored when optimizing.
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 All,
I am new MQL4/5 .... I am just running tests at the moment to familiarize myself with function etc...
https://docs.mql4.com/check/isoptimization
I tried the below EA code in the optimization mode given the below settings in strategy tester as attached.
although, I have the below code in EA, I don't get to see any message in journal tab:
if(IsOptimization()) Print("I am optimizing now");
Please let me know why:
Thank