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
Guys as you know there mainly two optimizations in mt5:
A. All Symbols Selected In Market: You run same Indicator Settings for several Pairs
B: Fast/Slow algo : You run different Indicator Settings for same Pair
Is there any way to mix them up and run different pairs with different indicator settings?
So by code or by coding,can I:
A. Run All Symbols Selected In Market with different Indicator settings (I tried this one with code getting memory issues as I change Indicator handler in onTick Function)
B. Run Fast/Slow algo for different pair?
Thank you