PureBytes Links
Trading Reference Links
|
Uh, nothing - I'm just trying to figure out how to change the value of
the stop based on gain/loss in a position.
--- In amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <timesarrow@xxx> wrote:
>
> What's wrong with ApplyStop()?
> ----- Original Message -----
> From: droskill
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, May 21, 2008 12:08 PM
> Subject: [amibroker] Stop adjustment after a certain amount of gain
>
>
> Hey all,
>
> I'm trying to have a stop that changes based on the gain/loss in a
> position. Here's what I'm trying to do:
>
> 1. On entry, there should be a fixed 8% stop loss in place.
> 2. If the instrument gains more than 8%, now have a 25% trailing stop,
> where the stop is trailed off of the highest high since entry.
>
> It would look something like(from another piece of software):
>
> HH=Highest(High,BarsSinceEntry,0)
> TrailStopPrice=HH-(HH*(25/100))
>
> Any pointers greatly appreciated.
>
>
> ------------------------------------
>
> 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
>
>
>
>
>
>
------------------------------------------------------------------------------
>
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 269.23.21/1458 - Release Date:
5/21/2008 7:21 AM
>
------------------------------------
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/
|