futuresboard icon indicating copy to clipboard operation
futuresboard copied to clipboard

Dashboard to monitor the performance of your Binance or Bybit Futures account

Results 49 futuresboard issues
Sort by recently updated
recently updated
newest added

Hello! After update no showing "Profit today", "Profit in August" and "Profit from Monday". New api key with read only Z5lUuRzlkfVEgbEG2uy4LLQkuIn7Fr5E1eWpuQZeHJRawyw6JMIBSV0xRhNi6X2Z cVurRya3xuCQL0CD9mL76OZxrJOxaKETjpa1oRlGn1iolQt9KAy7lVcbOKcgBoNH

I'm not saying this code is perfect, but it handles USDT and BUSD

enhancement

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...

enhancement

[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...

question

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!

enhancement

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...

enhancement

will kucoin be able to be supported?

enhancement

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)

bug