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

Wilder's Average True Range (ATR) - MetaTrader 4のためのインディケータ

ビュー:
6577
評価:
(7)
パブリッシュ済み:
2023.01.22 13:25
アップデート済み:
2023.01.22 18:14
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This indicator implements the original “Average True Range (ATR)” developed by John Welles Wilder Jr., as described in his book—New Concepts in Technical Trading Systems [1978].

It uses Wilder’s moving average, also known as the smoothed moving average (SMMA), instead of a simple moving average (SMA) as used on MetaTrader’s built-in ATR indicator. The default period applied is 7, instead of 14, as per the description in his book.

The code uses conditional compilation and will compile on both MQL4 and MQL5. Please note that all my CodeBase publications’ source code are now also available in “Public Projects” tab of MetaEditor under the name “FMIC”.



Code for counting open orders by Order Type individually Code for counting open orders by Order Type individually

This is an Expert Advisor code for counting open running orders for each type: OP_BUY or OP_SELL.

AK-47 Scalper EA AK-47 Scalper EA

AK-47 Scalper EA is fully automated. It uses the strategy of entering the sell Stop order continuously and will modifythe order when the price is opposite to the pending order.

Wilder's Relative Strength Index Wilder's Relative Strength Index

An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].

Support and Resistance Indicator Support and Resistance Indicator

This Indicator shows the potential breakout/stop levels.