Glitch8
 ( 10.41% )
- ago
WL7 takes nearly twice as long as WL6.9 to do this task, so I feel like there's an optimization to be had. Granted, WL6.9 has it much easier because it run through the intraday file once at the end bar loop, assigning priorities to a symbol's position in one swoop.
8
834
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 24.57% )
- ago
#1
Something that WL6 doesn't do [that WL7 does?] is load the intraday BarsHistory in memory. WL6 processes the data while reading it from the binary file. Seeking the data in the binary instead of loading a large intraday file could be the optimization required.
0
Glitch8
 ( 10.41% )
- ago
#2
WL7 is more generalized. You can't be guaranteed that an intraday provider will actually use the "binary file".
0

Reply

Bookmark

Sort