PureBytes Links
Trading Reference Links
|
Amo,
Here are a couple things I have done in the past:
sellprice = close;
sell = buy; // exits on the same day
sell = ref(buy, -1); // exits on next day
sell = ref(buy, -Optimize("DaysToHold", 5, 5, 20, 5); // 1-4 week
exits
--- In amibroker@xxxxxxxxxxxxxxx, "Amohedas" <agustins.stocks@xxx>
wrote:
>
> Hi all,
>
> I'm writing a trading script to test a breakaway gap system and I
want
> my sell conditions to be as follows:
>
> Sell at close for the "buy" bar
> Sell at close for the "buy" bar + 1
> Sell at close for the "buy" bar + 4
>
> etc.
>
> Basically I want to determine the average gain/loss for holding a
> stock that has gapped up for 1 day, 1 week, 2 weeks, 1 month etc.
>
> I'm not sure how to write a script that will be able to do this.
>
> Any and all help is greatly appreciated.
>
> Thank you,
>
> AMo
>
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/
|