Hello,
How can I track via code that a strategy run has finised? As the code is called for each symbol, there is no global instance telling me the strategy is ready, right?
thx
matthias
Size:
Color:
there is only a workaround known yet to count the symbols in our DB..
Size:
Color:
but no code-snipped within wealth-lab script
Size:
Color:
DataSetSymbols[DataSetSymbols.Count - 1] resolved..
Size:
Color:
Nice monologue, glad that you've resolved it yourself ;)
Just to add that the opposite task is resolved with DataSetSymbols[0] as per
this KB article.
Size:
Color: