PureBytes Links
Trading Reference Links
|
Hi,
I have the following formula but I am not getting what I am looking
for. Basically, I don't want the lines to screw the scaling on
the Y-axis.
thanks
tony
Plot(IIf(TimeNum()<StartTime,Null,Highval), WriteVal((EndTime-StartTime)/100, 1)+"min
High", paramcolor("HighColor", colorRed), styleLine) + stylenorescale ;
Plot(IIf(TimeNum()<StartTime,Null,Lowval),WriteVal((EndTime-StartTime)/100,1)+"min
Low",paramcolor("HighLow", colorblue),styleline) + stylenorescale ;
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
SPONSORED LINKS
YAHOO! GROUPS LINKS
|