Chart Studies (879)

Votes
Answers
Views
Question
0
votes
0
answers
166
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Hi Pete,   How do I chart Advance Decline line as a symbol so I can apply technical studies like MACD?   I want the current symbol on a chart to be AD line.   Robert
1
vote
1
answer
80
views
asked 5 years ago by
Category: Chart Studies
im using a script to track volume from 0400-1600 premarket to end of day not including after hours but it doesnt seem to match with the current volume "def EOD = SecondsFromTime(0400) >= 0 and SecondsFromTime(1600) < 0;" Daily Volume script "de...
0
votes
1
answer
105
views
asked 5 years ago by
Category: Chart Studies
I would like to add a vertical line once premarket volume has been rotated once on the lower study Thanks
0
votes
1
answer
79
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,  I am looking for to add the user defined OHLC into this code? Can you please help? Thank you. input aggregationPeriod = AggregationPeriod.DAY; def highValue = high(period = aggregationPeriod)[1];def lowValue = low(period = aggregationP...
0
votes
1
answer
93
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,  First of all, thank you so much for developing this study. It works very good. I have couple of requests if you can accomodate and make a new study. 1- Is is possible to input the custom time for that particular day in place of overnig...
0
votes
1
answer
103
views
asked 5 years ago by
Category: Chart Studies
Hello, How could I have the 6:00am - 9:55 time frame pained with a box with the top of the box as the high in that range and the bottom the low of the time range.  With that how can you add a dashed line to the right at the high, low and average of t...
0
votes
1
answer
79
views
asked 5 years ago by
Category: Chart Studies
Hi, I was wondering if there is a way to record the open close of the bar on earnings day and then paint the following first bar some color after the earnings day bar which satisfies the following criteria 1) The bar is before the next earnings 2) th...
0
votes
1
answer
43
views
asked 5 years ago by
Category: Chart Studies
alright. so this does what i want but i got one problem left with this. i only want the first and second signal from a row of the same color. so if there is 20 dots in a row, i only want the first 2. how do i do that? thanks a bunch. you have taught ...
0
votes
1
answer
104
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to scan for relative strength making a new 250 day high. I tried adding the following to the existing relative stength scan: plot BuyDot = if SRatio == Highest(SRatio,250) then high else Double.NaN; This does not provide correct ...
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,  Is there a feature or can you please make a code to go back to a certain date and time on live chart similar to onDemand? Does OnDemand have regular issues loading charts and mismatch in between current price display on active ladder a...