I got Data that I want to plot but the scale gets messed up since if there isnt 
a price say during the july 4th era then amibroker just plots it zero. I want 
to make it such that if there is a zero value. I tried doing
VaneTicker=Foreign("BonDxDolPouSfrYenCru","H",2);
VaneTicker=Foreign("BonDxDolPouSfrYenCru","H",1);
VaneTicker=Foreign("BonDxDolPouSfrYenCru","H",0); 

but the zero values still plot. Basically it just happens during the holidays 
when there is no data




Reply via email to