Using a TensorFlow Deep Learning Model for Forex Trading
Now we want to use this model for trading under a commercial trading platform and see if it is going to generate a profit. The techniques used in this story are focusing on the model in my previous story, but they can be tweaked to fit another model. The intention here is to make the model usable by other systems, e.g. a trading platform. You can find the source code for this story in directories "LSTM-FX-CTrader-Client" and "LSTM-FX-Prediction-Server" here: In the previous story, we have trained and tested a model and saved the resulting model as a directory and the scaler used for the data as a file. The model and the scaler are the only items that we need, in addition to understanding the input and the output parameters.
Oct-12-2020, 08:21:37 GMT