PureBytes Links
Trading Reference Links
|
Hello mhamouta,
Right mouse click on the default built-in price chart and select Edit
Forumla. Then you need to enter the plot above the line beginning with
"//--Indicator-End--" (see example below)
Example:
Plot( WMA( C, 22 ), "WMA", colorBlack, styleLine );
//--Indicator-End-- -- do not remove this line
Regards,
William Peters
www.amitools.com
Thursday, September 2, 2004, 11:18:49 AM, you wrote:
m> Hello!
m> I am a newbee in Amibroker and I try to evaluate it.
m> I have coded a customized weighted moving average, unfortunately I
m> cannot plot it within prices chart. I Just can display it in its own
m> window.
m> Please could you tell me how to plot an indicator within the Prices
m> window
m> Thanks in advance for your help.
m> regards.
m> PS: This low cost product is implemented in C or C++ is very
m> impressive. Congratulations to the designers and developpers.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|