Smart Money Flow Index Calculator
The first value for "Previous Day's Close" will act as the initial SMFI for calculation.
Calculation Results
| Date | Prev. Close ($) | Open ($) | High ($) | Low ($) | Close ($) | Calculated SMFI ($) |
|---|
Generated on: ${new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit' })}
Daily SMFI Calculations
| Date | Prev. Close ($) | Open ($) | High ($) | Low ($) | Close ($) | Calculated SMFI ($) |
|---|---|---|---|---|---|---|
| ${entry.date} | $${entry.prevClose.toFixed(2)} | $${entry.currentOpen.toFixed(2)} | $${entry.currentHigh.toFixed(2)} | $${entry.currentLow.toFixed(2)} | $${entry.currentClose.toFixed(2)} | $${entry.smfi.toFixed(2)} |