PureBytes Links
Trading Reference Links
|
Hi,
This will create a sell signal 5 bars after each buy signal. It works by
creating the Sell array, and filling each element with the value of the Buy
array from 5 bars ago.
sell = ref( buy, -5 );
Steve
----- Original Message -----
From: "jacquesmmathieu" <jacquesmmathieu@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, June 06, 2005 9:39 PM
Subject: [amibroker] Novice question
> Just wondering if there is an easy way to have a sell order occur a
> certain interval from the buy order. Looked for a couple hours through
> the help section, but couldn't find anything. Maybe it's my lack of
> programming experience. Also, is there a better tutorial somewhere on
> the internet?
>
> Thanks,
>
> Jacques
>
>
>
>
>
> 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 --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|