Hello !!Always on Amibroker ...
I search a piece of code showing me how to draw a horizontale line between 2 differents dates ...
ex (quick code)
hzline = 1 ;
date1 = 12/10/2003;
date2 = 12/12/2003;
plot(hzline, date1 ,date2,colorred); //something like this ; need a loop perhaps ?
I search a piece of code showing me how to draw a horizontale line between 2 differents dates ...
ex (quick code)
hzline = 1 ;
date1 = 12/10/2003;
date2 = 12/12/2003;
plot(hzline, date1 ,date2,colorred); //something like this ; need a loop perhaps ?