Skip to content

Commit 2c2de2a

Browse files
committed
Update notes.
1 parent d4252ba commit 2c2de2a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

notes/notes

+21-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,24 @@ I just need to add a check for:
193193

194194
Complete turnovers of a ticker's floating shares, when calculated from a price extreme, often line up exactly dead on with major pivots. It's quite uncanny.
195195

196-
I wonder whether there is some other indicator I can check to see whether a turnover will result in a major price move, or whether it will be a 'nothing' turnover.
196+
I wonder whether there is some other indicator I can check to see whether a turnover will result in a major price move, or whether it will be a 'nothing' turnover.
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
1. Get a stable source of floating shares. (Look at scraping Yahoo Finance),
207+
2. Each day, run a script that:
208+
- retrieves this total float for each stock (how often does it really change?)
209+
- retrieves stock data for each stock.
210+
- identifies the last major pivot for each stock.
211+
- starts calculating float turnover from that pivot for that stock.
212+
- generates a list of stocks with 96+% turnover.
213+
- scans for recent outer pivots on lower volume.
214+
- returns a list of any stock approaching 100% turnover that also has an outer pivot on lower volume.
215+
- sends a text message to me with the results at 12:30pm.
216+
3. Place trades,

0 commit comments

Comments
 (0)