gym-mtsim
gym-mtsim copied to clipboard
Error running using the environment
Hi Could i please be helped with this issue:
Traceback (most recent call last):
File "c:\Users\seanm\OneDrive\Desktop\Test\test.py", line 2, in
i suspected pandas , tried to uninstall the one i had and used the setup.py but still same problem
please help
Please try installing pandas version 1.5.3
thanks , its working now with that version,
may i ask if its possible to use a saved model on a live trading account, get the model to utilize metatrader5 api , i have been trying all day to get to utilize my saved model on live demo account with the metatrader5 python api but i have little success.
Any guides or tips about this?
Hello @Seanman519 , apologies for missing your comment. I have done that a long time ago. I used some APIs provided in the metatrader5 python package to receive the real-time data from my MetaTrader account. Afterward, I could create the signal features, prepare the environment, and obtain the agent's decision in the env. The final stage was sending that decision to the MetaTrader account through the python APIs.
Hello World
Thanks so much for the response, i actually took upon trying to expand from your repo,it was really motivation and aided in into working on https://github.com/Seanman519/RLBOT, you are amongst my biggest inspirations.
Anyway Thanks for the response.