+91-0000000000

}

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

KPL Swing

KPL Swing likely refers to an AFL that focuses on swing trading strategies. Leveraging AmiBroker AFL capabilities, it helps traders pinpoint potential entry and exit points based on swing highs and lows.

/_SECTION_BEGIN("KPL Swing");
//Copyright Kamalesh Langote. Email:kpl@vfmdirect.com. More details at KPL Swing (breakout trading system)
//Save indicator as "kplswing.afl" in C: program files > Amibroker > Formulas > Custom folder and then drap and drop on price chart
no=Param( "Swing", 20, 1, 55 );
tsl_col=ParamColor( "Color", colorCycle );

res=HHV(H,no);
sup=LLV(L,no);
avd=IIf(C>Ref(res,-1),1,IIf(C

Open chat
1
Hi, how can I help you?