-
I used:
```python
exchange = ccxt.kucoin({
'enableRateLimit': True,
...
```
On one line one core run of fetch_olhcv loop
But still have:
```
ccxt.base.errors.RateLimitExceeded: kucoi…
-
### Question
I've made use of the following snippet:
```
num_cpu = 6 # Number of processes to use
# Create the vectorized environment
env = WilKin_Stock_Trading_Environment(df, lo…
-
## Summary
> _Specify the total amount of BSQ you are requesting, along with the USD total and BSQ/USD rate (don't include the brackets!):_
- **BSQ requested**: **`[606.4]`**
- USD reque…
-
I am trying to run a command using az vm run-command create (as per https://docs.microsoft.com/en-us/cli/azure/vm/run-command?view=azure-cli-latest#az-vm-run-command-create) . I am running this on a W…
BCOps updated
2 years ago
-
If your company or organization is using Nuxt, we welcome you to leave your feedback, feelings, comments, impressions and suggestions here.
Your comments will be a great motivation for us to improv…
-
'Demo_MultiCrypto_Trading.ipynb' in Colab stopped with this error:
Section 'Training'
train(start_date = TRAIN_START_DATE,
end_date = TRAIN_END_DATE,
ticker_list = TICKER_LIST,
…
-
Most other exchanges work fine with these functions and 'since' calls. Coinbasepro is the only one that says 'invalid start'. Thanks to anyone who can help :)
The problem is in the updateHistory() …
-
In the FinRL_StockTrading_Fundamental.ipynb notebook, running on Ubuntu installed on Windows 11, Python 3.7.4, when executing the following code:
```
**Model 2: DDPG**
trained_ddpg = agent.trai…
t-b-r updated
2 years ago
-
Again, thanks for your implementations, I study codes, I have some questions, thanks someone for writing the answer.
1-What is the use of reward scaling?
2- In Step function[https://github.com/AI4…
-
Hello,
Thanks for the outstanding library!
May i ask if the library can provide the functionality for a leverage (example: 10x)?
I went through the code and i could see that you are only using the…