Votes
Answers
Views
Question
0
1
387
asked 4 years ago by Dave Sullivan
Category:
Chart Studies
Hey Pete - I'm interested in a study that is like a combination of concepts: Pivots and Standard Deviation Channels (SDC). I want to be able to plot the value of the daily SDC lines at the open to be plotted horizontally across any timeframe chart, i...
0
1
386
asked 4 years ago by HVAC Estimation
Category:
Stock Scanners
I want to run 2 vwaps at the same time on a 1 min TOS chart with pre market on. I am using the standard TOS vwap for one. The other one that I built and have posted below was intended to only be during intraday. I realized that the only way this w...
0
1
190
asked 4 years ago by Jonny Blevins
Category:
Chart Studies
Hi Pete, I found a tradingview script where someone converted standard RSI line into candlesticks. I have been searching to find out if this is possible on Thinkscript. Heres the pinescript study("RSI CANDLESTICKS") len=input(14,title="RSI LENGTH") c...
0
1
271
asked 4 years ago by fama TVe
Category:
Chart Studies
Tags:
Hi everyone, I asked this question in one of the tutorials about ToS Ichimoku Scan and MANY THANKS to Pete for making the clarifications / answer. I thought of sharing it here so every0ne can benefit from it. Q: "I noticed that Ichimoku setup in ToS ...
0
2
97
asked 4 years ago by Thien Kai Wei
Category:
Alerts and Notifications
Hi, I know there's a shooting star study available in the wizard, but I need one that will alert me based on one candle only, without considering the previous candle like the standard shooting star study does. I'm able to hit some of the shooting sta...
0
1
130
asked 4 years ago by Shawn Vitale
Category:
Chart Studies
I would like to have an LRC that I can modify the number of days back as well as the amount of standard deviation I am looking for. I know there are several regression plots out there that I can do this...but the one thing I would like is the plot t...
0
1
125
asked 5 years ago by Steven Bernal
Category:
Stock Scanners
Hi Pete, can you please make a scan that finds stocks closing over the lower 1 standard deviation at least 3 consecutive times settings would be: num dev dn: -1.0 (this one being the lower standard deviation) num dev up: 1.0 length: 20 day
0
1
149
asked 5 years ago by Dillon Britt
Category:
Stock Scanners
One last question! I've been trying to create a dynamic alert / scan using the default STD_DevChannel study. I want a scan to populate / alert as the price of a symbol crosses either the upper or lower end of the standard deviation channel.
0
0
94
Be first to answer!
asked 5 years ago by Craig Habermehl
Category:
Stock Scanners
Pete is it possible to do a scan for a 2 +/- standard deviation on a 10 day 30 min chart....I can do it for the one day but not sure how to do it for a 10 day.... Thanks
0
2
42
asked 5 years ago by Venkata Nemala
Category:
Chart Studies
I have a custom study with simple 4 to 5 lines which references standard studies. My custom study stops plotting after 2 to 3 minutes on the chart. Below is the code: def LONG_BUY = (close is greater than MovAvgExponential("price" = HIGH,...