I was able to get the TIKI going no problem by manually adding the DOW stocks..
Add("AA", PeriodType.Minute, 1);
Add("AXP", PeriodType.Minute, 1);
Add("BA", PeriodType.Minute, 1);
Add("BAC", PeriodType.Minute, 1);
Add("C", PeriodType.Minute, 1);
Add("CAT", PeriodType.Minute, 1);
Add("CVX", PeriodType.Minute, 1);
ect,ect...
Next I did the same thing for the S&P 100 but found that the strategy would load data for all the added instruments but the strategy doesn't plot and doesn't show up in the strategies tab, until I comment out the second 50 instruments so that the strategy is only loading 50 instruments. With 50 instruments loaded it works fine, with 60 instruments loaded it doesn't work.
Is there anyway around this limit?


Comment