Questions (2367)

Votes
Answers
Views
Question
0
votes
0
answers
110
views
Be first to answer!
asked 2 years ago by
Category: Watch Lists
I am trying to plot the Gamma Exposure in the Option chain using a custom column. Code below: plot data = if IsPut() then ceil(gamma() * -100 * open_interest()) else ceil(gamma() * 100 * open_interest()); However, it is printing a NaN for both calls ...
0
votes
1
answer
154
views
asked 2 years ago by
Category: Strategy Guide
I have been able to create a ThinkScript Buy-Sell Study . It is used to create Conditional Orders.  Nice thing about this study is that it allows me to view how the Buy Sell routine would have performed on the Historical Chart. The upper Chart shows ...
0
votes
1
answer
113
views
asked 2 years ago by
Category: Chart Studies
I am trying to create a thinkscript that shows vertical lines on the chart when the ttm wave (wave2high) has Dark blue bars/contraction And Zero or no lines when the ttm wave (wave2high) has cyan bars/expansion. so I basically want vertical lines on ...
0
votes
1
answer
76
views
asked 2 years ago by
Category: Strategy Guide
Hello Pete: Had a question on Aggregation period. Below link shows that Tos support Tick aggregation period, but when I place the following condition in the conditional area then I get lots of reds and script isn't valid, also by default on top left ...
0
votes
1
answer
243
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, Trying to create a script that will allow me to manage multiple price levels inside of one indicator. By way of background, when I create a Price Level (from Drawing Tools), if I double click on the level then a window appears which allows m...
0
votes
1
answer
58
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I need help creating a simple chart label Condition 1 find % change from yesterdays close to todays high (include premarket) Calculate the mean  ((yesterdays close+todays high)/2)) Find the % change from todays high of day to the mean. Pl...
0
votes
1
answer
292
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I'm not sure if I missed it but I don't see this question asked yet? I'm looking for a scan for stocks coming out of the squeeze on the bearish side. Thanks again!
0
votes
1
answer
41
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, is possible to plot line at high of the candle when it spikes over 30% ? but if  the next candle makes a higher high then plot the line at the new high whether or not  it spikes 30% and so on until stop making new highs. Thanks for your time...
0
votes
1
answer
127
views
asked 2 years ago by
Hey, I am trying to do condition wizard or chart studies that show periods in a chart where the stock changed by a percentage in a given period. I contributed 10 dollars. I am a rookie with think or swim so I'll try to explain as best I can what I am...
0
votes
1
answer
109
views
asked 2 years ago by
Category: Chart Studies
Tags:
Hello! Is there a way to change the color of the Hull MA to light-gray (or selectable) when the slope is between a certain range (i.e., not trending or “flat”), instead of always being red or green when the market is chopping? Can this slope range al...