Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
292
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
90
views
asked 1 year ago by
Category: Chart Studies
Hi Pete Can you please assist on how can i pot an arrow or color this block where the arrow is pointed.  Condition would be after 2 red block a white block followed by another 2 red blocks?   I tried to in rabbit hole where close[-1] > close[-2] b...
0
votes
1
answer
70
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, I need help building a script that allows  to check if the current daily high of a given week has passed the previous daily high of the same week. It will display a label box with the following information: if broken, "New high achiev...
0
votes
1
answer
100
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I am looking to augment the current ThinkOrSwim Study "McClellanSummationIndex" (aka NYSI) to assign a color to both the indicator and the candle based upon the current values relationship to the previous days value. Something like this: If,...
0
votes
1
answer
160
views
asked 1 year ago by
Category: Chart Studies
Hello, I was wondering if you can show me how to correctly addclouds outside bollingerband and color them accordingly, green if trending up and red if its trending down. I can only seem to color half portion of the background,  and my color condition...
0
votes
1
answer
111
views
asked 1 year ago by
Category: Chart Studies
Hello, I am having a tough time mimicking code that a group of traders I am thankful to be a part of use on NinjaTrader; I posted a picture for reference. So when the 8, 20, 50, 100 & 200EMAs are stacked in an uptrend, the background of portion i...
0
votes
1
answer
56
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I would like to request that a study that I found useful be converted into a histogram. The study that I intend to convert into a histogram is as follows, " def cl = close(period=aggregationPeriod.THirty_MIN); def op = open(period=aggrega...
0
votes
1
answer
124
views
asked 1 year ago by
Category: Chart Studies
Greetings again sir, Im requesting assistance on a script for the daily chart displaying a horizontal line plotting the high and lows of daily candles with minimum of 5mil in vol that can be adjusted. Thank you
0
votes
1
answer
271
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, This is a conceptual question about a TOS study. I know how to get yesterdays low, close, high etc.  However, I'd like a study to be able to grab the barnumber of those points/candles and then grab the open or close of that candle bod...
0
votes
1
answer
85
views
asked 1 year ago by
Category: Chart Studies
I want to create a Commitment of Traders lower study for future markets. I couldn't find that data in TD Ameritrade or Thinkscript. I can download that data from CFTC. Is there a way to download and import data to create a lower study?