I have created a LSTM deep learning model for trading the forex market(saved in a h5 file).Also the input for the model has to be in a tensor form.I would like to know how to implement this for bactesting on the QuantConnect platform.

Author