Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
181
views
asked 1 year 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
55
views
asked 1 year 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
82
views
asked 1 year 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
140
views
asked 1 year 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
0
answers
77
views
Be first to answer!
asked 1 year 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
35
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, Trying to create a script that will display the number of ticks in yesterdays RTH range in the watchlist.  I trade the bonds so RTH days range will always be from 720 am to 2pm CST. Example.  In ZB (30 yr)  Yesterdays LOD was 132'10, and its...
0
votes
1
answer
44
views
asked 1 year ago by
Category: Chart Studies
Just found this site by watching a tutorial video on YouTube regarding the watchlist. For the life of me I have been trying to find a way to automatically change my plotted levels (price level line) colors. Price above a price level turning green (su...
0
votes
1
answer
37
views
asked 1 year ago by
Category: Chart Studies
Hi, I would like to keep count of a "buy signal" that I have defined in a study on an intraday chart. So basically increment to 1 if certain conditions are met, then back to 0 is a "sell signal" is triggered or if a new day starts. Ex: rec count = if...
0
votes
1
answer
112
views
asked 1 year ago by
Category: Chart Studies
Hello, Is it possible to get all 3 TimeSeriesForecast lines on one chart for different time frames like 1 min, 5 min, 30 min all on the 1 min time chart? The inputs for the TimeSeriesForecast would be the same but for different period aggregations. T...
0
votes
1
answer
297
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, When using the code linked below to plot vertical lines, they appear on my charts as dotted lines. Is it possible to augment the script so that when the study is double clicked the user is able to customize the following parameters (of the v...