Hello Gelo,
Problably this will help you:
pr:=(H+L)/2;
len:=8;
maxh:=HHV(pr,len);
minl:=LLV(pr,len);
val1:=.33*2*((pr-minl)/(maxh-minl)-.5)+.67*PREV;
value1:=If(val1>.99,.999,If(val1<-.99,-.999,val1));
fish:=.5*Log((1+value1)/(1-value1))+.5*PREV;
fish;
I don´t know if this is the one that you want.
Abraços,
Ticiano Rêgo
2009/5/19 Gelo Gelo
<gelobr@xxxxxxcom>
[Attachment(s)
from Gelo Gelo included below]
Hello everybody!
I'm "new" here. I made my registration for some time, but I was just
looking to learn something ...until now. So let me
first, introduce myself...
I'm from Brazil and started to negotiate stocks a few months
ago. Also started to use Metastock and Metatrader a few months, and I
still can not understand the language of these programs. So I need some
help...
I'm trying to transform an indicator from Metatrader to Metastock.
The indicator is "Fisher Yur4ik". The formula of this indicator is in the
file attached below.
I hope someone can help me.
Regards,
Gelo