Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
638
views
asked 3 years ago by
Category: Chart Studies
Pete, I'm looking for a lower study that will paint a green dots for a green candlestick and red dot for a red candlestick for the Heikin Ashi candlesticks....Then when it goes from red to green or green to red on the first candlestick it will paint ...
0
votes
1
answer
89
views
asked 3 years ago by
Category: Chart Studies
Hello, I'm trying to plot volume profile for a "QUARTER" (past 3 months) period, but not sure how to code it. The code below is only to plot the VAH, VAL, and POC. # ================================= # Volume Profile Definition Section # ============...
1
vote
1
answer
92
views
asked 3 years ago by
Category: Chart Studies
I have been trying to figure this for awhile. Wondering if there is a way to harvest the size of the large and small size  contracts via T&S on TOS. We know +25 contract sizes are in ES are professional trades and single to 5 sizes are amateurs'(...
0
votes
1
answer
166
views
asked 3 years ago by
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...
0
votes
1
answer
90
views
asked 3 years ago by
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
votes
1
answer
124
views
asked 3 years ago by
Category: Watch Lists
Hi everyone, If my Watchlist is from a predefined scan query, how can I refresh it during the day? Thanks,
0
votes
1
answer
579
views
asked 3 years ago by
Category: Watch Lists
Hi How can I plot PEG ratio in thinkorswim watchlist column? 
1
vote
1
answer
140
views
asked 3 years ago by
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
votes
1
answer
124
views
asked 3 years ago by
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...
0
votes
1
answer
26
views
asked 3 years ago by
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...