Skip to content

Releases: pkjmesra/nseta

v0.7.386 Final Sunset Release with fastquant, fbprophet and ta-lib

17 Apr 17:42
Compare
Choose a tag to compare

We are now shutting down support for fastquant, fbprophet and ta-lib with this final release.
No future release will have dependency on any of these libraries. These libraries make pretty heavy footprint and make the installation process also cumbersome and fragile. This is the last stable release with addition of bug fixes and minor feature additions.

Feature:

  • Added --resources, -r option (for example nseta -r)
  • Now you can view and edit the config.txt (to view your own custom columns)
  • You can also edit stocks.txt (to edit the default list of stocks)
  • User can add/edit userstocks.txt to override the default list of stocks in stocks.txt and instead use userstocks.txt for all scanning purposes.

Going forward, support for fastquant and fbprophet will be removed.
Dependency on ta-lib will also be removed to keep it lightweight.

You can checkout this latest code for this release using git://github.com/pkjmesra/nseta.git@ f9ba1e6

git checkout f9ba1e6

v0.6.369 Last Release with fastquant, fbprophet and ta-lib

23 Jun 19:08
Compare
Choose a tag to compare

This will be the last release supporting fastquant, fbprophet and ta-lib
Going forward, support for fastquant and fbprophet will be removed.
Dependency on ta-lib will also be removed to keep it lightweight.

All future releases will be mostly for scanning.

v0.6.282 News, top-picks recommendations for intraday/day trading, volume scan, deep analysis

19 Feb 17:05
Compare
Choose a tag to compare
  • Volume scan now also lists the associated news that is triggering the volume spurt during the intraday market
  • Swing scan also supports news analysis
  • Top-picks recommendations (BUY/SELL) based on 1-min and 5-min MACD indicators
  • Volume scan results are automatically redirected to analysis (-a flag) for top-pick recommendations from those
  • General news scan for all or selected stocks (nseta news or nseta news -S )

Next release will focus more on prediction, removing dependencies on some external libraries like ta-lib, fastquant and fbprophet. Stay tuned and enjoy!

v0.6.236 Performance Improvements and bug fixes

31 Jan 02:31
Compare
Choose a tag to compare

A lot of bugs squashed.
Heavy performance lift for scanners.
Better backtesting with PnL for strategies like RSI, BBands, MACD (Others will come later).
Better buy/sell/hold recommendations.

v0.6.202 Volume Scanning and strategy backtesting

20 Jan 08:09
Compare
Choose a tag to compare
  • Backtesting support for RSI, MACD and BBands test strategy for both intraday as well as swing trading (More to come in future releases)
  • Volume scanning support with decisions based on VWAP, relative volumes and pivot points

v0.6.182 Scanning stocks - quotes, live and swing

11 Jan 13:24
Compare
Choose a tag to compare
  • A lot of ammunition has been added to how a scan is carried out - during and after the market hours.
  • Continuous scanning with background support wherein one can keep the scans running at regular intervals
  • Buy/Sell signals and recommendations for swing and intraday trading
  • Basic backtesting support for recommendations (A lot more to come in this segment in future releases)

v0.6.108 Basic scanning and signals

03 Jan 10:41
Compare
Choose a tag to compare

Basic scanning and signals support for live quotes
Basic scanning and signals support for intraday
Basic scanning and signals support for swing trades
Multiple other improvements and bug fixes.
Stay tuned. There are going to be many more exciting features in upcoming releases.

v0.6.68 release with fixes for pypi and pip version errors

22 Dec 15:24
Compare
Choose a tag to compare
  • Fixes the issues with PyPI reporting "No matching distribution found for nseta=="
  • Fixes the issues with pip reporting "Could not find a version that satisfies the requirement nseta=="

These fixes will be applicable only for versions >= 0.6.68

v0.5.56 release with logging support and a lot of other clean ups

01 Dec 07:49
Compare
Choose a tag to compare
  • Better logging support and a lot of other cleanups
  • Fixed a few bugs
  • Fixed versioning

v0.4 release with logging support and a lot of other clean ups

01 Dec 07:04
Compare
Choose a tag to compare
  • Better logging support and a lot of other cleanups
  • Fixed a few bugs