+91-0000000000

}

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

Kaleidoscope

Kaleidoscope AFL could be associated with a specific trading methodology or system named “Kaleidoscope.” It may incorporate indicators or rules for market analysis. Utilizing an Amibroker data feed, this AFL provides traders with tools or signals aligned with the Kaleidoscope system for making trading decisions.

//* CCT Kaleidoscope
**
** Originally developed by Steve Karnish 
** http://www.cedarcreektrading.com
**
** AFL translation by Tomasz Janeczko
**
** Set scaling: Automatic
** Grid: Middle
*/

k=LinRegSlope(C,13) + 100 * ( EMA( EMA( C - Ref( C, -1 ) ,34 ) ,21) / EMA( EMA( abs( C - Ref( C, -1) ),34 ), 21 ) ) +
100 * ( EMA( EMA( C - (0.5 * ( HHV(H,13) + LLV(L,13))),21),3) / (0.5 * EMA( EMA( HHV(H,13) - LLV(L,13),21),3 ) ) );

Plot( k , "Kaleidoscope", ParamColor("color", colorCycle ), ParamStyle("Style") );

Open chat
1
Hi, how can I help you?