♥ 0 |
Hi Peter, I have a dynamic watchlist that is not producing results for Futures. My dynamic watchlist has the following conditions:
Please know there is no price range set due to the complex nature of Futures. Due to the character limitation of this form, I have attached the code and backtesting text file for your review.
Marked as spam
|
Private answer
I think you have done a through job of testing this and you should report this to TD Ameritrade support as a potential bug. I rarely find a need to use GetSymbol() in any of my code so I have never run across this myself. Given the available details you have shared I believe my approach would have been to avoid using the GetSymbol() function altogether and apply a top level filter to the scan sourced on a personal watchlist I created with only those tickers symbols I wanted the scan to include. But I like to use shortcuts whenever possible. Also, the scan would run much more efficiently. Top level filters are demonstrated in the following video during the section on how to improve the performance of scans on Thinkorswim: https://www.hahn-tech.com/thinkorswim-scans-beginner-to-advanced/
Marked as spam
|
Please log in to post questions.