futuresboard
futuresboard copied to clipboard
Dashboard to monitor the performance of your Binance or Bybit Futures account
Hello! After update no showing "Profit today", "Profit in August" and "Profit from Monday". New api key with read only Z5lUuRzlkfVEgbEG2uy4LLQkuIn7Fr5E1eWpuQZeHJRawyw6JMIBSV0xRhNi6X2Z cVurRya3xuCQL0CD9mL76OZxrJOxaKETjpa1oRlGn1iolQt9KAy7lVcbOKcgBoNH
Added an option to switch between different config directories from main page. Needs to be fully tested. added directories.json file that lists all of the configs directories. edited readme to...
[2022-03-19 20:57:06,807] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1518, in full_dispatch_request rv...
Hi! This is a great tool, i am loving it! Would it be possible to for someone to put this on docker hub?
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)}}% {%...
I have multiple subaccounts that I want to view in one dashboard. Would be awesome!
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...
Currently the program uses Binance to fetch mark prices however Bybit has coins that may not be on Bybit or are named differently, causing errors to occur. [Original report](https://discord.com/channels/804826506551230475/922201468457603183/936336931187466301)