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...
When I try to use the code to train the model, I faced the following problem: FinRock-0.5.0\training_ppo_sinusoid_discrete.py", line 79, in agent = PPOAgent( ^^^^^^^^^ FinRock-0.5.0\.conda\Lib\site-packages\rockrl\tensorflow\PPO\ppo.py", line 113, in __init__ self.learning_rate...
hi, what should i do if i want to build a btc:usdt trade bot based on this repo ? thanks