PureBytes Links
Trading Reference Links
|
Hi Joe,
I am not sure I understand your question, but the short answer is 'yes'.
See if this helps:
<clip>
dperiods=5;
dksmooth=5;
ddsmooth=5;
Plot(StochD(dperiods,dksmooth,ddsmooth),"StochD",1,1);
<clip>
does this help?
-john
----- Original Message -----
From: "Joe Landry" <jelandry@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, October 21, 2004 1:16 PM
Subject: [amibroker] Help with Parameter Use in Graphics/Displays
I need some help with conventions/standards here. When someone suggests
that I use a Full Stochastic of (20,10,5) and I go to StockCharts, it's
pretty apparent how to set up the indicator, but in Ambroker the degree of
flexiblity confuses me intitially.
For example in setting up %K it's straightforward to set up %K (20,10), but
in setting up %D, what would be the Stockchart equivalent AB setup for 5 .
%D(5,5,5)?? Seems like there are more parameters than I need there.
I'll always take the additional degree of flexiblity but would like to know
the equivalents.
Joe
-----
[Non-text portions of this message have been removed]
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
------------------------ 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/
|