PureBytes Links
Trading Reference Links
|
Hello Reni,
You can do this in two ways. Either using the built-in volume
indicator or by creating a custom indicator.
To add/adjust a 30 period volume MA in the built-in volume indicator
open the preferences screen Tools/Preferences then selection the
Indicator tab. Down in the bottom right hand corner is a setting called
Volume/Turnover, you need to set this to 30 and make sure Volume is
selected.
Otherwise create a new customer indicator and use the following forumla as an
example:
Plot( MA( Volume, 30 ), "VolMA30", colorRed, styleLine );
Plot( Volume, "Volume", colorAqua, styleHistogram );
Regards,
William Peters
www.amitools.com
Sunday, September 5, 2004, 1:06:52 PM, you wrote:
r> Has Anybody a formula for the volume (2 colors) with the moving
r> average (30 periods)of the volume plotted on the volume bars?
r> Thank you for your help
r> Reni
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|