Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
46
views
asked 3 years ago by
Category: Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm looking for a script that would plot an arrow for VAH and VAL at a specific time(s) as well as every X minutes.  I've found some code that will plot "if" a certain condition is met but am wondering if it's possible to plot if that condit...
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...
0
votes
1
answer
95
views
asked 3 years ago by
Category: Chart Studies
This might seem odd, but trying to overcome a limitation of TOS (mixing aggregations). Would it be possible to capture the total volume accumulated at a specific time of day? So, at 11am (or whatever input), return the total volume thus far. My hope ...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn! I am planning to have an automatic fibonacci time series plot which can be same as the pivot point formula but for the time axis (x axis). Hopefully it will look like the rollover fridays plot.
0
votes
1
answer
62
views
asked 3 years ago by
Category: Chart Studies
Want to add RSI for "SPY" as a lower study on stock charts.  Have searched the web and site for secondary or different stock ticker but nothing comes up. Is there anyway to display a study for a stock ticker other than the one being shown on the...
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...
0
votes
1
answer
102
views
asked 3 years ago by
Category: Chart Studies
I'm wondering if its possible to add additional lines in between POC / VAhigh and POC / VAlow ? Thanks!  P.S max 1200 characters prevented me from pasting the original code on here.
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 # ============...