Robert Walker / Продавец
Опубликованные продукты
The Sentiment Ratio indicator gauges current Market Sentiment between -100% and 100%, where lower than -40% is considered Bearish and higher than 40% is Bullish. The channel between the two is considered Neutral. The indicator has been a very useful filter tool for signals within a trading system.
Example call function: int SentimentIndicator(double triggerLevel)//Return sentiment if trigger level is activated { double sentimentRatio=iCustom(NULL,0,"Sentiment Ratio",0,0,0); if(sentimentRa
FREE
The Multi Trendlines indicator automatically draws the dominant trendlines on the current chart. The indicator looks for the 5 best Up trends and the 5 best Down trends as at the current price, drawing each trendline if filter conditions are met. The trendlines are named "Trendline"+[Direction]+Symbol()+TrendlineSequenceNumber For example: The second Up trendline on a EURUSD chart would be named "TrendlineUpEURUSD2". To get its current value would be: ObjectGet("TrendlineUpEURUSD2",OBJPROP_PRI
FREE