gmx-io/gmx-interface

kline current low price

leo-web3 opened this issue · 1 comments

last.low = Math.max(last.low, averagePriceValue);

last.low = Math.max(last.low, averagePriceValue);

low should be smaller than
use
Math.min

@leo-web3 Thanks for reporting the issue. The issue will be fixed when we merge the PR #433