Dollar Stock Prices And Infos
IBOVESPA Dollar prices (per minute)
@kaggle.icarofreire_dollar_prices_and_infos
IBOVESPA Dollar prices (per minute)
@kaggle.icarofreire_dollar_prices_and_infos
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.
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.
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.
CREATE TABLE database_15min (
"n_21_11_19_09_03" VARCHAR -- 21-11-19–09:03,
"n_4206_0" DOUBLE -- 4206.0,
"n_4206_5" DOUBLE -- 4206.5,
"n_4204_5" DOUBLE -- 4204.5,
"n_4206_0_1" DOUBLE -- 4206.0.1,
"n_5024" BIGINT -- 5024,
"n_211292030_0" DOUBLE -- 211292030.0,
"n_1443" BIGINT -- 1443,
"n_4201_6" DOUBLE -- 4201.6,
"n_4202_4" DOUBLE -- 4202.4,
"n_4202_8" DOUBLE -- 4202.8,
"n_4201_2" DOUBLE -- 4201.2,
"n__0_637" DOUBLE -- -0.637,
"n__0_126" DOUBLE -- -0.126,
"n__0_125" DOUBLE -- -0.125,
"n__0_44" DOUBLE -- -0.44,
"n__0_377" DOUBLE -- -0.377,
"n_4200_0" DOUBLE -- 4200.0
);Anyone who has the link will be able to view this.