PureBytes Links
Trading Reference Links
|
When I scan intraday I use Alertif function which is what I thought
you were talking about
AlertIf( Buy, "", "Entry "+ EntryPrice, 1 );
with the AA settings perodicity to 5 minute this will only give
signals once for each 5 minute period.
If I was wrong in understanding your intitial query, I am sorry
Do you actually get the 2 indicators cross the values on the same bar?
--
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
On 11/10/05, aboaziz_sa <aboaziz_sa@xxxxxxxxx> wrote:
> thanx Graham ..
>
> but, your brother kind slow !!
> let's say that I have this simple system :
>
> Buy= Cross(MFI(pds), 20) AND Cross( RSI( pd), 30 );
>
>
> how would you modify it to meet such criteria?
>
> thanx again :)
>
> --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> >
> > yes, the flags i aletif can be used for this, plus the period
> setting
> > in AA window makes a difference
> >
> > On 11/10/05, aboaziz_sa <aboaziz_sa@xxxx> wrote:
> > > When scanning every 5 minutes, Is there a way to limit the
> results to
> > > only the last 5 minutes of market trades that meet the trading
> system
> > > criteria not before.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 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
>
>
>
>
>
>
>
>
------------------------ 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/
|