Added pymt5 lib
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import numpy as np
|
|||||||
from sklearn.preprocessing import MinMaxScaler
|
from sklearn.preprocessing import MinMaxScaler
|
||||||
import talib
|
import talib
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import MetaTrader5 as mt5
|
import pymt5 as mt5
|
||||||
from keras.models import Sequential
|
from keras.models import Sequential
|
||||||
from keras.layers import Dense, Dropout
|
from keras.layers import Dense, Dropout
|
||||||
from keras.optimizers import Adam
|
from keras.optimizers import Adam
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ pandas
|
|||||||
TA-Lib
|
TA-Lib
|
||||||
matplotlib
|
matplotlib
|
||||||
scikit-learn
|
scikit-learn
|
||||||
tensorflow
|
tensorflow
|
||||||
|
pymt5
|
||||||
Reference in New Issue
Block a user