hi all,
as you maybe know the step charts are one of the oldest types of graphical analysis. The well-known renko, linebreak, kagi and point & figure charts also belong to the species of step charts. Moreover, they were built on daily closing prices, not on tick data as now.
So please take a look at my version of the step charts - stepchartchannel, stepcharttrend and stepchartage:
Code:
extern int timeframe = 0; //timeframe in min
extern int price = 0; //applied to (0...6)
extern double stepsize = 20; //size in pips
extern int hilomode = 0; //high/low mode:0-off,1-on
extern int voltylength = 0; //volty length(0-will be used stepsize)
extern double voltyratio = 1; //volty ratio
extern double multiplier = 2; //reversal multiplier
extern int presmooth = 1; //pre-smoothing length
extern int presmoothmode = 3; //pre-smoothing method
extern int startpricemode = 0; //start price mode: 0-as is,1-rounded to stepsize
extern int channelmode = 0; //0-only lines,1-only bricks,2-line & bricks
Attachment 925
by the way, something similar you can buy for only $300 at codefortraders.com.
Regards,
igor