BennyThadikaran / eod2

A fully automated script to download and update NSE EOD Historical stock, index and delivery data with added features
GNU General Public License v3.0
57 stars 18 forks source link

Dev v7.0.0 #170

Closed BennyThadikaran closed 3 weeks ago

BennyThadikaran commented 3 weeks ago

Breaking Changes

Prior to version 7, --watch-add accepted a file-path mapped to eod2/src/data. Going forward file-path can be anywhere on the filesystem. Existing user.json will need to be updated with full file-path to avoid file not found errors.

New Features

Plot.py has a new CLI option, --snr-v2 which plots support and resistance with multiple touches or price rejections.

Improved performance when syncing multiple days by calling function defs.cleanOutDated once on the final day.

Changes

https://github.com/BennyThadikaran/eod2/commit/21855b4512ce8bb08fb65d5060da7dbb15d961f1 (HEAD -> dev) Bump to version 7.0.0

https://github.com/BennyThadikaran/eod2/commit/726620e488b3fda3fa740a058237686bb96129e7

https://github.com/BennyThadikaran/eod2/commit/15a0b16beff26f0c5bda8dfaa80aafecb75e067e Added utility functions for multitouch support and resistance.

https://github.com/BennyThadikaran/eod2/commit/5e65ef6d08fc501fe7ac3e096e86d5f0126edc45 Added new cli option --snr-v2

https://github.com/BennyThadikaran/eod2/commit/15b32727ff6cff7c49011a20a7ade30d42575613, https://github.com/BennyThadikaran/eod2/commit/698dad8fd92cc8dbd5e7bf651be3988108765a71 Formatted import statements

https://github.com/BennyThadikaran/eod2/commit/3cb341a97e1f4e5b670a043be0a865ef61047f6a Fix: When syncing multiple days, run cleanOutDated only on last day.

https://github.com/BennyThadikaran/eod2/commit/925b65aba29dedc32446d8d681fb7d5b51fa555a

https://github.com/BennyThadikaran/eod2/commit/cb7eee5f0f3cc8aa9008dae008e83531c40d511e