<p>Outlier data filter used for the Market Offer Book chart, now accounts<br>
for the switching display position of Buy, Sell data depending on<br>
currency type (Crypto or Fiat).</p>

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #4871.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="754814853" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4871" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4871/hovercard" href="https://github.com/bisq-network/bisq/issues/4871">#4871</a></p>
<p>Some of the Market Offers have values far from the main trading body (outliers). Including these points in a chart destroys any significant and useful information presented in the graph. An outlier filter, applied during the production of these charts, is used to remove such points.</p>
<p>The implementation of this filter did not take into account the chart differences between fiat and crypto currencies. The one in this PR does.<br>
The recently increasing Fiat value of BTC, coupled with extreme outlier values, has exposed the limitations. This PR provides a filter that gives better results and should be much more stable.</p>
<p>See issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="754814853" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4871" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4871/hovercard" href="https://github.com/bisq-network/bisq/issues/4871">#4871</a> for before & after screenshots.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4892'>https://github.com/bisq-network/bisq/pull/4892</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Offer Book chart outlier filter improved.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4892/files#diff-8e32f8ec1c4ae10c202b2b0e86ca1bf0e6e1de7c7890b4b110f41e77e84a5470">desktop/src/main/java/bisq/desktop/main/market/offerbook/OfferBookChartView.java</a>
    (96)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4892.patch'>https://github.com/bisq-network/bisq/pull/4892.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4892.diff'>https://github.com/bisq-network/bisq/pull/4892.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4892">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWHYJOM7SDEVQV7UDTSS72DTANCNFSM4UMQQ2KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQQ3K6DM4B5SVTMBM3SS72DTA5CNFSM4UMQQ2KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LIYOYRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4892",
"url": "https://github.com/bisq-network/bisq/pull/4892",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>