Hi
Two questions:
1. Do I only need to call efsExternal once in function main() or on every tick - e,g. is the efsExternal a registration and then it will be updated automatically after that?
if If i call an efs study with a different timeframe within my efs study can i be sure the values in the called study are updated when i access them ... e.g. say I am calling a study with a 15min timeframe from a 5 min timeframe study every 15 mins BOTH will receive a BARSTAT_NEWBAR ... if I access global values set in the NEWBAR code section of the 15 min study will they be updated by the time i process the NEWBAR message in the 5 min study - how can i be sure the 15 min NEWBAR message has been processed already?
I was thinking if I canmnot be sure I'd process the first tick message after the NEWBAR in my calling study????
Thanks
Paul
Two questions:
1. Do I only need to call efsExternal once in function main() or on every tick - e,g. is the efsExternal a registration and then it will be updated automatically after that?
if If i call an efs study with a different timeframe within my efs study can i be sure the values in the called study are updated when i access them ... e.g. say I am calling a study with a 15min timeframe from a 5 min timeframe study every 15 mins BOTH will receive a BARSTAT_NEWBAR ... if I access global values set in the NEWBAR code section of the 15 min study will they be updated by the time i process the NEWBAR message in the 5 min study - how can i be sure the 15 min NEWBAR message has been processed already?
I was thinking if I canmnot be sure I'd process the first tick message after the NEWBAR in my calling study????
Thanks
Paul
Comment