This commit is contained in:
MuslemRahimi 2024-09-18 23:08:49 +02:00
parent bb67104c26
commit 6812cef274

View File

@ -550,7 +550,7 @@ function calculateStats(data) {
return acc;
}, { callVolumeSum: 0, putVolumeSum: 0, bullishCount: 0, bearishCount: 0, neutralCount: 0 });
if (bullishCount >= bearishCount) {
if (bullishCount > bearishCount) {
flowSentiment = 'Bullish';
} else if (bullishCount < bearishCount) {
flowSentiment = 'Bearish';