PureBytes Links
Trading Reference Links
|
Hello,
----- Original Message -----
From: Dave Merrill
To: amibroker@xxxxxxxxxxxxxxx
Sent: Friday, June 18, 2004 4:06 AM
Subject: RE: [amibroker] Re: Example of buying top N stocks ranked by some metric - no takers?
> Hi Mark, been a while (:-)... Hope you're well.
> I thought that an always-buy rule would work too, except that this sell rule is like a trailing stop;
> it needs to know when you actually bought, which I think we can't know while our code runs,
> since it depends on the value of a stock's PositionScore vs the other stocks under test.
>
> Roughly speaking, this rule sells when price falls a spec'd amount below its highest value *since buy*.
> (It also has some "acceleration" built in, some ApplyStop won't do it.)
> Can you think of a way to code that that would work in this context?
Why, Oh why don't you use then APPLY STOP. Why you tell that ApplyStop will not work ?
Trailing stops can be completely customized using ApplyStop!
ApplyStop( stopTypeTrailing, stopModePoint, YOUR_DYNAMIC_AMOUNT_OF_PRICE_FALL_SINCE_BUY, True, True );
Then you can use Rotational trading mode and you need NOTHING else.
Basically every system can be written either in Rotational mode or regular mode.
Your system is just rotational plus stops.
Best regards,
Tomasz Janeczko
amibroker.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|