binance-trading-bot icon indicating copy to clipboard operation
binance-trading-bot copied to clipboard

feat: showing best/worst coins in the coin pair card

Open ilbuonmarcio opened this issue 3 years ago • 4 comments

I'm currently having difficulties about knowing which are the good performing coins, and the worst performing coins to change with something else.

Describe the solution you'd like

Maybe we can have a performance ratio indicator (green good, red bad) between positive and negative trades for the single coin pair, so we can then order the coins via another filter maybe called "sort by performance asc/desc".

I'm thinking of more detailed ways to see which are good and bad coins, but this is the easiest I can find so far.

I'll try adding that next to the coin pair, maybe here, and see if that works.

immagine

ilbuonmarcio avatar Sep 10 '21 12:09 ilbuonmarcio

I thought I left a message in here but I must miss it.

This is a good idea and I am happy to apply it.

performance ratio indicator (green good, red bad) between positive and negative trades for the single coin pair

But here is a question. How do we determine it's good or bad? So it will be like

  • If the last trade was positive profit, then good?
  • If the last trade was negative profit, then bad?
  • If the last trade was longer than 1 day, then bad?

I think should discuss about this formula first.

chrisleekr avatar Sep 14 '21 22:09 chrisleekr

Hi, thanks for your time.

We could start by having a ratio of good/bad trades, like >= 1 is good and <= 1 is bad, and then start giving more weight to latest trades and less to old ones

ilbuonmarcio avatar Sep 14 '21 22:09 ilbuonmarcio

Oh so,

if the profit of the coin is +, then good. If the profit of the coin is -, then bad.

Something like this?

chrisleekr avatar Sep 14 '21 22:09 chrisleekr

Yeah, that also can be it, but it can be also something else, let's think about it

ilbuonmarcio avatar Sep 14 '21 23:09 ilbuonmarcio