HI all
I would really appreciate if you can help on the below issue
Basically while am replicating the below code already attached (https://hilpisch.com/rlearn_finance.html), yet towards the last section basically in the case of finance class within the DQL agent every time I try to add another asset to the below line
env = Finance(['MSFT.O'], 'r') FOR EXAMPLE , env = Finance(['MSFT.O' , 'GOOG.O' ,'EUR=' ], 'r')
I get an error regarding the number of arguments / positional arguments , as it only expects one ticker at a time is there a way to get around this ? i.e. to be able to include 2 or more series which already attached above.
Do the examples provided within the keras-rl(github page) provide more efficient a way instead of the code provided / attached within ? is there a way to merge the two ? your guidance is highly appreciated
and my other general question if there is a way where i can add the features directly to an CSV (example attached as well ) and let the agent read directly the computed features from the CSV instead of adding them separately within the state part of the agent ?
looking back to hear from you
best regards
ashraf