It's an userscript for Tampermonkey
PNL in Binance's Futures is an "Unrealized" PNL based on Mark Price. It's useful for many things like liquidation.
But as you may know, Your real profit depends on Binance Futures price itself. this script calculates your real PNL and shows your profit and loss.
If you have a position like this, Your unrealized PNL would be 1810$[mark 1], real PNL whould be 1900$[mark 2], but you will get something around 1348$ after cutting commission[mark 3].
As you may know, commissions depends on many factors like making order, taking order, BNB level and may other things. Considering all these things needs so many calculations. however, may not have big difference. so we can take top commission, that is 0.04% of each transaction. then you will get "pure profit" or maybe a little bit better.
- Install Temper Monkey
- Install on Google Chrome
- Install on Firefox
- Install on Safari
- in "Tempermonkey" dashboard, go to "Utilities" tab
- insert the below link in "Install from URL":
- press "Install"
that's it. once you have a position on binance futures, the "realPNL" box will be appear.
and it will update automaticly...