Skip to content

Scan every stock listed on the Nasdaq to find those with daily inside bars for trading,

License

Notifications You must be signed in to change notification settings

gregyjames/insidebarscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insidebarscanner

Scan every stock listed on the Nasdaq to find those with daily inside bars for trading,

How to use

  • Clone the repo
  • Install dependicies
  • Go here and click download CSV
  • Add the csv to the cloned directory
  • Rename the csv to "data.csv"
  • Run and be amazed

Optional

There is a line currently commented out which allows you to filter the data. The code provides is for filtering based on market cap. Looking at the csv file, there are many other potential filters you can you do such as, price, volume or sector.

Contribution

Feel free to contribute or request any features that you would like to see.

License

MIT License

Copyright (c) 2022 Greg James

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages