Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 810 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 810 Bytes

trend_analysis

Trend analysis is a WIP stock market analysis tool, that analyzes the current scenario of scrips along various parameters to find out whether it is better to buy, short or hold on to the stock.
It performs candlestick pattern detection and calculates other technical indicators over a historic price dataset provided by Quandl
It will signal the users with trade indicators to buy/sell/hold the stock and also provides backtesting.

Requirements

Django framework (for routing)  
Quandl API reader (currently a Flask server hosted in pythonanywhere.com)  
TechanJS for rendering custom candlestick charts

Signals

Above is a sample backtest with buy/sell signals represented by blue and red arrows

License

MIT