https://github.com/globalpolicy/nepsewatcher
A program to screen and monitor NEPSE stocks
https://github.com/globalpolicy/nepsewatcher
Last synced: about 1 month ago
JSON representation
A program to screen and monitor NEPSE stocks
- Host: GitHub
- URL: https://github.com/globalpolicy/nepsewatcher
- Owner: globalpolicy
- Created: 2021-05-23T13:34:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T07:21:36.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:53:19.720Z (3 months ago)
- Language: C#
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NepseWatcher
A program to screen and monitor NEPSE stocks
## Important:
* NepseWatcher tries to download listed companies from nepalipaisa.com. If it cannot, a fallback list included as a resource in the binary is used instead.
* NepseWatcher uses Selenium Chromedriver to load charts of companies the user selects. So, Google Chrome is required. Similarly, a corresponding version of Google Chrome Driver executable needs to be placed inside the program directory. Technical analysis charts from systemxlite.com or nepsealpha.com can be used for this purpose. Simply load the right URL into the web browser window.
* NepseWatcher requires .netcore 3.1 to run.
* The application's icon has been created with https://logomakr.com/
* Companies' stock prices are downloaded from systemxlite.com
## Features:
* __Screener__: Analyse companies' stocks based on the following metrics:
* `Moving Average`:
Custom averaging period with the possibility of analysing data points falling below the corresponding Moving Average curve
* `Candlestick Patterns`:
Scan for the six most common candlestick patterns for trading signals
* `ROI`:
Analyse companies' stocks for their average Return On Investments over the past year. Linear and logarithmic weighting schemes available
* __Watchlist__:
Can make use of a CSV file to store and load watchlist for companies. Can calculate deductibles-incorporated investment, sale value, profit and ROI for each company in the watchlist
* __Chart browser__:
Load candlestick chart for any selected company
## Screenshots:![]()
![]()
![]()
![]()
![]()
![]()
![]()