I am trying to achieve multiple timeframe exploration program, where the explorer shall display MACD values of 5 min, 15 min and 30 min. Whenever there is a crossover in 5 min, 5-minute should display in Interval, for 15 Min crossover Interval should display 15-minute and similarly whenever 30 min crossover shall display Interval as 30-minute.
Currently I am getting only 5-minute interval as my setting is for 5 min chart (Pls see the screen below). Can I achieve multiple Interval values (5 min, 15 min and 30 min) by retaining 5 min interval in settings.
Any help would be greatly appreciated.
In the above statement, I tried to understand the sequence of intervals as below:
5-minute, 15-minute, 30-minute, 5-minute & 15-minute, 5-minute & 30-minute, 15-minute & 30-minute, 5-minute & 15-minute & 30-minute.
Please correct me if the sequence is not in the above order per my understanding.
Once again...
the correct code to post #1 is in post #2. It just works as it outputs what is expected. There is nothing to change to that. It's that simple.
The possible results of TextSelector of post #2 are:
0
1
2
3
4
5
6
7
three conditions so eight combinations -> power of two.
So text list requires same number of substrings separated by \n and in the order of what you expect to be getting output per textselector result.
Your edited text list applied to code of post #2 will output incorrectly as it has incorrect order of original substrings making no sense to output expectation, see example:
Besides readers don't see your screen... so if you added different code then it is unknown. There isn't anyone here having magical eyes or mind reading capabilities of Marvel comics action figures.
Other than that I have posted programmatic text list creation code few years ago already.
Don't know if he has procured anything more sophisticated. Anyways, AFL is very flexible, so, when it comes to creation of dynamic text list there are multiple ways around it - totally depends on the sheer requirements of the user. What fxshart has shared already is very elegant, resource-friendly and comprehensive to understand.
Where lies the issue? If you do not provide details, there is no way one can tune-in to wavelength of your thought frequencies! Marconi only invented Radio transmission, Thought transmission not yet possible!