I have an Indicator (A) where I call another indicator (B).
This B indicator gives a signal through a Plot.
This B indicator has 2 TimeFrames.
My question is: must I load these 2 TF from indicator B in the "State.Configure" from my indicator A?
The B indicator is, of course, loading its own 2 TF in its "State.Configure" -> indicator B works properly from alone.
How does it work?
Thanks!
Comment