Skip to content

0xrushi/python-stocks-charting-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocks charting and backtesting in Python from scratch

Sentex Code revamped for 2019, the videos are 6yrs old and python has changed greatly, also unfortunately yahoo finance, google finance apis have been shut down

This is a simple analysis from zeel stock.csv

references:-

https://www.learndatasci.com/tutorials/python-finance-part-3-moving-average-trading-strategy/

Sentdex

https://pythonprogramming.net/more-stock-data-manipulation-python-programming-for-finance/ https://pythonprogramming.net/advanced-matplotlib-graphing-charting-tutorial/ https://github.com/arkochhar/Technical-Indicators

Indicators (you can also use a well known python library named TA-Lib for indicators)

https://github.com/arkochhar/Technical-Indicators

This is a dashboard to show backtrading strategy testing on any stock. I plan to shut down this project as many new and better libraries have arrived like https://www.quantopian.com/ Still, I hope it would be helpful to get started in making candlestick related dashboards.

#Alongwith matplotlib, numpy, pandas you would need mpl_finance install it from
#make sure to give proper path of the stock (zeel.csv here).

pip install https://github.com/matplotlib/mpl_finance/archive/master.zip
python3 main.py

image-20200513043212809

#stock #money #forex #trading #python #dashboard #screener #scratch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages