PureBytes Links
Trading Reference Links
|
--- In equismetastock@xxxxxxxxxxxxxxx, "richmanmg" <mmghani@xxx>
wrote:
>
>
> Can anybody write a MS formula for the undermentioned formula.
>
>
>
> Value1=0.1*(RSI(5)-50);
> Value2=WMA(Value1,9);
> ifish=(exp(2*Value2)-1)/(exp(2*Value2)+1);
> Plot(ifish,"Inverse Fisher Transform",colorBlue,1);
> Plot(0.5,"",colorBrightGreen,1);
> Plot(-0.5,"",colorRed,1);
>
>
> Thanks.
>
Value1:=0.1*(RSI(5)-50);
Value2:=Mov(Value1,9,W);
ifish:=(Exp(2*Value2)-1)/(Exp(2*Value2)+1);
ifish;0.5;-0.5;
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|