Fill attribute example |
Post Reply |
Author | |
chart rider
Regular Joined: 25 Sep 2004 Location: Australia Posts: 96 |
Post Options
Quote Reply
Topic: Fill attribute example Posted: 16 Nov 2005 at 8:16am |
tim Thanks for the bit of code, just saved me some time in a few indicators I'm currently building. CR |
|
timpaul
Newbie Joined: 09 Nov 2005 Location: Australia Posts: 3 |
Post Options Quote Reply Posted: 09 Nov 2005 at 11:41am |
One of the (very many) great things about BullCharts is that offers so much customisation flexibility. The code below is a Chalken Indictor with the values above the horizontal 0 line filled with one colour and below the line with another. [target =Default; alias=cofill; category=Oscillators; author=Chaikin, Marc][horzline =0]res:= ma(ad,3,E) - ma(ad,10,E);res;
{fill} [linestyle =fill; Transparency=0][color =green] res;[color =red] 0;Edited by timpaul |
|
Post Reply |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |