Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
467
views
asked 3 years ago by
Category: Chart Studies
ThinkOrSwim does not seem to allow adding two additional moving averages to the RSI study. I'd like to add a 9-period SMA and 45-period WMA in different colors (green/red) but it is not clear to me how to do that. Can I pay you to provide this capaci...
0
votes
1
answer
1048
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Would you able to assist me with creating a script in the form of AddLabel that calculates the up/down volume ratio? Up-Down Volume Ratio covers previous 50 days of trading. It's calculated by dividing total volume on up days by total volume...
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...
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...
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
633
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 # ============...