- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
127
views
asked 4 years ago by Michael Chokrach
Category:
Chart Studies
I created a custom study in my TOS chart (the study itslef works great - no issues) Now.... I would like to create a condition for the custom study I created; however, when I attempt to create a condition using the condition wizard, I am unable to lo...
1
vote
1
answer
118
views
asked 4 years ago by ASTOR
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
106
views
asked 4 years ago by Charles Jones
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
758
views
asked 4 years ago by Craig Habermehl
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
126
views
asked 4 years ago by iO Rambo
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
48
views
asked 4 years ago by Stjepan Herceg
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 3Benito
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
168
views
asked 4 years ago by Koji A. Katakura Jr.
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
110
views
asked 4 years ago by Chris Formen
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
1273
views
asked 4 years ago by Chris Formen
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...