I have a strategy running on a watchist with 10 tickers. The strategy will read different external files and get different DataSeries for different ticker. The strategy gets an error when running on a new ticker if it dosen't compile. I can't run the strategy on the watchlist right and I have to complie and click each individual ticker
Is there any way to "compile" the strategy so that I can run the strategy on the watchlist?
Thanks
Size:
Color:
QUOTE:
when running on a new ticker if it dosen't compile.
This doesn't make sense. If it doesn't compile, it can't be running.
QUOTE:
I can't run the strategy on the watchlist right and I have to complie and click each individual ticker
Again, you're speaking a different language here.
Why can't you run on the watchlist (DataSet)?
QUOTE:
"compile" the strategy so that I can run the strategy on the watchlist?
It has nothing to do with "compile" as I know it. See
DataSetSymbols in the QuickRef, and scripts RSI Rotation, Dogs of the Dow, for more examples of using the DataSetSymbols list.
DataSetSymbols aside, if you want to simulate clicking on each symbol successively, you just need to select the DataSet itself and click Go.
Size:
Color: