Page 1 of 1

Symphonie Sentiment indicator

PostPosted: Mon Jun 05, 2017 11:27 am
by Alexander.Gettinger
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_JS.PNG


Download:
Symp_Sentiment_Indicator_JS.jsl
(1.7 KiB) Downloaded 723 times


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

Re: Symphonie Sentiment indicator

PostPosted: Fri Mar 22, 2019 2:28 pm
by oxbx99
can i request to make mq4 version for this indicator please ??

thanks

Re: Symphonie Sentiment indicator

PostPosted: Mon Mar 25, 2019 9:27 am
by Apprentice