無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

MACD Histogram WIS - MetaTrader 4のためのインディケータ

ビュー:
42167
評価:
(26)
パブリッシュ済み:
2009.07.09 07:39
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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