Lorenzo Callegari 乐子睿
Lorenzo Callegari 乐子睿
The date in messages is read from the database. The one reported in the terminal comes from the machine's local timezone. A feature could be implemented to automatically change the...
Hi @hippalectryon-0 , would you mind sharing the list of incompatibilities you have found when using the multiple coins strategy? It would really help me pinpoint the issues and fix...
@hippalectryon-0 Thanks for elaborating, so the incompatibility is only in the "Current value" feature so far? I looked into the multiple coin strategy myself and couldn't really understand the behavior...
> Any news on this ? Looks like crucial feature :) Thanks for your work! Hi! Sorry but I'm undergoing a pretty rough period with my studies and this feature...
The api server should be launched using the following command: ```shell gunicorn binance_trade_bot.api_server:app -k eventlet -w 1 --threads 1 -b 0.0.0.0:5123 ``` Dependencies: `python3-gunicorn==20.0.4-3`
Endpoints are: - `/api/value_history/` or `/api/value_history` - `/api/total_value_history` - `/api/trade_history` - `/api/scouting_history` - `/api/current_coin` - `/api/current_coin_history` - `/api/coins` - `/api/pairs`
This issue was created in an attempt to fix sometimes getting outdated data from the database. After a few days of testing on PR #24 I have to say the...