거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

MACD Histogram WIS - MetaTrader 4용 지표

조회수:
42618
평가:
(26)
게시됨:
2009.07.09 07:39
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

MACD lines and histogram for the Impulse trading system.

The idea:
  • Histogram down (current value less than previous) and line (specified by Line input) does down, the histogram is red - long trades are prohibited;
  • Histogram up (curerent value greater than previous) and line up, the histogram is green - short trades are prohibited;
  • Histogram down and line up (or reverse case) histogram is grey -no restrictions;

The Inertia is defined by Line input parameter:

  • 0 - MA(MAPeriod);
  • 1 - MACD line;
  • 2 - Signal signal line.

Other input parameters:

  • FastMA - Period of Fast Moving Average;
  • SlowMA - Period of Slow Moving Average;
  • SignalMA - Period of the Signal Line;
  • MAPeriod - Period of Moving Average if Line = 0;
  • MAMethod - Averaging Method (MODE_EMA by default);
  • MAAppliedPrice - Applied Price (PRICE_CLOSE by default);
  • Line - described above;
  • DigitsInc - Precision format Digits + DigitsInc

MACD Histogram WIS

VisualOpenOrderWithMM VisualOpenOrderWithMM

Drag & Drop the script at chart on point where StopLoss should stay. Script will compare desired StopLoss with the current price and determine the type of the order - Buy or Sell. The next step is calculating the volume according Free Margin and the Risk

Spectr Spectr

Spectr

Candles_01 Candles_01

Для анализа японских свечей

easy trend visualizer easy trend visualizer

easily shows trend or range