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

DPO - MA modified - MT4 - MetaTrader 4のためのインディケータ

ビュー:
1558
評価:
(3)
パブリッシュ済み:
2024.07.15 05:39
アップデート済み:
2024.07.16 11:11
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

MA modified DPO facilitate controlling all parameters of MA (MA period , MA mode , MA applied price) to change required MA curve to horizontal line and can easily used as support or resistance level


Calculation:

DPO = close - MA (mode, price, DPO_period)

Where :

  • DPO - DPO indicator value
  • close - close price of bar;
  • mode - applied method to calculate MA (SMA, EMA, SMMA, LWMA)
  • price - applied price to calculate MA
  • DPO_period - period applied to calculate MA.



Linear Regression Value Linear Regression Value

Linear Regression Value (metatrader 4 version)

Easy to use Hedging Class for MQL4 by Peter Mueller - library for MetaTrader 4 Easy to use Hedging Class for MQL4 by Peter Mueller - library for MetaTrader 4

This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.

Three Colors Three Colors

Example: Moving Average indicator filling by different colors

MACD Sample MACD Sample

Classical MACD Sample.