PureBytes Links
Trading Reference Links
|
Francis, try this MetaStock indicator:
=========
Step Wave
=========
---8<--------------------------
{ http://www.metastocktools.com }
wAmp:=Input("wave amplitude",0,180,3);
step:=Input("step size",0,100,10);
wave:=Abs(Sin(Cum(wAmp)))*100;
step:=1/If(step=0,.000001,step);
StepWave:=Int(wave*step+.5)/step;
StepWave
---8<--------------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, francis ho <francish98@xxxx>
wrote:
>
> hi, wonder if anyone knows how to create "step" waves
> for indicators instead of the normal style such as
> line, histogram, etc..in MS ?
>
> thanks
> francis
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|