PureBytes Links
Trading Reference Links
|
Sometimes if you create an omz file with Dynaloader
the data fails to import in to the GS. Previously I
reported that a potential workaround was to only
import 1 symbol at a time. Since then I found out
that it didn't matter if the GS was in realtime or
offline mode. The full workaround for the bug is to
order the symbols in dynaloader in increasing e-signal
symbol length.
Example ordering:
amd,...
intc,...
aol,...
aol data will not import.
Bug bypass dynaloader portfolio ordering:
amd,...
aol,...
intc,...
All data will import.
--Jack
|