Trading as a part time profession.

Status
Not open for further replies.

columbus

Well-Known Member
Hi Kiran ,

Good chart.Small request see that chart won't exceed the page limit and
try to plot in candles which are easy to interpret.
 

kiranb

Well-Known Member
Hi Kiran ,

Good chart.Small request see that chart won't exceed the page limit and
try to plot in candles which are easy to interpret.

thanks columbus, as my screen size is big i didn't notice problem. I think the above chart size should do. I use bars coz its easy for me to identify the pivots.

kiran.
 

pkamalesh

Well-Known Member
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??
 

kiranb

Well-Known Member
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
 
Status
Not open for further replies.