fortes fortuna juvat

Status
Not open for further replies.
This is a project that's been on the shelf for a bit. It depends on the free yahoo finance quote updates which were operational a year ago and a subscription to stocktables dot com which I have let lapse due to some data refresh latency. But it can be edited easily to interface with your data provider.

Yahoo Finance's queries are now returned in JSON format which require the correct module to be used in the URL. I'm working on retrieving a full list of Hershey filtered universe from Yahoo Finance. I will make the project available upon completion.
 
Current MADA Log, Iterative Refinement

Mada Log v0517.jpeg
 
Yahoo Finance's queries are now returned in JSON format which require the correct module to be used in the URL. I'm working on retrieving a full list of Hershey filtered universe from Yahoo Finance. I will make the project available upon completion.

That's exciting!

Does this mean, a stocktables dot com sort isn't necessary? That yahoo finance would provide the initial sort plus the additional parameters to test and filter for?
How does it handle Accumulation/Distribution ranking and sorting?
 
That's exciting!

Does this mean, a stocktables dot com sort isn't necessary? That yahoo finance would provide the initial sort plus the additional parameters to test and filter for?
How does it handle Accumulation/Distribution ranking and sorting?

Well, here is the criteria that Spydertrader used to generate the Hershey universe:

1. 10 < price < 50
2. 50M < float < 60M
3. 65 day average volume >= 200K
4. EPS > 0
5. Percent held by insiders > 25
6. Percent held by institutions > 25

The above algorithm is also used by Trade Navigator as filters to create the universe.

Every piece of data is available from Yahoo finance. I can't recall what he used for A/D. I have to go back to the WL scripts to refresh my memory.
 
Status
Not open for further replies.
Back
Top