indicator_mfi
Calculate the Money Flow Index (MFI) for any trading pair using OHLCV data to gauge buying and selling pressure.
Instructions
Calculate the Money Flow Index (MFI) - volume-weighted RSI measuring buying/selling pressure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |