In NT7 is there a way to check the validity of an instrument name? For example, if an indicator or strategy is expecting user input of an instrument for a second data series?
Second, is there a way to programatically access the name of a strategy from within that strategy? For example;
if (something happens)
{
PrintWithTimeStamp(MyStrategyName+" halted due to P&L rules");
}
Thanks!

Comment