Read me notes of 5.14 shows "actionExploration". Must be typing error.
--- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > There is no "actionExploration". However there is > actionExplore > > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: "tipequity" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, July 15, 2008 9:34 AM > Subject: [amibroker] actionExploration is not recognized > > > > The following code produces error 29 Variable 'actionexploration' used > > without having been initialized. Replacing "actionExploration" with "4" > > is the work around. > > > > Buy = (CCI(14) <-100) ; > > Sell = (CCI(14) >100) ; > > > > if (Status("ActionEx") == actionExploration) > > { > > Filter = Buy OR Sell; > > } > > > > > > > > > > ------------------------------------ > > > > 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 > > > > > > >
