無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 24465
- 評価:
- パブリッシュ済み:
- 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

This Expert Advisor is based on 3_Level_ZZ_Semafor indicators.

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