無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 17250
- 評価:
- パブリッシュ済み:
- アップデート済み:
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Shows low high from the last bar from other timeframe. Timeframe and Bar[x] can be changed
correction
resi = iHigh(Symbol(), PERIOD_M15, i);
supi = iLow(Symbol(), PERIOD_M15, i);
change
resi = iHigh(Symbol(), tframe, i);
supi = iLow(Symbol(), tframe, i);


Simple Momentum x 2

This indicator reflects the positive difference between the High and Low of the period.

The Expert Adviser uses the indicator OsMA.

The purpose of this indicator is to highlight the price zones that had the most activity : the hotest zones.