--- In [email protected], "excelent_sanjay" <[EMAIL PROTECTED]> wrote: > > ANY BODY KNOW CODE FOR COLOURING OF VOLUME IN DOWN AND UPWORD >
This works - you can change colors to suit ... Color = IIf(Close>Ref(C,-1),colorTurquoise,IIf(Close<Ref(C,- 1),colorDarkBlue,colorBlack)); Plot(V,"Volume ", Color, styleHistogram+styleThick,0 ); GraphXSpace = 0; Plot(MA(V,65),"65 Per Avg Vol ",colorWhite,styleLine); Dean H. ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/GHeqlB/TM --------------------------------------------------------------------~-> Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
