Image:
The Advices:
It's possible to use this indicator for the analysis of the Ellott Waves and for the trading using the information of the price velocity changes.Download
extern color up_color = RoyalBlue; / / color X extern color down_color = Crimson; / / About color extern color border_color = Black; / / border color extern int border_width = 2, / / frame width extern int size = 20, / / height of a single X or O extern int reverse = 3; / / reversal parameter extern int width = 3, / / width of a single X or O in bars extern int bars = 1000; / / number of bars to calculate, 0 - all bars
iCustom(NULL,0,"_MACD_Xtr",FastMA,SlowMA,Source,SourcePeriod,
FrontPeriod,xVolatility,Sens, N,i);
iCustom (NULL, 0, "_MACD_Xtr",
FastMA, SlowMA, Source, SourcePeriod,
FrontPeriod, xVolatility, Sens, N, i);