AFL needed for parabolic SAR

johnnypareek

Well-Known Member
#2
Below is the code

_SECTION_BEGIN("SAR");

Plot(C,"",1,128);
acc = Param("Acceleration", 0.02, 0, 1, 0.001 );
accm = Param("Max. acceleration", 0.2, 0, 1, 0.001 );
Plot( SAR( acc, accm ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style", styleDots | styleNoLine, maskDefault | styleDots | styleNoLine ) );
_SECTION_END();
 
#3
Dear johnnypareek.
thanks a lot for your quick support. it is working nice.
I think it is a good indicator for trend determination. i m in a learning stage in staying in dhaka. if u have any more important indicator which will be helpful...... i shall request to share.
 
Last edited:

johnnypareek

Well-Known Member
#4
Hey,

First of Welcome to Indian No.1 Trading community.

Sure brother, I must share with you and will try to prove that I am a True Indian :)

johnnypareek at yahoo.c0m
 

Similar threads