PureBytes Links
Trading Reference Links
|
Your usage of Foreign appears to be incorrect. Refer to
http://www.amibroker.com/guide/afl/afl_view.php?id=54 where you will
see that valid values for the second argument are limited
to "open", "close", "high", "low", "volume", "interest". "Ref(Close,-
20)" is not valid.
Have a look at SetForeign/RestorePriceArrays instead.
http://www.amibroker.com/guide/afl/afl_view.php?id=247
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "srengret" <lechols@xxx> wrote:
>
>
> I'm trying to code buy selection criteria that requires the S&P500
> index ("^GSPC") to be higher now than 20 days ago along with a
> RelStrength measure.
> Here's the section of code of interest:
>
> Buy = RelStrength("^GSPC") > 20.0
> AND Foreign("^GSPC", "Close") > Foreign ("^GSPC", "Ref(Close,-20)");
>
> When I place this in previously working code with other criteria, it
> doesn't seem to have an effect.
>
> Does anyone see what is wrong with the last line and/or is there a
> better way to do this?
>
> Regards,
> SrEngRet
>
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/
|