[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Norescale question



PureBytes Links

Trading Reference Links

Hello,
 
You should write:
 
Plot(IIf(TimeNum()<StartTime,Null,Highval), WriteVal((EndTime-StartTime)/100, 1)+"min
High", paramcolor("HighColor", colorRed), styleLine | sty;eNoRescale ) ;
Plot(IIf(TimeNum()<StartTime,Null,Lowval),WriteVal((EndTime-StartTime)/100,1)+"min
Low",paramcolor("HighLow", colorblue),styleline | styleNoRescale) ;

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Tony Lei
Sent: Saturday, October 22, 2005 8:54 PM
Subject: [amibroker] Norescale question

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





YAHOO! GROUPS LINKS