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

Simple Support and Resistance - MetaTrader 4のためのインディケータ

ビュー:
9017
評価:
(8)
パブリッシュ済み:
2023.10.23 16:45
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This is super simple starter code for anyone looking to work or build with support and resistance. It includes a mid-line which is calculated using the average of the support and resistance values.

The default setting for the number of bars to look back is 50. This can be updated by changing the value of "Lookback" on the input tab.


Support Resistance Mid-Line


    Range Ratio Range Ratio

    Indicator shows histogram of ratio of sum of lower time frame ranges to current timeframe bar range

    M4HA M4HA

    Trend indicator based on the intersection of adaptive HMA and its smoothed line. I recommend using it together with the flat indicator to determine the beginning of a trend early

    Take Profit based on your current profit Take Profit based on your current profit

    Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.

    Rainbow Indicator for mt4 Rainbow Indicator for mt4

    This is an indicator with a rainbow-like display, both for trend or pullback prediction.