PureBytes Links
Trading Reference Links
|
What version AB are you using?
The Say() command was enhanced with buffering option in the latest
beta 5.16
You are experiencing what happens when you execute the say() command
when it has not finished saying the last thing yet. It aborts the
rest and starts over again. How much it says is based on how long
your total chart update time is.
Usually you do not keep issuing the same say() command each pass, but
issue it only conditionally at some trigger event once.
Also it only says text not numbers, so you need to convert numbers to
text first.
BR,
Dennis
On Aug 22, 2008, at 9:37 PM, murthysuresh wrote:
> i tried to use the say for quick notification of myscans.
> here is what i find
> Say("buying " + Name() ); only says buying
> Say(LastValue(Close)); nothing happens.
>
> is there any info on the grammer and word limitation that can be used.
> infact the example in the afl guide uses the name() function with the
> say. but for me it does not state the name.
>
> when i try
> Say("WHAT IS GOING ON");
>
> i hear What is. "Going ON" is missing.
>
>
> ------------------------------------
>
> 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
>
>
>
------------------------------------
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/
|