Chart Studies (882)

Votes
Answers
Views
Question
1
vote
1
answer
1302
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
97
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...
0
votes
1
answer
53
views
asked 4 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
1262
views
asked 4 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
563
views
asked 4 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
117
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn, Hope everything is going well! My revengrsi code seems to be incorrect, I want to display the reverse engineer rsi 50 line, could you please help me? Thank you so much for your help! plot ema28 = movAvgExponential(close, 28); plot RevEngR...
0
votes
1
answer
226
views
asked 4 years ago by
Category: Chart Studies
Hi, is it possible to get a Visible range and Fixed Rang volume profile like the one in tradingview.com. Thanks
0
votes
1
answer
80
views
asked 4 years ago by
Category: Chart Studies
Seeing if you can help me correct the date in my label. The label is in the volume box in red next to the white "highest volume" label at the bottom.  Driving me crazy. The year displays as 2,021. Cant figure out where the comma is coming from. Here ...
0
votes
1
answer
145
views
asked 4 years ago by
Category: Chart Studies
♥ 1
I'm requesting an automated horizontal lines drawn on lower chart volume using VolumeRateofChange indicator.  One line is the total volume on a 1day 1min chart from VolROC highest.  The 2nd line is multiplied by 2 from the first line.  "Length" is ch...
0
votes
1
answer
382
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you please help to provide a script for the vertical lines for Mondays and Fridays for the chart on screen? Thank you, Shaishav