Hi,
I read that there is a known problem for using GetExternalSymbol in StrategyMonitor.
This problem still occurs. I'm using this code-snippet to get SP100 Index from
dataset "Indices":
CODE:
Please log in to see this code.
Without dataset reference it works in StrategyMonitor. If I use it this way:
CODE:
Please log in to see this code.
It doesn't work with the known error from these threads:
/Forum/Posts/GetExternalSymbol-and-Strategy-Monitor-bugs-or-is-it-just-me-30816/Forum/Posts/Strategy-Monitor-GetExternalSymbol-exception-30578Is this a known bug?
I'm using Yahoo-Data for both datasets on a daily timeframe.
And my more important second question is, if the referenced index, in this case SP100
is updated every morning, when the monitor runs automatically?
Or do I need to update it by myself before starting the monitor on another dataset?
So in this case every full automatically run will not have the current data of the last bar.
What happens if I add the index symbol to the same dataset of the symbol on which
I run the monitor? Is then an update of the index possible?
Thank you
Holger