Thank you very much, and I still not get you,
What I need is to be
notify when my buy/sell condition meet an any
pair,
I wrote my buy/sell
condition in a separated file and I use
#include_once "C:\Program
Files\AmiBroker\Formulas\SYSTEM\MySystem.afl"
In the
same file I included
AlertIF( buy, "SOUND
C:\\Windows\\Media\\Ding.wav", "Audio alert",
2 );
AlertIF(
Sell, "SOUND C:\\Windows\\Media\\Ding.wav", "Audio alert",
2
);
I need the alert for all pairs in the list with out any scan or
exploration . I don't know if it passable with Amibroker or
not?
All The Best
--- In amibroker@xxxxxxxxxps.com,
"murthysuresh" <money@xxx> wrote:
>
> if you are using it as
part of indicator, it will alert for the
> current symbol on the chart
u are using the indicator.
> if you are using it as prt of explore
/analysis, it will alert if
> conditoins match on the filters you are
using.
>
> --- In amibroker@xxxxxxxxxps.com,
"Mohammed" <softnews2003@> wrote:
> >
> > Hi
murthysuresh,
> >
> > You make me Laughs :),
> >
> > I'm using This Alert,
> >
> > AlertIf( Buy,
"SOUND C:\\Windows\\Media\\Ding.wav", "Audio
alert",
>
> 2 );
> >
> > Also I'm using H1 Trading.
> >
> > Regards,
> >
> >
> >
> >
--- In amibroker@xxxxxxxxxps.com,
"murthysuresh" <money@> wrote:
> > >
> > > your
message is also confusing. are you using the easy alert or
> or
> > u
> > > using alertif in a indicator or are you
using alertif in a
scan.
> > > more details and sample code
will help.
> > > --- In amibroker@xxxxxxxxxps.com,
"Mohammed" <softnews2003@>
> wrote:
> > >
>
> > > > I have some confusion about Amibroker
Alert.
> > > >
> > > > I'm using Amibroker for
Forex trader and I have about (8)
pairs
> > in
> >
> > Amibroker list. The current pair viewing in the screen is
>
NZDJPY,
> > > >
> > > > My Question is:
> > > >
> > > > Does the alert will alert me
if my system meet in the other
> > pairs?
> > > >
which is not the current selected pair or I have to select
the
>
> pair
> > > to
> > > > be alert?
> >
> >
> > > > All The Best.
> > > >
>
> >
> >
>