FinRL-Meta icon indicating copy to clipboard operation
FinRL-Meta copied to clipboard

How to connect one of FinRL algorithm to the real market ? (and execute trades)

Open aymeric75 opened this issue 2 years ago • 1 comments

Hello,

Thanks for this wonderful library.

I would like to connect one of the RL algos (say the Stock_NeurIPS2018_SB3) to a real broker.

Do you recommend any Python Library to do so ? Or any other way ?

I was thinking of using the metatrader 5 Python module.

aymeric75 avatar Nov 17 '22 06:11 aymeric75

Many community members have succeeded using this one to trade in real-time: https://github.com/AI4Finance-Foundation/FinRL/blob/master/tutorials/3-Practical/FinRL_PaperTrading_Demo.ipynb

It would be possible to follow a similar workflow for the metatrader 5.

YangletLiu avatar Nov 19 '22 20:11 YangletLiu