Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
117
views
asked 6 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
997
views
asked 6 years ago by
Category: Stock Scanners
Tags:
I want to scan stocks which current volume is greater than twice of last 50 days average. I tried to add this line to scan, plot scan = volume is greater than 2 * VolumeAvg("length" = 50)."Vol"; It runs without error but the scan come back with zero ...
0
votes
1
answer
63
views
asked 6 years ago by
Hi Pete, Is there a way to display a label on chart indicating a name of the day? Thanks
1
vote
1
answer
699
views
asked 6 years ago by
Category: Strategy Guide
Great resource, keep up the great work! I'm trying to set up a simple study (and to backtest with FloatingPL) to buy whenever there's X (let's assume 3) bars of consecutive lows, on the 3rd consecutive low, I want to buy just before the end of the da...
0
votes
1
answer
96
views
asked 6 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
130
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, i have this  existing scan that scan stocks that are trending declare lower; def conditionOne = Average(close, 20) / Average(close, 200) >= 1.1; plot x = conditionOne; but i would like to insert another condition to only show those s...
0
votes
1
answer
106
views
asked 6 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
117
views
asked 6 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
0
answers
126
views
Be first to answer!
asked 6 years ago by
Category: Stock Scanners
I have seen other scanners like trading view that will alert stocks up a certain % within the last 5min or 10min. i was messing around on ToS and cant figure out anything to do with time   i want to scan in the last 30mins of the regular trading...
0
votes
1
answer
109
views
asked 6 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...