PureBytes Links
Trading Reference Links
|
Thank you Graham but I think it is the same thing.
A=b>c;
if(A) == if (A!=0)
The function AlertIf() return nothing.
Is there a way to know when the stop is activated and to read
Trailing Amount (exit price) ?
Thanks
---
Giuseppe
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> maybe needs a condition
> Tstop=ApplyStop(stopTypeTrailing,3,1,1,0,0);
>
> AlertIf(Tstop!=0,"","EXIT NOW AT "+trailingAmount,stop);
>
>
> On Wed, 02 Mar 2005 01:08:57 -0000, ami_trader <ami_trader@xxxx>
wrote:
> >
> >
> > Is it possible to enable alert text with trailing stop?
> >
> > EX. (invented code)
> >
> > Tstop=ApplyStop(stopTypeTrailing,3,1,1,0,0);
> >
> > AlertIf(Tstop,"","EXIT NOW AT "+trailingAmount,stop);
> >
> > Thank you in advance.
> > Any help will be appreciated.
> >
> > ---
> > Giuseppe
> >
> >
> > 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
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|