Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 853
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
Hello, I'm switching from mql5 to mql4.
I am trying to use indicators from different timeframes in my code.
Suppose I run an EA on M1.
This code works perfectly: iSAR(NULL,0,0.02,0.2,1);
This one too: iSAR(NULL,PERIOD_M1,0.02,0.2,1);
But when I access another timeframe it always returns 0, for example: iSAR(NULL,PERIOD_M30,0.02,0.2,1);
Thank you.
А если просто 30?
iSAR(NULL,1,0.02,0.2,1);
worked, and
iSAR(NULL,30,0.02,0.2,1);
no
Is there some kind of setting in the metatrader, like allowing it to work on all timeframes?
iSAR(NULL,1,0.02,0.2,1);
worked, and
iSAR(NULL,30,0.02,0.2,1);
no
Is there some kind of setting in the metatrader, like allowing it to work on all timeframes?
Guys, this topic has been covered a lot of ground and you're still not aware of it... Indicator values other than the current period are not available in the tester.
Guys, this topic has been covered a lot of ground and you're still not aware of it... Indicator values for periods other than the current one are not available in the tester.
Don't be so categorical, at least try to check first ;)
Did I miss something? Did they put it back?
Good afternoon. The advisor does not want to work on pairs with the prefix likeEURUSD.ecn at the broker JustForex. At another ECN broker it works fine, thank you,