Chart Studies (872)

Votes
Answers
Views
Question
0
votes
1
answer
439
views
asked 5 years ago by
Category: Chart Studies
Hello, Is there a way to auto populate a price level at the "Naked" or "Unfilled" Volume POC. In reference to the picture I would like price levels to auto populate at the red bar if price has not retouched that price level since its inception. I hav...
0
votes
1
answer
78
views
asked 5 years ago by
Category: Chart Studies
Hello,   I am referencing values from the ProbabilityOfExpiringCone study. <pre> plot UpProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).UpProbExp; plot DownProbExp = reference ProbabilityOfExpiringCone(period = 5...
0
votes
1
answer
321
views
asked 5 years ago by
Category: Chart Studies
I have a code that shows specific time frames (default 1:30 and 2:00) and I'd like to add a 1:30 opening candle print line and a 2:00 opening candle print line. If the 1:30 can be red and the 2:00 can be yellow to match the cloud. Can this be added t...
0
votes
1
answer
390
views
asked 5 years ago by
Category: Chart Studies
I have the script attached and basically it should have relative comment lines in it for you.  It\'s an attempt to get as good as it can get using the TOS data block feeds to determine the amt of buy volume versus sell volume.  It\'s my code btw. The...
0
votes
1
answer
115
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm setting up two TOS scans using the codes below (long and short), but it keeps giving errors. Please help to fix. Thank you! EMA BREAKOUT LONG high is less than high from 1 bars ago and low is greater than low from 1 bars ago and high fro...
0
votes
1
answer
173
views
asked 5 years ago by
Category: Chart Studies
Hi, I found this studies on your site, very useful for me. I want to check if it is possible to make it as a percentage instead of the dollar amount. AddLabel(yes, GetOpenPL(), Color.WHITE);
0
votes
1
answer
613
views
asked 5 years ago by
Category: Chart Studies
Hi I wanted to see if you can help me to figure out how to do a custom indicator? I want to be able to see on the chart dynamic volume but with open close high and low. This is the link to see..I would appreciate it if you could tell me if its possib...
0
votes
0
answers
391
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Would it be possible to get a TOS code for the fractal chaos bands? This indicator is availble on tradingview coded with pinescript.
0
votes
1
answer
168
views
asked 5 years ago by
Category: Chart Studies
I am trying to establish a link between Excel and Thinkorswim. The flow path I am trying to achieve excel to thinkorswim. For example take price levels generated in excel for lets say 10 positions and have it connected to thinkorswim and have the pri...
0
votes
2
answers
3477
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a way to convert the TOS indicator - Accumulation/Distribution Buying Pressure into Tradingview? Here is the code; declare lower; def data = if close > close[1] then close - Min(close[1], low) else if close < close[1] then clo...