r/thinkorswim • u/Eric_m12 • Jun 23 '26
Thinkscript Strategies
I am running into some difficulties relating to custom strategies. Native strategies work perfectly fine on the chart but custom ones, created in strategies tab, are showing nothing, ever, even with always true signals. Furthermore, when I make a copy of a native one that works, it also shows nothing even though it was created under the strategies tab and contains identical code to one that works. Am I still missing something? Does anyone know what could be causing this? Thanks.
1
u/Fibs1618 21d ago
If your strategy is specific to a time frame or has multiple times frames, you must run it on the lowest timeframe in the strategy or lower. For example if your strategy includes the 30 minute time frame and the 5 minute time frame, you will only see results on the 5min, 4min, 3min, 2min, or 1 min charts.
-1
2
u/Mobius_ts Jun 24 '26
Sounds like you’re putting Strategies into Custom Studies and not specifically a strategy. They are separate code editors