Hello,
When an EFS using something like close(0, sym("AnotherSymbl")) or
close(0, inv("AnotherInterval")) to access multiple symbol or interval serieses, the EFS would be executed multiple times because for the first time, the second symbol data is not ready yet. Then when the data stream of the second symbol arrives, it seems the EFS would be reloaded. However it seems the times the EFS being reloaded is not exactly equal to the number of symbols (excluding the primary symbol) accessed by the EFS. Can someone explain the exact rules/mechanism/timing regarding such EFS reloading issue?
- Clearpicks
When an EFS using something like close(0, sym("AnotherSymbl")) or
close(0, inv("AnotherInterval")) to access multiple symbol or interval serieses, the EFS would be executed multiple times because for the first time, the second symbol data is not ready yet. Then when the data stream of the second symbol arrives, it seems the EFS would be reloaded. However it seems the times the EFS being reloaded is not exactly equal to the number of symbols (excluding the primary symbol) accessed by the EFS. Can someone explain the exact rules/mechanism/timing regarding such EFS reloading issue?
- Clearpicks
Comment