This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add buy/sell difference as percent in web ui #1192
Labels
Comments
You mean to get an idea what you max_sell_loss_pct should look like? |
Might as well add a fee colum once #1193 is fixed. |
meaning: just the difference between buy and sell. so the profit of each action |
defkev
added a commit
to defkev/zenbot
that referenced
this issue
Jan 22, 2018
* API: Add profit calculation (buy/sell, sell/buy) to my_trades, profit won't be calculated unless there was a previous opposide order (buy profit on previos sell, sell profit on previous buy) * Web UI: Add Fee and Profit column (Closes DeviaVir#1192) * Normalize number formating for consistence and to remove clutter
defkev
added a commit
to defkev/zenbot
that referenced
this issue
Jan 22, 2018
* API: Add profit calculation (buy/sell, sell/buy) to my_trades, profit won't be calculated unless there was a previous opposide order (buy profit on previos sell, sell profit on previous buy) * Web UI: Add Fee and Profit column (Closes DeviaVir#1192) * Normalize number formating for consistence and to remove clutter
defkev
added a commit
to defkev/zenbot
that referenced
this issue
Jan 23, 2018
* API: Add profit calculation (buy/sell, sell/buy) to my_trades, profit won't be calculated unless there was a previous opposide order (buy profit on previos sell, sell profit on previous buy) * Web UI: Add Fee and Profit column (Closes DeviaVir#1192) * Normalize number formating for consistence and to remove clutter
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To compare buy/sell's i build a custom web ui. to get easy visible control over trades i added a diff column. see screenshot. this looks also helpful for the native web ui i think.
The text was updated successfully, but these errors were encountered: