Context
To build a AI to predict the stock price of the Dollar currency on IBOVESPA I had to make this dataset.
All information collected here is from a standard graphic for stock prices.
Content
The data is organized by prices and infos per minute.
Each row contains:
date, open price, maximim value, minimum value, close price, volume, financial, negotiations, mme13, mme72, high mean, low mean ,diffMACD, deaMACD, MACDlh, difflh, dealh, target.
The target columns is the price 15 minutes in the future.
Inspiration
This data is here to construct an Artificial Intelligence to predict the price in 15 minutes.
We want to buy if the predicted price is above of your goal per trade (mine goal is 8 point per trade) and sell if the prediction is below of your goal.