Code Amibroker Indicators

Money Flow Index (MFI) with Color & Clip Area for Amibroker

The money flow index (MFI) is an oscillator that ranges from 0 to 100. It is used to show the money flow (an approximation of the dollar value of a day’s trading) over several days. SetChartOptions(0,0,ChartGrid50,0,100); periods = Param(\”Periods\”, 14, 1,…

by admin