How to analyze stocks in python
On each day the model predicts the stock to increase, we purchase the stock at the beginning of the day and sell at the end of the day. When the model predicts a decrease in price, we do not buy any stock. If we buy stock and the price increases over the day, we make the increase times the number of shares we bought. Python Data Analysis gives me huge amount of information and so does Stock Analysis with python, so I posted the question here to learn from people experience. Like I already knew that someone will post /u/sentdex 's videos, because I have seen these posted on the subreddit few time, just any thing else which can help me learn.