I have an indicator that utilizes multiple time frames. I use CalculateOnBarClose=False in the Initialize section. However, there are sections in this indicator that I would like to run with OnBarClose=True to reduce the workload on the software. I know I could extract the concerned sections and put them into another, second indicator but having them all in one would be easier.
If it is indeed possible, would you please tell me how to do it or provide me with a reference?
sandman

Comment