Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
294
views
asked 1 year ago by
Category: Chart Studies
I am wondering if a label can be created that counts the number of bars in the lower study, TTM Squeeze, based on  the histogram colors.  Say that the last 2 bars are Cyan color (positive and up per the histogram), the label would read 2 with the bac...
0
votes
1
answer
105
views
asked 1 year ago by
Category: Chart Studies
Hi.. I have a great simple study to plot the HLC from the previous day (for intraday chart on current day) that I found here but would like it to plot only on the current day? (input showonlytoday = yes).. I believe I need some NaN values but can't s...
0
votes
1
answer
159
views
asked 1 year ago by
Category: Strategy Guide
Hello. I've watched some of Pete's videos on YouTube but I just learned about this forum. I am hoping there's some way to create a conditional order in TOS based on consecutive study criteria rather than on the "All" or "Any" condition criteria that ...
0
votes
1
answer
244
views
asked 1 year ago by
Category: Chart Studies
Hello Mr Hahn, Can you please help convert the trading view " Accumulation-Distribution Line into 200 EMA" for thinkorswim as shown below: " // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/...
0
votes
1
answer
70
views
asked 1 year ago by
Category: Chart Studies
Hello, I am trying to add a simple label to my chart showing the ATR coming into today. In other words the ATR from one bar ago. This is what I have so far but it's not accepting the code. input length = 14; input averageType = AverageType.WILDERS; p...
0
votes
1
answer
109
views
asked 1 year ago by
Category: Stock Scanners
I'm looking for a bit of help.  I just want to add a ToS custom study where I can scan for stocks where the MACD exponential is above the average of the daily time frames.   Thanks!
0
votes
1
answer
103
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I am looking for a scan that tells me when a 2 period RSI flips from positive to negative. I tried to use the Rate of Change 2 period flip, since TOS has a scan for that, but it's not the same.
0
votes
1
answer
92
views
asked 1 year ago by
Category: Chart Studies
In ToS, I have chart studies that have 5,20,50,200 days Moving averages (EMA) with alerts and I have scanner alert that I get notification for 5days crossing over 20days as example! Is there a way I can get the actual number where these crossovers or...
0
votes
1
answer
53
views
asked 1 year ago by
Category: Watch Lists
Hello i have created 2 column one for volume plot x = (volume);AddLabel (yes, + Round(x *.000001 , 1) + "M",color.white); and other to know if this can trade options AddLabel(1,IsOptionable());   is it possible to combine both and make volume co...
0
votes
1
answer
127
views
asked 1 year ago by
Category: Stock Scanners
Hello Mr. Hahn, During a given day's pre-market session, if I write a script for the pivot point as, " PP = HCl3[1]" on a daily aggregation, will it consider the previous day's data or, one day before the previous day's data?   Thanks