Indicators

mfi

Money Flow Index (MFI) is a momentum oscillator that incorporates both price and volume data to measure buying and selling pressure. It ranges from 0 to 100, with values above 80 indicating overbought conditions and below 20 indicating oversold conditions.

mfi (tick)

Money Flow Index (MFI) is a momentum oscillator that incorporates both price and volume data to measure buying and selling pressure. It ranges from 0 to 100, with values above 80 indicating overbought conditions and below 20 indicating oversold conditions.

Input parameters

PropTypeDefaultDescription
minutes*number14The number of minutes to calculate the MFI

SQL example

TICK mfi WITH minutes=14 > 80 THEN order SET size=100, price=51.00, transmit=true

On this page