Chart Studies (880)

Votes
Answers
Views
Question
1
vote
1
answer
117
views
asked 4 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'(...
0
votes
1
answer
104
views
asked 4 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 # ============...
0
votes
1
answer
746
views
asked 4 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
125
views
asked 4 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.
1
vote
1
answer
46
views
asked 4 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
82
views
asked 4 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...
0
votes
1
answer
165
views
asked 4 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
106
views
asked 4 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 ...
1
vote
1
answer
1240
views
asked 4 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
92
views
asked 4 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...