Help Needed from Masters(Amibroker)

bjj9126

Active Member
#1
Hi friends,

I want help for Amibroker,

I want to plot 3 vertical line on chart background i.e 5600,5700 and 5800
and want to fill the different colors between 5600 to 5700 and 5700 to 5800 on chart background.
that is all,

Masters please help for this afl

bjj9126
 

bjj9126

Active Member
#4
Hi friends,

I want help for Amibroker,

I want to plot 3 vertical line on chart background i.e 5600,5700 and 5800
and want to fill the different colors between 5600 to 5700 and 5700 to 5800 on chart background.
that is all,

Masters please help for this afl

bjj9126
Really Sorry Friends,

Not vertical line but Horizontal line,

I want help for Amibroker,

I want to plot 3 Horizontal line on chart background i.e 5600,5700 and 5800
and want to fill the different colors between 5600 to 5700 and 5700 to 5800 on chart background.
that is all,

Masters please help for this afl

bjj9126
 
#5
Its already given above . . . :)


Horizontal area example

Code:
PlotOHLC( 5800, 5800, 5700, 5700, "", colorRed, styleCloud | styleNoLabel );

Modify it to create different SR zones, change color or add more number of zones . . . for e.g.

Code:
PlotOHLC(5700,5700,5600,5600,"",colorBlueGrey,styleCloud|styleNoLabel);


:) Happy
 

Similar threads