Alexandr Savinov

Results 27 comments of Alexandr Savinov

Hi, it seems to be a problem with trader. It is not tested in latest versions and might be removed in future. Do you have more output like log or...

If I use the sample config 'config-sample-v0.7.dev.jsonc' then I do not have any errors. This exception seems to be raised from 'trader.py' if I turn on the trade function by...

Could you check what is in your ``collector.log`` file. There should be an exception message like this one: ``` 2024-06-08 18:05:49,982 DEBUG https://api.binance.com:443 "GET /api/v3/openOrders?symbol=BTCUSDT&timestamp=1717862749666&signature=xyz HTTP/1.1" 401 70 2024-06-08 18:06:35,664...

I tried to fix problems in binance trader but I cannot finally test it because I do not have a (working) API key. So let me know if you get...

It is a long story and finding good features is a kind of an art. One problem is how to remove trend and reduce feature values to some constant interval....

The current binance Client support access from special regions like us or jp in its arguments. I implemented the possibility to pass arbitrary arguments to the client by adding a...

> Firstly i had issue with number of rows wich stays after merging, i fixed it by adding "train:true" to config, Yes, you need to set `train: true` to turn...