PureBytes Links
Trading Reference Links
|
I just use this
AlertIf( Buy, "", "Entry "+ EntryPrice, 1 );
AlertIf( Sell, "", "Exit "+ StopPrice, 2 );
the buy, sell and the prices vriables are defined in the code.
The Alert window is open and I scan every 5 minutes with AA window
On 7/28/05, ggoom <ggoom@xxxxxxxxx> wrote:
> Graham, do you mind sharing how you set up alerts?
> I usually set up lots of simple alerts based on bid or ask.
> Is there a good way to set them up? Or do I have to set up one by one
> using Alertif function?
> Thanks in advance for your help.
>
> WJ
>
> --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> > I do not exactly day trade but I take entry/exit signals intraday.
> > I have no problems setting alerts.
> >
> >
> > On 7/27/05, ggoom <ggoom@xxxx> wrote:
> > > I am interested in using the Amibroker for daytrading (not
> scalping,
> > > though) with IB data. I usually hold positions for several
> minutes to
> > > several hours. Although Amibroker looks and works better than my
> > > current Qcharts, I would appreciate if some of you, who daytrade,
> can
> > > share me potential benefits and drawbacks for using it.
> > >
> > > I see the intraday scan is very beneficial, while the difficulty
> of
> > > setting alarms is my biggest concern. Is there something else I
> should
> > > be aware of before purchasing the Amibroker and using it for
> > > daytrading?
> > >
> > > Thanks for your time and opinions.
> > >
> > > WJ
> > >
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > 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
>
>
>
>
>
>
>
>
--
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/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/
|