PureBytes Links
Trading Reference Links
|
Attached is a chart that shows how I use Midas in Metastock. I created an
indicator that I call Count:
Cum( 1)
I plot that in a window. I then plot OBV in another window. I use the
crosshairs cursor to see what the value of count is at the point I want to put
the Midas curve. I then plot the Midas indicator on the price chart and input
the count number. This is the Midas code that I use:
days := Input("Days",10,2000,100);
Cum(If(Cum(1)<days,0,MP()*V))/Cum(If(Cum(1)=1,1,If(Cum(1)<days,0,V)))
Bob
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
Description: "Midas.gif"
|