PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxxxxxx, "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@xxxxxxxxxxxxxxx, "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@xxxxxxxxxxxxxxx, "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@xxxxxxxxxxxxxxx, "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.
> > > >
> > >
> >
>
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/
|