PureBytes Links
Trading Reference Links
|
Hello,
if( BarCount > 100 )
{
.. PUT YOUR ORIGINAL FORMULA HERE
}
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Ed Hoopes" <reefbreak_sd@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, January 13, 2006 8:49 PM
Subject: [amibroker] Excluding Tickers from an Exploration
> Group,
>
> I use a least squares fit to a quadratic equation to rank a list of
> ETFs, written as a Function in AFL. Some of the ETFs on the list have
> started trading only recently and have too few bars to compute properly.
>
> The Exploration stops with an error of 'subscript out of range' which
> is caused by the price array being too short.
>
> * To fix this I have tried using SetBarsRequired( 100 ) at the top of
> the script, which doesn't help.
> * in Auto Analysis there is a Apply to -> Filter -> Exclude. Where I
> have placed a Watch List of ETFs I want to leave out of the
> Exploration. This doesn't work either - the Exploration still stops
> when it encounters an ETF with insufficient data.
>
> QUESTION:
> Does anyone have have any more ideas????
>
> Reef-Break
>
>
>
>
>
>
>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
<*> 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/
|