PureBytes Links
Trading Reference Links
|
sorry yuki
Here is the one of your condition statements that you had with my
addition to make only first signal work each day
Cond1 = sum( Cross(C, 9999) AND Name()=="8604-TSE",
barssince(datenum() != ref(datenum(),-1)+1 )==1;
just change each one to match this, then the alerts should only show
the first occurence of each condition for the day
On 11/1/05, Yuki Taga <yukitaga@xxxxxxxxxxxxx> wrote:
> Hi Graham,
>
> Tuesday, November 1, 2005, 9:10:55 AM, you wrote:
>
> G> You also did not try the solution I provided earlier to reduce the
> G> signal to only the first of the day. I cannot see this used in what
> G> you just sent not any other attempt to reduce the number of signals
>
> I simply do not understand it, Graham. I do not understand how to
> incorporate it with my various conditions.
>
> Yuki
>
>
>
>
>
>
> 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/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/
|