Skip to content

Commit

Permalink
Release Version 5.4
Browse files Browse the repository at this point in the history
- Updated Documentation for 5.4
- Updated Changelog for 5.4
  • Loading branch information
VarunS2002 committed Mar 11, 2022
1 parent cbe06d6 commit 0e3a9a6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

<br>

> # [5.4](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.4)
## Bug Fix Update

- Fixed `IndexError` with tksheet versions `>=5.0.29`.
Issue: [#24](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/24)
, [#25](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/25)
, [#28](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/28)
, [#32](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/32)
and [#33](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/33). Pull
Request: [#34](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/pull/34) (Thanks
to [@yjagota](https://github.com/yjagota/))
- Fixed redundant code. Pull Request: [#19](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/pull/19)
(Thanks to [@QuickLearner171998](https://github.com/QuickLearner171998/))
- Bumped dependencies to fix known vulnerabilities
- Updated documentation:
- Added new contributors to the list
- Updated table formatting
- Fixed typos

<br>

> # [5.3](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.3)
## Feature and Bug Fix Update
Expand Down Expand Up @@ -230,7 +252,7 @@

- Now compatible with the new NSE website
- Instead of scraping the data from the html the program now calculates the data from a json file which is also the
implementation of the new website (Thanks to @medknecth)
implementation of the new website (Thanks to [@medknecth](https://github.com/medknecth/))
- Since the values on the new website display contracts instead of shares, the values in the program have been updated
to display in thousands instead of lacs
- Completely reworked the main code
Expand Down
4 changes: 2 additions & 2 deletions NSE_Option_Chain_Analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# noinspection PyAttributeOutsideInit
class Nse:
version: str = '5.3'
beta: Tuple[bool, int] = (True, 4)
version: str = '5.4'
beta: Tuple[bool, int] = (False, 0)

def __init__(self, window: Tk) -> None:
self.intervals: List[int] = [1, 2, 3, 5, 10, 15]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Downloads](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases)

[![Latest: v5.3](https://img.shields.io/badge/release-v5.3-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.3/NSE_Option_Chain_Analyzer_5.3.exe)
[![Latest: v5.4](https://img.shields.io/badge/release-v5.4-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.4/NSE_Option_Chain_Analyzer_5.4.exe)
![Download-Count](https://img.shields.io/github/downloads/VarunS2002/Python-NSE-Option-Chain-Analyzer/total?color=blue)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Expand Down

11 comments on commit 0e3a9a6

@muttusarve
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi.. it is really nice work.. few suggestions :

  1. is it possible to add parameters like LTP, IV.
  2. charts will be more helpful, is it possible to add charts using Dash libraries, it will be easy to analyze live data on web rather than excel. because excel will crash many times.
  3. if we keep live export on and when we open excel to plot the charts, the GUI is stop working and live data won't update in the exported excel.

how do i can contact you? please let me know.

@VarunS2002
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi.. it is really nice work.. few suggestions :

  1. is it possible to add parameters like LTP, IV.
  2. charts will be more helpful, is it possible to add charts using Dash libraries, it will be easy to analyze live data on web rather than excel. because excel will crash many times.
  3. if we keep live export on and when we open excel to plot the charts, the GUI is stop working and live data won't update in the exported excel.

how do i can contact you? please let me know.

Currently, no new features are being worked upon.
You can open an issue and make a feature request there so I can consider it in the future

@nvnkush
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work sir

@krdaleep
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very Good Application. Could you help us, how to use this application for intraday. Your hard work and efforts will actually provide the benefit to small retailers.

@VarunS2002
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very Good Application. Could you help us, how to use this application for intraday. Your hard work and efforts will actually provide the benefit to small retailers.

I am not a trader, I am an IT guy who made this software for a client.
So I'm afraid you will have to figure out how to use this software for trading purposes.
Thanks!!

@krdaleep
Copy link

@krdaleep krdaleep commented on 0e3a9a6 Mar 23, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VarunS2002
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your mail. Have you developed this apps on chargeable basis? If yes what would be the price. Meantime, I am learning python for stock market. Do you have any information/ document on how to access the cloud base server and database free and access/operate with my laptop? Thanks & Regards, Daleep Singhal

On Wed, 23 Mar, 2022, 2:39 pm Varun Shanbhag, @.***> wrote: Very Good Application. Could you help us, how to use this application for intraday. Your hard work and efforts will actually provide the benefit to small retailers. I am not a trader, I am an IT guy who made this software for a client. So I'm afraid you will have to figure out how to use this software for trading purposes. Thanks!! — Reply to this email directly, view it on GitHub <0e3a9a6#commitcomment-69332340>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWOZN2IAYU4YK46NIBTYOXDVBLNTLANCNFSM5QUN6QLQ . You are receiving this because you commented.Message ID: <VarunS2002/Python-NSE-Option-Chain-Analyzer/commit/0e3a9a6ab7320fb0a709eb66605badfc4a2e5da4/69332340 @github.com>

No the app is free to use, anyone can download it and use it.
Downloads

I do not know which cloud base or database you are talking about.

@krdaleep
Copy link

@krdaleep krdaleep commented on 0e3a9a6 Mar 23, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kushwaharjun2022
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error
Please find error details is attached image. Getting error when connected through VPN but it is working fine without VPN connection. Could please share how to make this work with VPN.

@VarunS2002
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kushwaharjun2022
The NSE website doesn't allow proxy/vpn connections. There is nothing that I can do about it.
Please open an issue on GitHub instead of commenting here next time.

@krdaleep
Copy link

@krdaleep krdaleep commented on 0e3a9a6 Oct 11, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.