PureBytes Links
Trading Reference Links
|
Graham,
You have made an Interesting obdervation!!!
Seems once two Alertif() statements "collide", something gets corrupted and
they will not function even individually. I will do more testing with
single statements.
Is anyone using Alertif() succesfully ... or have given up ?
I spent a lot of time trying to make Alertif() work about a year ago ... and
decided to try it again. It would be a shame to give up such a useful
feature ...
I assume the flags I have coded are correct for keeping trigger active
repeatedly
Hope this gets resolved, because i can REALLY use this feature for real
time trading
Ara
----- Original Message -----
From: "Graham" <kavemanperth@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, October 02, 2005 3:42 PM
Subject: Re: [amibroker] Alertif()
> I have found that 2 or more alertif that trigger at same bar stop all
> signals. They seem to interfere with each other
>
> On 10/3/05, Ara Kaloustian <ara1@xxxxxxxxxx> wrote:
> > Having problems with alert if....
> >
> > The 2nd alertif code below works (most of the time). By most of the time
I
> > mean it works at specific points on the chart, and not at others meeting
the
> > same criteria.
> >
> > The 1st alertif code, has less strict criteria, uses the same sound
file,
> > but never works.
> >
> > I have coded the flags (or at least I think so) to trigger every time
> >
> > Appreciate any help
> >
> > Ara
> >
> >
> >
> > AlertIf((SDiv_Code==12 OR SDiv_Code==13 OR SDiv_Code==14),"Sound
> > D:\\Amibroker\\Wav Files\\Lower High.wav","",5,0,100 );
> >
> > AlertIf((SDiv_Code==12 OR SDiv_Code==13 OR SDiv_Code==14) AND
> > Bear_Diverge==1,"Sound D:\\Amibroker\\Wav Files\\Lower
High.wav","",5,0,100
> > );
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> >
> >
> > ________________________________
> > YAHOO! GROUPS LINKS
> >
> > Visit your group "amibroker" on the web.
> >
> > To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > ________________________________
> >
>
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://e-wire.net.au/~eb_kavan/ab_write.htm
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|