Perhaps you should read the manual.
Your code |
Documentation |
---|---|
string TimeFrame1 = Timeframes[t]; ExtMapBuffer1[i]=iCustom( NULL, TimeFrame1, indicatorName, ... // custom indicator 0, 0 ); // Data always the same here! |
⋮ double iCustom( string symbol, // symbol int timeframe, // timeframe string name, // path/name ... // input parameters int mode, // line index int shift // shift ); |

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 everyone. I am trying to use the modified MTF indicator to call a regular indicator but for some reason, when iterating through timeframes, I am only able to retrieve the current timeframes data. What am I doing wrong here? Thanks for any help!
MTF indicator:
Indicator: