How do I know when the WHALE touches the button, and breaks the model? In the video you can see the whales manipulating the price, does anyone think they can predict when the madman in the City of London hits the button? It is recommended to understand that there are NOT VISIBLE data,...
In Google collab, I'm trying to run future_price = predict(model, data)I get a value error saying Found array with dim 3. Estimator expected <=2.Please help Reply Roman Slivin 4 years ago HI Abdou,thanks for the great tutorial! Doesn't shuffling the sequences introduce the look-ahead...
3) Deep Learning Model 3.1) Training and Validation Data Now that we have the data that we want to use, we need to define what defines our traning and validation data. As stocks could vary depending on the dates, the function I have created requires 3 basic arguments: Ticker Symbol: GOOG...
name="X")Y = tf.placeholder(tf.float32, name="Y")# Step 3: create weight and bias, initialized to 0w = tf.Variable(0.0, name="weights")b = tf.Variable(0.0, name="bias")# Step 4: construct model to predict Y (number of theft) from the...
EvaluateTradeModels.py shows examples of how to the TradingModel class to create and test trading strategies. The models will use actual historical prices from PricingData. You specify the stocks you want to work with, the time frame you want to test against, and the logic you want to use...