You are correct, you can't do an entire.
However, if it's something like an indicator using a certain value for say, the # of bars for EMA, you CAN just store that value in a StaticVar and read it from the other chart and easily reproduce the values to your two charts are always "in-sync". -- Terry -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dale Sent: Saturday, January 20, 2007 09:58 To: [email protected] Subject: [amibroker] Array transfer between panes or charts Does anyone know an elegant way to access an array generated in one pane (or chart) from another pane/chart (for the same symbol)? The only way I know is to use a StaticVarSet/Get variable for each and every bar in the array. Thanks, Dale
