You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,26 @@
2
2
> Track your profits with your Binance export
3
3
>
4
4
This is a project for tracking your accumulated profits on trading pairs in Binance.
5
-
This program currently only supports USDT pairings.
5
+
This program has currently only been tested with USDT pairings. xBTC pairings may be inaccurate. (please tell me if it works, I don't trade with anything other than xUSDT)
6
6
## How to use
7
-
1. Set your api keys
8
-
2. Set your data
9
-
3. Run the program with the arguments [PAIR, BNBFee] Example: [BTCUSDT, 0.00075]
7
+
1.~~Set your api keys in the settings tab~~
8
+
> This is not needed until more features are added
9
+
2. Export your transaction data from Binance
10
+
3. Set your data file location in the 'Settings' tab
11
+
4. Go to the 'Main' tab and set your pairing. For example: ADAUSDT
12
+
10
13
> BNBFee needs to be supplied so the value of BNB does not have to be queried for every transaction.
11
14
> Moreover, this is a constant value so there is no point querying the BNB price for every transaction.
12
-
## Set api keys
13
-
Run this program to create the config file. This file will be created in your Documents/BinanceProfitTracker
14
-
## Set data
15
-
You can put your exported trade data in Documents/BinanceProfitTracker/data.xlsx
0 commit comments