/pynse

Primary LanguagePython

Python: Getting Started

Python script that suggest stocks everyday based on NR7 (Narrow range) and OHOL (Open High & Open Low) starategy.

  • On any trading day, script will analyse the previous day stock pickings and predict new pickings for next day.
  • And creates blog post on blogger.com

Example: https://backtestingism.blogspot.com/

Generate and Copy following items from your blogger account to have blog post on your blog.

client_secrets as conf/client_id.json
credentials as conf/credentials.dat
blog_id as conf/blog_id.txt

How to setup:


Create python3 virtualenv
Clone this repo
execute pip install -r requirements.txt
python main.py