無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 51625
- 評価:
- パブリッシュ済み:
- 2014.07.10 10:36
- アップデート済み:
- 2016.11.22 07:32
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
3 EMA Crossover Indicator. MaPeriod1 must be smaller than MaPeriod2 and MaPeriod2 must be smaller than MaPeriod3.
- If ma1>ma2 and ma2>ma3 the indicator turns green.
- If ma1<ma2 and ma2<ma3 the indicator turn red otherwise it turns orange.
Only the last bar of the indicator repaints.

This indicator based on a 5 period simple moving average detects trends: if there is an uptrend then shows green bars, if there is a downtrend then shows red bars, if there is a weak trend then shows yellow bars.

Realize virtual profit trailing.

This indicator will write value degrees of the lastest position of price at the current timeframes, and when position and condition of trend status was changed, the indicator will give an alerts.

The script recognizes and shows peaks and valleys of certain period.