Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
178
views
asked 4 years ago by
Category: Watch Lists
I'm having an issue where it seems like AssignBackgroundColor isn't checking the current value of a plot. The line above it uses AssignColorValue, and works as expected. The goal is to have the column be colored orange if the criteria of the if state...
0
votes
1
answer
152
views
asked 4 years ago by
Category: Strategy Guide
Hello Pete, I am backtesting a strategy using ThinkorSwim. The strategy is such that when a condition is satisfied at the open of the current bar (period), a buy order is placed at the same time. When the strategy is inspected visually, the graph sho...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, I wanted to know if you could help me create a study that highlights rows in scanner/watchlist IF: the %change on the day is greater THEN: 30% highlight row to yellow
0
votes
1
answer
76
views
asked 4 years ago by
Category: Stock Scanners
How can I setup the following scan A=[Last Price] - [Low of day] B=[high price of day] > A*2 EG Last price [25] -[20]= 5 B= [high price of day] > 5*2=$35 So If stock last price is $25.00 and the low of the day is $20.00 The Scanner  will show m...
0
votes
1
answer
2525
views
asked 4 years ago by
Category: Chart Studies
Hello again.   I have made a cool chart study that uses the Assign color Feature and am practicing setting up sound alerts as well as chart bubbles.     Ive assigned color to wicking candles that cross SMA and VWAP.   Thing is theres so many bubbles!...
1
vote
1
answer
86
views
asked 4 years ago by
Category: Stock Scanners
Re-posted as requested and without formatting. Trying to implement the following in a Scan: price action has to have moved 20%, up or down, within the past year Formula in TC2000 is: (MAXH252 – MINL252) / C > 0.20 I’m new to ThinkOrSwim and after ...
0
votes
1
answer
283
views
asked 4 years ago by
Category: Strategy Guide
Is it possible to create an order entry or close to trigger when a bar/candle "closes"above a certain price on that time-frame? Not if it hits a certain price but actually closes above/below the set price....Thanks
0
votes
1
answer
329
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I want to use the TTM Squeeze Value in a mathematical formula in my scan.  However, I cannot figure out how to make the Squeeze a value in a scan. I can make it work in the watchlist.  In watchlist, I select TTM Squeeze, and I can change the...
0
votes
1
answer
247
views
asked 4 years ago by
Category: Stock Scanners
I see your scan for 52week high/low, but i wanted to find stocks breaking out, preferably i would like from a recent swing high (something within the past 3 weeks.....but even just a new 10day high would be cool.
1
vote
2
answers
125
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
Hey Pete!  TOS is killing me with this one.   What I'm trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading).   def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0...