romulushill / Publications
Forum
My Exponential Moving Average calculations are still somehow wrong?
Where am I going wrong... Here is my Python code which interacts with the MetaTrader5 API. import numpy as np import MetaTrader5 as mt5 import pandas as pd from sklearn.preprocessing import MinMaxScaler from keras.models import Sequential from keras.layers import Dense import time from keras.utils