+91-0000000000

}

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

Resistance Strength

Resistance Strength in AFL evaluates the robustness of resistance levels within a security’s price movement. An [AmiBroker data feeder] assists in incorporating external data to identify and analyze these resistance levels, aiding traders in decision-making.

/
_SECTION_BEGIN("D_Sat3");
/*The Saturation Indicator D_sat, by Dimitris Tsokakis, Dec 2002*/
P=30;
CMO30=100*((Sum(IIf(C>Ref(C,-1),(C-Ref(C,-1)),0),P))-(Sum(IIf(CRef(C,-1),(C-Ref(C,-1)),0),P)+(Sum(IIf(C d_sat10;
down =Cross(d_sat10,d_sat5)OR d_sat10 > d_sat5;

//Plot( Close, "Price", colorBlue, styleCandle );
Plot( 100,   /* defines the height of the ribbon in percent of pane
width */
"Ribbon",IIf( up, colorGreen, IIf( down, colorRed, 0 )), /* choose color
*/
styleOwnScale|styleArea|styleNoLabel, -0.5, 100 );
_SECTION_END();

Open chat
1
Hi, how can I help you?