Votes
Answers
Views
Question
0
1
74
asked 3 years ago by dshore22
Category:
Stock Scanners
Hello, is it possible to have a scan that triggers when, i.e. RSI increases by 10 from previous bar in a 30 min time frame? Can't figure how to do this in the regular scan parameters. Thanks a lot!
0
1
157
asked 3 years ago by Reese Staats
Category:
Chart Studies
I am currently using this script https://www.hahn-tech.com/ans/highest-volume-bar-of-the-day/ I was wondering if there was a way to plot a horizontal line on the highest volume bar as well
0
1
270
asked 3 years ago by OGAMA MANTONUUBU
Category:
Watch Lists
Hello I’m trying to create a Heiken ashi candle counter for stocks on a daily basis. I currently leverage your great solution for flagging a Heiken ashi candle but would like to count it (no formatting just a pure number of green candles in a row or ...
0
1
30
asked 3 years ago by Ramakrishna Bhuma
Category:
Chart Studies
Getting "Value never assgined to" on my variables vSignalCandleClose and vSignalCandleStop. What am I doing wrong? #-----MyIndicator-- def vSignalCandleClose;def vSignalCandleStop; def vEMA = MovingAverage(AverageType.EXPONENTIAL, close, 20);de...
0
1
133
asked 3 years ago by Tuan Pham
Category:
Watch Lists
Hi Pete, Could you please create a count of slow stochastics oversold similar to my RSI post, but this time instead of using bars, is it possible to use "Days" verbiage? The reason is because I use this on a 5-minute scale for scalp/day trading and i...
1
1
151
asked 3 years ago by Tommy
Category:
Chart Studies
I'm requesting a horizontal line on the low of the first 5 minute bar that extends across the entire chart intraday only no premarket Thanks Pete
0
1
643
asked 3 years ago by Rashed Hoque
Category:
Watch Lists
Hi How can I plot PEG ratio in thinkorswim watchlist column?
0
1
142
asked 3 years ago by James Peng
Category:
Watch Lists
Hi everyone, If my Watchlist is from a predefined scan query, how can I refresh it during the day? Thanks,
0
1
111
asked 3 years ago by Michael Chokrach
Category:
Chart Studies
I created a custom study in my TOS chart (the study itslef works great - no issues) Now.... I would like to create a condition for the custom study I created; however, when I attempt to create a condition using the condition wizard, I am unable to lo...
0
1
179
asked 3 years ago by Upma Choudhary
Category:
Stock Scanners
Can you please help me setup a scanner in TOS that scans for stocks that have 2 consecutive minute bars where RelativeVolumeStdDev for 25 period is greater than equal to 4.0 . My chart is 1min charts. What is difference between length and the aggreg...