거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
5557
평가:
(10)
게시됨:
2018.09.27 15:42
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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).