Sentiment Ratio
The Sentiment Ratio indicator gauges current Market Sentiment between -100% and 100%, where lower than -40% is considered Bearish and higher than 40% Bullish. The channel between the two is considered Neutral.
The indicator has been particularly effective on H4 charts when used to confirm the direction of potential trading signals. On shorter term charts, when the indicator crosses -40 or 40 back to Neutral, it can be effective when indicating potential swings; for example, a sell signal when the indicator crosses below 40 and a buy signal when the indicator crosses above -40.
A version applied to EURUSD H1 is currently updating a twitter feed every hour @tssmarkets.
Example call function:
int SentimentSignal(double triggerLevel)//Return signal if trigger level activated
{
double sentimentRatio=iCustom(NULL,0,"Sentiment Ratio",0,0,0);
if(sentimentRatio>=triggerLevel) return(OP_BUY);
else if(sentimentRatio<=-triggerLevel) return(OP_SELL);
return(-1);//Default: No Signal
}
Basis of calculation:
The calculation in the indicator applies weighted averages from RSI, Stochastic Oscillator and William’s Percent Range.
状态:离线 发送信件 在线交谈
姓名:顺水的鱼(先生)
职位:投机客
电话:18391752892
手机:18391752892
地区:默认地区
地址:西安市高新区软件园
邮件:3313198376@qq.com
QQ:3313198376
微信:18391752892
阿里旺旺:顺水的鱼waterfish
Skype:3313198376@qq.com

