Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
355
views
asked 3 years ago by
Category: Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
1
vote
1
answer
467
views
asked 3 years ago by
Category: Chart Studies
Tags:
Hi Folks, I'm completely lost on this one. If anyone can lend some time to help, I'd really appreciate it. What I'm looking for: 1. For a green cloud to be displayed only when RSI (2) value is below 10. 2. For a red cloud to be displayed only when RS...
1
vote
1
answer
126
views
asked 3 years ago by
Category: Chart Studies
I have the foundation of the script I think can work, but need help. As written, this script creates a red and a green line above the "active" candle, based on the ATR of the previous 14 candles (starting with the last completed candle). My question:...
1
vote
1
answer
146
views
asked 3 years ago by
Category: Chart Studies
Hi Hahn! I made TOS indicators, scanner, watchlist codes. I wanted to protect it as an intellectual property of some sort. Is there a way to do this?
1
vote
1
answer
63
views
asked 3 years ago by
Category: Chart Studies
Hi Pete .Question. I have a script here I wrote that has no errors before applying, and it won't plot the labels onto a chart. It keeps saying" Two different secondary periods cannot be used in a single variable" in the upper left hand corner. I don'...
1
vote
2
answers
620
views
asked 3 years ago by
Category: Chart Studies
Hi, Pete: is there a way to change how date labels appear?  here's a bit of code: # Prior date of indicator change def prior_X_Up_Date = if X_Status == 1 AND X_Status[1] == 0 then GetYYYYMMDD() else prior_X_Up_Date[1]; def prior_X_Down_Date = if X_St...
1
vote
1
answer
1056
views
asked 3 years ago by
Category: Chart Studies
So I have some code that does exactly what I want (paints two horizontal lines on the chart with the previous day's high and low), but... I would love to be able to add a bubble underneath each with text like 'PD High' or 'PD Low'. I think this is po...
1
vote
1
answer
32
views
asked 3 years ago by
Category: Chart Studies
I have this code so far: declare lower; input symbol1 = "/GC"; plot smb1 = close(symbol1); This plots the standard gold futures contract. I want to plot specific gold contracts with different expirations, namely 6 months and 12 months out until expir...
1
vote
1
answer
93
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'(...
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
1 5 6 7 8 9 60