I have a producer/consumer relationship between two efs formula instances in the same advanced chart, and they will communicate via a global variable in the process instance.
I need the producer to set a global value *before* the consumer reads it. This will probably occur on bar closing for each formula, and so there is an issue of order of execution here. Which formula will be invoked first?
What determines the order of invocation of formula instances within a chart. Is it the order in which the formulas are added to the chart? Can I rely upon a particular execution order being maintained within a chart, once it is set up?
Thanks for any info or hints on this topic, or a technique I could employ to determine reliably that the producer has "produced" prior to the consumer comsuming for the bar in question.
TIA
I need the producer to set a global value *before* the consumer reads it. This will probably occur on bar closing for each formula, and so there is an issue of order of execution here. Which formula will be invoked first?
What determines the order of invocation of formula instances within a chart. Is it the order in which the formulas are added to the chart? Can I rely upon a particular execution order being maintained within a chart, once it is set up?
Thanks for any info or hints on this topic, or a technique I could employ to determine reliably that the producer has "produced" prior to the consumer comsuming for the bar in question.
TIA
Comment