Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
92
views
asked 3 years ago by
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
90
views
asked 3 years ago by
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
140
views
asked 3 years ago by
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
votes
1
answer
26
views
asked 3 years ago by
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...
0
votes
1
answer
134
views
asked 3 years ago by
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
votes
1
answer
72
views
asked 3 years ago by
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
votes
1
answer
81
views
asked 3 years ago by
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
votes
1
answer
275
views
asked 3 years ago by
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...
1
vote
1
answer
70
views
asked 3 years ago by
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
votes
1
answer
41
views
asked 3 years ago by
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)  ?