- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
544
views
asked 5 years ago by Gonzalo Tichauer
Category:
Chart Studies
Hi Pete. Simple question here. Is it possible on Thinkscript to plot on one chart a Study from another symbol ? Not meaning the H/L/C but a more complex study. An image as an example. I managed to plot your Hi/Low Study Study on the Lower Panel on a ...
0
votes
1
answer
459
views
asked 5 years ago by jerry law
Category:
Chart Studies
Dear Pete, Hi, I am Jerry, I would like to calculate the slope of 17Days simple moving average. May I ask how can I get the value of the 17Days simple moving average of the day and calculate the slope comparing with the previous day, using the slope ...
0
votes
1
answer
166
views
asked 5 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
votes
1
answer
114
views
asked 5 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
votes
1
answer
104
views
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
votes
1
answer
215
views
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
votes
1
answer
158
views
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
votes
1
answer
944
views
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
votes
1
answer
199
views
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
votes
1
answer
147
views
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...