A Python Module For The Stock Market
stox A Module to predict the “close price” for the next day and give “technical analysis”. It uses a Neural Network and the LSTM algorithm to predict the price. It uses a technical indicator algorithm developed by the Stox team for technical analysis. Installation Get it from PyPi: pip3 install stox Clone it from github: git clone https://github.com/dopevog/stox.git cd stox python3 setup.py install Usage Arguments: stock (str): stock ticker symbol output (str): ‘list’ or ‘message’ (Format Of Output) years (int […]
Read more