Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Add buy/sell difference as percent in web ui #1192

Closed
Haehnchen opened this issue Jan 21, 2018 · 3 comments
Closed

Add buy/sell difference as percent in web ui #1192

Haehnchen opened this issue Jan 21, 2018 · 3 comments

Comments

@Haehnchen
Copy link
Contributor

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.

webui

@defkev
Copy link
Contributor

defkev commented Jan 22, 2018

You mean to get an idea what you max_sell_loss_pct should look like?

@defkev
Copy link
Contributor

defkev commented Jan 22, 2018

Might as well add a fee colum once #1193 is fixed.
Nice idea 👍

@Haehnchen
Copy link
Contributor Author

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.
Projects
None yet
Development

No branches or pull requests

3 participants