kkoouu
kkoouu
int function should be removed in positions.html: ``` 43c43 < {% if positions[coin][2][4] != "-" %}{{ ((positions[coin][2][5]|int/markprices[coin])*100)|round(2)}}% {% endif %} --- > {% if positions[coin][2][4] != "-" %}{{ ((positions[coin][2][5]/markprices[coin])*100)|round(2)}}% {%...
For SYMBOLS, where LONG positions are active, /positions URL also displays SHORT row with 0 volume ( probably as well the other way around ) Changing 49th line in positions.html...
In last hour I started receiving above mentioned error during order create. I have checked the length of orderIdLink and it looks like this: > orderLinkId: long_nclose31214610-0b3f-44e1-8c51-683af44d81bc I have changed...
When running futuresboard with --scrape-only, I'm getting immediate error: ``` Traceback (most recent call last): File "/opt/py3.11-venv/bin/futuresboard", line 8, in sys.exit(main()) ^^^^^^ File "/opt/py3.11-venv/lib/python3.11/site-packages/futuresboard/cli.py", line 64, in main futuresboard.scraper.scrape() File...