strategy_mfi
Analyze price and volume data to generate Money Flow Index (MFI) signals, returning BUY, SELL, or HOLD for any trading pair. Supports custom period and timeframe.
Instructions
Money Flow Index Strategy - trading signals based on volume-weighted RSI. Returns: -1 (SELL), 0 (HOLD), 1 (BUY)
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 |