PureBytes Links
Trading Reference Links
|
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 <groups@xxxxxxxxxxxxx> 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" <yitman@xxxxxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> 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
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/
|