Hi,
I have a 3min chart which traps a certain condition and uses the 'SetGlobalVariable' command to set/pass this condition to a 1min chart which is running at the same time.
However, I cannot get the 1min script to pick up this variable at the close of the '3rd bar'. It only gets it on completion of the 4th bar.
Although I can remove the ComputeOnClose, and then see it on the first tick of the 4th bar, I really want to know about it before the start of this bar.
I guess some way off knowing how the efs engine sequences the running of scripts might be useful. It might then be possible to ensure that the 3min script 'closes' before the 1min script closes.
Any other ideas on how/if this might be done much appreciated
I have a 3min chart which traps a certain condition and uses the 'SetGlobalVariable' command to set/pass this condition to a 1min chart which is running at the same time.
However, I cannot get the 1min script to pick up this variable at the close of the '3rd bar'. It only gets it on completion of the 4th bar.
Although I can remove the ComputeOnClose, and then see it on the first tick of the 4th bar, I really want to know about it before the start of this bar.
I guess some way off knowing how the efs engine sequences the running of scripts might be useful. It might then be possible to ensure that the 3min script 'closes' before the 1min script closes.
Any other ideas on how/if this might be done much appreciated
Comment