Tucsky / SignificantTrades

better than 1 min chart
https://aggr.trade
GNU General Public License v3.0
623 stars 212 forks source link

Liquidations are invisible behind volume delta #124

Open alextes opened 3 years ago

alextes commented 3 years ago

Volume deltas are often larger or higher in size than the liquidations, meaning the liquidations don't show by default when the chart loads both volume delta and liquidations histograms. I can't seem to change their order either. But toggling the volume delta layer off and on again it moves to the bottom and the liquidation histogram becomes visible.

Would it be possible to have the liquidation layer be on top of the volume delta layer by default or alternatively for people to set the order and the order be saved?

Tucsky commented 3 years ago

You can by adding liquidations histogram before volume delta. That way you will see the purple bars above the green / red bars however, since they are on the same scale the purple bar will be very tiny in comparison to the total volume (green/red)... So what you can do in order to improve readability is to move the liquidations / volume delta panes to see both separately (using top / bottom offset), or hide volume delta and only show buy / sell ema on top of liquidations

alextes commented 3 years ago

I've figured out a practical way to do it as described above, it is however a cumbersome way to do it. I'd love to know a better way to do it so 1.

You can by adding liquidations histogram before volume delta

How?

move the liquidations / volume delta panes using top / bottom offset

How 😅 ?

and 2. I'm asking if it would make sense to show liquidations on top of volume delta by default as the latter is naturally larger, but currently still gets added on top of liquidations.