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 [email protected], "wavemechanic" <[EMAIL PROTECTED]> wrote: > > What's wrong with ApplyStop()? > ----- Original Message ----- > From: droskill > To: [email protected] > 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 >
