- Questions
- Chart Studies
Votes
Answers
Views
Question
1
1
821
asked 4 years ago by EyeKickIt RootDown
Category:
Chart Studies
I'm hoping to add a vertical line on a specific date. To get started, let's say that date is 03/09/2021. And then, over time, I'll add more specific dates to the script... possibly as many as 100+. Many, many thanks. Dana
0
1
58
asked 4 years ago by Adrian M
Category:
Chart Studies
Is there a study that will either show a label on a chart or a column in the Watchlist with the following: ((Close[today]- Close[at a specific date to be input by user])/ Close[at the specific date])*100) ?
1
1
86
asked 4 years ago by Diamond Wheeler
Category:
Chart Studies
Hello, Currently, I am trying to just have moving averages plot all in one tidy study. However, Im running into an issue where the none of the plots work if a stock does not have the proper days for that avg (IPOs not having 50 trading days). I've tr...
0
1
360
asked 4 years ago by John Norris
Category:
Chart Studies
I'm having a hard time trying to get my indicator to show red > 5 % else green, here is my code I hope you can help! def len = 1; def dayHigh = DailyHighLow(AggregationPeriod.DAY, len, 0, no).DailyHigh; def dayLow = DailyHighLow(Aggr...
0
1
96
asked 4 years ago by mulcher93
Category:
Chart Studies
I was interested in overlaying the daily Hull MA and daily Adaptive MA over a lower time frame chart, ideally the 1 minute chart. Is this possible ?
0
1
86
asked 4 years ago by Craig Habermehl
Category:
Chart Studies
Pete Hope you can help turn my chart label into lower study.....If label would be green..make a green dot on the row...same for red/grey labels... input length = 14; input averageType = AverageType.WILDERS; DefineGlobalColor("DI+", color.green...
0
1
169
asked 4 years ago by Reese Staats
Category:
Chart Studies
I am currently using this script https://www.hahn-tech.com/ans/highest-volume-bar-of-the-day/ I was wondering if there was a way to plot a horizontal line on the highest volume bar as well
0
1
36
asked 4 years ago by Ramakrishna Bhuma
Category:
Chart Studies
Getting "Value never assgined to" on my variables vSignalCandleClose and vSignalCandleStop. What am I doing wrong? #-----MyIndicator-- def vSignalCandleClose;def vSignalCandleStop; def vEMA = MovingAverage(AverageType.EXPONENTIAL, close, 20);de...
1
1
154
asked 4 years ago by Tommy
Category:
Chart Studies
I'm requesting a horizontal line on the low of the first 5 minute bar that extends across the entire chart intraday only no premarket Thanks Pete
0
1
121
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...