How about a slight variation on this theme.

How do you define a stop at the point where an upper
band (say a StdErrorBand) crosses below the Buyprice?

Thanks for your help

Rick
--- Tomasz Janeczko <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> You need to use ApplyStop and specify the stop value
> as distance
> between entry price and desired stop. If you want to
> refer to LLV at the 
> entry bar instead of entry price simply add the
> difference
> 
> ApplyStop( stopTypeLoss, stopModePoint, BuyPrice -
> LLV( L, 5 ) + StopAmountFromLLV, True ) 
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message ----- 
> From: "Clement Chin" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Wednesday, May 23, 2007 9:55 PM
> Subject: [amibroker] How to use the Low of entry bar
> as Stop?
> 
> 
> > 
> > Hi,
> > 
> > How to use the low of entry bar as stop? How about
> current Swing Low, i.e.
> > LLV(L,5)?
> > 
> > TIA.
> > 
> > Clement
> > 
> > 
> > 
> > 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
> > 
> > 
> > 
> >
> 


Rick Osborn & Associates
885 Sorrento Ave.
Oshawa, Ontario L1J 6V6
(905) 728-8543  fax 728-0815

Reply via email to