zigzag function on points basis AFL

vijayanscbe

Well-Known Member
#4
I had done in crude way, any how your purpose may solve, enjoy:D
I assume you have knowledge in altering the parameters.

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

P = ParamField( "Price field" );
Points =Param("Points",1,1,25000,1);
Cl=Param("close price",1,1,25000,1);
change = (Points/Cl)*100 ;
Plot( Zig(P, change), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
 

vijayanscbe

Well-Known Member
#7
Here the Amibroker version:
This is what exactly Subhadip http://www.traderji.com/derivatives/99863-pivot-trading-new-way-trading.html thread's concept (initially by saint,ST, vjay and lot others) . Rally meets decline forms minor pivots, series of pivots forms minor trends, meeting point of minor uptrend and down trend forms Visual pivot na ?

But his first post
Is it possible to have zigzag function on points basis rather than on percentage basis in amibroker?
 

Similar threads