Page 1 of 1

Symp Sentiment Indicator

PostPosted: Mon Mar 25, 2019 9:25 am
by Apprentice
eurusd-m1-fxcm-australia-pty.png

Formula:
Symp_Sentiment[i]=(Ln((1+St[i])/(1-St[i]))+Symp_Sentiment[i-1])/2, where
Ln() - natural logarithm,
St[i]=0.66*((Median[i]-Min)/(Max-Min)-0.5)+0.67*St[i-1],
Max and Min are a maximum and minimum prices at range from [i-Period] to [i].
Symp_Sentiment_Indicator.mq4
(3 KiB) Downloaded 703 times


TS/JavaScript version.
viewtopic.php?f=48&t=64745#p112756