PureBytes Links
Trading Reference Links
|
Yes, that should be possible to do. Here is how I would approach it.
I would display the first n character of the text in a Gfx text box
placed somewhere on the screen. I would note the time and have a
refresh rate of 1 second or faster. Then on each AFL pass, I would
check the time. If one second has passed, I would display the next
segment of the text (one less character from the start and one more on
the end). It may not scroll perfectly smoothly, but it would be an
approximate equivalent of a side scrolling text banner.
However, ff you wanted it to move the other direction -- Up scrolling,
then just do the same thing, but on a line basis instead of a
character basis, and make it scroll slower.
It just depends on how you want to allocate your screen real estate.
BR,
Dennis
On Jun 30, 2009, at 7:39 PM, huanyanlu wrote:
> I used to have a message box on windows desktop , with dynamic
> moving texts reminding me what to do and what not to do in trading
> time. But in trading time, it is not handy to run programs other
> than AB because it is not economic in a sense of screen real
> estate. So my question is, is it possible to do a dynamic trading
> mottos in AB chart with AFL ?
> I hope to place it somewhere within the regular chart pane.
>
> Thanks for any help.
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
|