- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
160
asked 4 years ago by Bernard Lisowski
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
1
99
asked 4 years ago by Sheekit Low
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
1
81
asked 5 years ago by Andrew Millson
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
1
210
asked 5 years ago by Ben Gollnick
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
1
151
asked 5 years ago by Stephen Schneider
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
1
873
asked 5 years ago by Eric Bach
Category:
Chart Studies
Is it possible to pull charts created in Live Trading account into Simulated Trading fr practice and testing?
0
1
185
asked 5 years ago by Jordan Anth
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
1
138
asked 5 years ago by Stephen Schneider
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
1
424
asked 5 years ago by Walter Rose
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
2
316
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)...