Page 1 of 1

Fisher Transform of Normalized Prices

PostPosted: Tue May 01, 2018 11:27 am
by Alexander.Gettinger
Formulas:
Fisher[i] = 0.5*(Log((1+V[i])/(1-V[i]))+Fisher[i-1]),
Trigger[i] = Fisher[i-1], where
V[i] = (2/3)*((Price[i]-MinPr)/(MaxPr-MinPr)-0.5+V[i-1]),
MinPr, MaxPr - minimum and maximum prices at range from (i-Lenght+1) to (i),
Log - natural logarithm.

FTNP.PNG


Download:
FTNP_JS.jsl
(2.56 KiB) Downloaded 606 times


MT4/MQ4 version.
viewtopic.php?f=38&t=61213

Re: Fisher Transform of Normalized Prices

PostPosted: Fri Mar 22, 2019 2:23 pm
by oxbx99
can you please make mq4 version for this indicator .

Thanks

Re: Fisher Transform of Normalized Prices

PostPosted: Mon Mar 25, 2019 8:48 am
by Apprentice