| 
 PureBytes Links 
Trading Reference Links 
 | 
When using the AFL Foreign function, the chart changes when selecting a 
different symbol. Why ? Take following example with two foreign 
variables :
FedFund 	= Foreign( "H15_FF_O","C",2 ); 
Plot(FedFund,"FED Fund Rate",colorBlue, styleLine);
Libor1		= Foreign( "H15_ED_M1","C",2 ); 
Plot(Libor1,"Libor 1 Month",colorRed, styleLine);
PerLin 	= Param("Lineair Regr.", 15, 2, 200, 1, 10 );
Plot( LinearReg( Libor1-FedFund, PerLin ), _DEFAULT_NAME(), ParamColor
( "Color Lineair Regr.", colorCycle ), ParamStyle("Style")); 
What I would like to get is a chart being the same whatever other 
symbol I am selecting. How can I disable the influence of the selected 
symbol in the chart ?
Regards, Ton.
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:amibroker-digest@xxxxxxxxxxxxxxx 
    mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |