- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
52
asked 3 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
83
asked 3 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
329
asked 3 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
89
asked 3 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
81
asked 3 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
156
asked 3 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
30
asked 3 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
151
asked 3 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
111
asked 3 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
1
113
asked 3 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'(...