| 
 PureBytes Links 
Trading Reference Links 
 | 
Thanks John.  This does help.  I was looking at the drag and drop indicators in the V 4.62-4.63 and it called for 3 parameters where other the other charting programs StockCharts and TC2000 did not.  
I remember TJ added the ability to control the smoothing, where it had been hard coded parameter some time back, like maybe it was a 3 days smoother. 
As I mentioned in my first note, more degrees of control is good. 
Joe 
  ----- Original Message ----- 
  From: john gibb 
  To: amibroker@xxxxxxxxxxxxxxx 
  Sent: Thursday, October 21, 2004 4:49 PM
  Subject: Re: [amibroker] Help with Parameter Use in Graphics/Displays
  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
  Check AmiBroker web page at:
  http://www.amibroker.com/
  Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
        Yahoo! Groups Sponsor 
              ADVERTISEMENT
             
       
       
------------------------------------------------------------------------------
  Yahoo! Groups Links
    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
      
    b.. To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
      
    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
[Non-text portions of this message have been removed]
------------------------ 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/
 
 |