Votes
Answers
Views
Question
0
votes
1
answer
113
views
asked 5 years ago by Fernand Prince
Category:
Stock Scanners
Hello Peter, This is my ideas for scan. I want to turn this to a watch list and later on a strategies with your help. I just want a scan that plot me stocks when their OBV and AccDist raise about 10% comparing to the previous 5min or day close. This ...
0
votes
1
answer
1328
views
asked 5 years ago by David Oh
Category:
Watch Lists
Hi pete, I am trying to set up a custom column for my ThinkorSwim watchlist for pre-market volume. However, I am running into some problems if there were no premarket activity for the stock today. Instead of showing 0, it shows prior day's pre-...
0
votes
1
answer
240
views
asked 5 years ago by Scott Hayes
Category:
Watch Lists
Hello Mr. Hahn, Something I've been searching for but haven't found yet - I'd like to add a column to my watchlists for Relative Volume. Ideally I'd like it to update on the fly, but at a minimum I need it to update on a 1-min basis. What I'm looking...
0
votes
1
answer
161
views
asked 5 years ago by Ak40 Steven
Category:
Stock Scanners
So here is the code i have so far, and i need creating the rest of the criteria def volumeDollars = Round(volume * hlc3, 0); def newDay = GetDay() <> GetDay()[1]; rec todaysVolumeDollars = if newDay then volumeDollars else todaysVolumeDo...
0
votes
1
answer
459
views
asked 5 years ago by Walter Rose
Category:
Chart Studies
I searched the forum for tick_count and didn't find much, so I thought some of you folks might find this interesting. On the two minute chart with the times & sales window visible I can see it counting the upticks and downticks. I haven't been ab...
0
votes
1
answer
250
views
asked 5 years ago by Edward Stanek
Category:
Stock Scanners
Hi Pete, thank you for sharing your coding skills on this great site which I came across while doing some research on the 3 bar pattern play. You previously shared a code to scan for that pattern (see Cutom Scan for the 3 Bar Pattern Play) and ...
0
votes
1
answer
246
views
asked 5 years ago by Ak40 Steven
Category:
Chart Studies
Hello Pete , I need help creating a bubble that only shows at the HOD Price after 9:30am (not factoring in Premarket ) this bubble will only display the intraday HOD bars volume . if that current HOD candle volume is over 300k, the bubble wil...
0
votes
1
answer
384
views
asked 5 years ago by Shahrom Ikramov
Category:
Chart Studies
Hello Pete, Sorry that I initially posted my question in the wrong place. I want to know if VWAP code can be edited for chart study and for scanning. Here is the link for the code that you already shared. Currently, it only gives audible alert. How c...
0
votes
1
answer
582
views
asked 5 years ago by valerol
Category:
Chart Studies
Hi! This would be a very interesting study! I saw that someone asked for it here but it wasn't very clear what he meant. So, the user should provide the float value for the stock, but later the script should calculate when a new float rotation of vol...
0
votes
1
answer
302
views
asked 5 years ago by valerol
Category:
Chart Studies
Hi Pete! I'm trying some of the premarket indicators posted here for volume labels and I noticed they don't work fine. They show less volume than the real volume at any given time during premarket: I used this indicator here and I had the problem I m...