Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
160
views
asked 4 years ago by
Category: Chart Studies
Scan the Elliott wave oscillator in the TOS histogram to select the highest peak of each wave over 70, also place an arrow on the chart. thank you pete
0
votes
1
answer
99
views
asked 4 years ago by
Category: Chart Studies
Hi, I am trying to plot a straight line parallel to the LinearRegChVar (orange line) where it will touch the highest price of a specific period. I'm not quite sure why its not plotting a straight line. Any help would be appreciated! Below is my scrip...
0
votes
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Hi, the attached script with input "length" defines variable "n" as a function of length and other variables. In follow-on expressions in the script I want to use n's last, most recent value, not values from all its previous bars. I'm not sure how to...
0
votes
1
answer
210
views
asked 5 years ago by
Category: Chart Studies
I'm trying to build a study that would alert when PPS sell signal is triggered within 3 bars and TTM squeeze is true but am not sure how to reference the studies. Thanks in advance
0
votes
1
answer
151
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, this code combination merely plots the the upper symbols 21 day HMA on the lower plot. What am I doing wrong?   declare lower; plot data = close("VIX"); plot maOne = MovingAverage(AverageType.HULL, data, 21);   input price = close...
0
votes
1
answer
873
views
asked 5 years ago by
Category: Chart Studies
Is it possible to pull charts created in Live Trading account into Simulated Trading fr practice and testing?
0
votes
1
answer
185
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Just wondering if there is a way to post the premarket high/low as a label and/or lines on the chart without having the premarket candles displayed on the chart?  In other words, the chart is showing the regular trading hours but either disp...
0
votes
1
answer
138
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, Is it possible to plot 2 different symbols on a chart, one atop the other (meaning 2 separate graphs) with different studies applied to each? The tech support at Thinkorswim says no but I find it hard to believe it can't be done particularl...
0
votes
1
answer
424
views
asked 5 years ago by
Category: Chart Studies
I searched the forum for tick_count and didn't find much, so I thought some of you folks might find this interesting. On the two minute chart with the times & sales window visible I can see it counting the upticks and downticks. I haven't been ab...
0
votes
2
answers
316
views
asked 5 years ago by
Category: Chart Studies
♥ 1
Hi. Again thanks a lot for your support. I believe this Study can help a lot of traders to set realistic expectations for Intraday movement. I got a Study that calculates ADR (AvgDailyRange) from past (x) days and then plots a line (I made it a band)...