int init() {
IndicatorBuffers(8);
SetIndexBuffer(0, Gibuf_104);
SetIndexStyle(0, DRAW_HISTOGRAM[COLOR=Red][B], 0[/B][/COLOR]);
SetIndexArrow(0, 34);
SetIndexEmptyValue(0, 0.1);
SetIndexBuffer(1, Gibuf_108);
if (DrawZZ) {
SetIndexStyle(1, DRAW_HISTOGRAM[COLOR=Red][B], EMPTY, 2[/B][/COLOR]);
SetIndexEmptyValue(1, 0.0);
} else SetIndexStyle(1, DRAW_HISTOGRAM);
SetIndexBuffer(2, Gda_112);
SetIndexStyle(2, DRAW_HISTOGRAM);
SetIndexBuffer(3, Gda_116);
SetIndexStyle(3, DRAW_HISTOGRAM);
SetIndexBuffer(4, Gibuf_120);
SetIndexStyle(4, DRAW_HISTOGRAM[COLOR=Red][B], EMPTY, 0[/B][/COLOR]);
SetIndexArrow(4, 59);
SetIndexEmptyValue(4, 0.2);
SetIndexBuffer(5, Gibuf_124);
SetIndexStyle(5, DRAW_HISTOGRAM[COLOR=Red][B], EMPTY, 0[/B][/COLOR]);
SetIndexArrow(5, 59);
SetIndexEmptyValue(5, 0.2);
SetIndexBuffer(6, Gibuf_128);
SetIndexStyle(6, DRAW_HISTOGRAM[COLOR=Red][B], STYLE_SOLID, 0[/B][/COLOR]);
SetIndexArrow(6, 59);
SetIndexEmptyValue(6, 0.0);
SetIndexBuffer(7, Gibuf_132);
SetIndexStyle(7, DRAW_HISTOGRAM[COLOR=Red][B], STYLE_SOLID, 0[/B][/COLOR]);
SetIndexArrow(7, 59);
SetIndexEmptyValue(7, 0.0);
return (0);
}