-
https://github.com/pythonlessons/RL-Bitcoin-trading-bot/blob/10dac5ef837dd611fe2181e632a1b8b916e0775b/RL-Bitcoin-trading-bot_4/RL-Bitcoin-trading-bot_4.py#L229
Hi Rokas,
Thank you for the lesson…
-
-
Hello,
I tested the code Demo_MultipleCrypto_Trading.ipynb for trading cryptocurrency. It seems that the model only buys without selling at all - the action is always positive (corresponding to buyin…
-
Here are ten unsolved problems in algorithmic trading framed within a pure mathematics context:
1. **Optimal Execution Problem**: Finding a universally optimal strategy for executing large orders t…
-
While working on [FinRL_MultiCrypto_Trading.ipynb]: I am experiencing this issue:
[/FinRL-Meta/agents/elegantrl_models.py](https://localhost:8080/#) in get_model(self, model_name, model_kwargs)
…
-
Hi! When loading model I get this. Can you help pls.
Traceback (most recent call last):
File "/workspace/q-trading-pytorch/evaluate.py", line 11, in
agent = Agent(window_size, True)
Fil…
-
For example see the VXX prospectus: http://www.ipathetn.com/static/pdf/vix-prospectus.pdf where dt is defined as:
> The total number of business days in
> the current Roll Period...The
> number of …
-
As BFU I wanted to test some strategies. I had to grab BarSeries, code some data loader (CSV, JDBC, online API). After a few days I had some runnable code with copy pasted graphing.
But results are…
-
Currently offers are determined by fixed rules based on the agent's inventory.
For truly emergent trading, we need decisions on offers to be part of the action space.
-
While testing the FinRL_MultiCrypto_Trading.ipynb notebook, it throws out an error in the following
ImportError Traceback (most recent call last)
[](https://localhost…