+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

Force Index periods

Force Index Periods within Amibroker AFL refer to the customizable timeframes used to calculate the Force Index. Leveraging Amibroker data feed, traders adjust these periods to analyze market momentum over specific durations. By altering these periods, traders gain insights into varying levels of market strength, aiding in decision-making for entry and exit points.

/// Daily Force Index 2 Period
_SECTION_BEGIN("Force Index 2 Day");
FI=EMA(V*(C-Ref(C,-1)),2);
Plot(FI,"FI",colorTurquoise,styleLine);
Plot(0,"ZERO LINE",colorWhite,styleThick);
_SECTION_END();

Open chat
1
Hi, how can I help you?