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

UpDownBars - MetaTrader 4のためのインディケータ

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

The indicator counts the Up bars (Close-Open) and Down bars (Open-Close).

Calculation:

n = Up bars (Close>Open, first bar=1, last bar=n)

m = Down bars (Close<Open)

Oscillator indicator, my opinion - use it for filtering of entry, when UpDownBars is above 0 go only short and when UpDownBars is below 0 go only long.

Inputs:

  • UpDown_Period = 20     // period for calculation UpDown bar indicator
  • Average_Period = 10     // period for calculation Moving Average on indicator
  • Average_Method = Simple // method of Moving Average

UpDownBars indicator MetaTrader 4

Geedo Geedo

Expert Advisor EUR/USD (1H) +78% win.

AO EfMA AO EfMA

Based on two MA.

Expert Advisor 3 Level ZZ Semafor Expert Advisor 3 Level ZZ Semafor

This Expert Advisor is based on 3_Level_ZZ_Semafor indicators.

InsideBars InsideBars

The InsideBars indicators can be used for trading with breakout Strategies.