Hi - You could use Foreign() function to assign the price arrays of a foreign ticker to variables and then plot them over the current ticker. If this results in any of the plots getting flattened, you can use the StyleOwnScale arg in the Plot() function to fix it.
You could also use SetForeign() to replace the current price arrays with those of another ticker, plot them, then use RestorePriceArrays() to reset them to current ticker and then plot the current ticker. You can find complete info and examples on these functions in the users guide. Steve ----- Original Message ----- From: "i7505" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 13, 2006 3:30 PM Subject: [amibroker] Overlay price chart of second symbol >I have looked through the docs and search the kb & groups and can not > seem to find the answer to this - how can I overlay the price charts > of two different symbols in the same chart window? I am coming from > Ensign where this is very easy to do, but I can not find an equivalent > method in AB. For a simple example - to overlay a price chart of the > NASDAQ 100 and the S&P 100. > > TIA, Greg > > > > > 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 > > > > > 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 <*> 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:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
