FinRock
FinRock copied to clipboard
Reinforcement Learning package for Finance
I also have a question regarding the buying of stocks. Perhaps I'm misunderstanding something, but it seems to me that the environment does not prevent the purchase of stocks when...
I don't understand your math. my vision for calculating the balance is this: ``` if action == 2: # buy buy_order_size = order_size next_state.allocation_percentage = last_state.allocation_percentage + (1 - last_state.allocation_percentage)...
Hello, I put requirements.txt / README.MD / __int__.py into finrock folder And run pip install . It works, I'm pretty sure finrock and wheels all successfully installed But when I...
We could use a scraper and use the already existing model to train on real time data via pinescript editors available on tradingview and other websites which would help possible...