Hi kiran...Great charts with superb patterns..plzzz go on and post more...One doubt regarding ami..In ami i get single colour for both bear and bull bars...how do i rectify??
add this code to your price foruma to change the bar colors
Graph0BarColor = IIf( C > O,GREENBARCOLOR,REDBARCOLOR);
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
just place color name which color u want with the "GREENBARCOLOR","REDBARCOLOR" in the above scrip.
kiran