Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Demand_Index - indicator for MetaTrader 5

Views:
5413
Rating:
(10)
Published:
2018.09.27 15:42
Demand_Index.mq5 (12.99 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Demand_Index indicator developed by James Sibbet combines the price and volume, and is often considered a leading indicator of price change.

It has one configurable parameter:

  • Period - calculation period.

James Sibbet defined six "rules" for the demand index:

  1. Divergence between the demand index and the price indicates the forthcoming price reversal;
  2. The price often reaches new highs after the extreme peak of the demand index (the index acts as a leading indicator);
  3. High price with a lower demand index peak usually coincides with an important peak (the index acts as a confirmation indicator);
  4. The demand index, which breaks the zero level, indicates a trend change (the index acts as a confirmation indicator with a delay);
  5. If the demand index constantly fluctuates around zero, then the current price trend has a weak potential and will not last long;
  6. A significant long-term divergence between prices and the demand index indicates an important market top or bottom.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21740

ChandelierExit_Candle ChandelierExit_Candle

The Chandelier Exit indicator implemented as a sequence of candlesticks

Super_SAR Super_SAR

Super SAR is a signal indicator based on SuperTrend and iSAR.

SVE_ARSI SVE_ARSI

The SVE_ARSI (Sylvain Vervoort's Asymmetrical RSI) indicator was described in the October '08 issue of the "Stocks & Commodities" magazine.

55 MA 55 MA

A trading system based on iMA (Moving Average, MA) with the averaging period of 55 (the averaging period is hardcoded and is not available in input parameters).