Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

DPO - MA modified - MT4 - Indikator für den MetaTrader 4

Ansichten:
5872
Rating:
(4)
Veröffentlicht:
2024.07.15 05:39
Aktualisiert:
2024.08.10 01:08
MQL5 Freelance Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

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.


MT5 version available at https://www.mql5.com/en/code/50822

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.

Detect Friday of The First Week of The Month - To Detect NFP Day Detect Friday of The First Week of The Month - To Detect NFP Day

This code can detect if its a friday of the first week of the month. It is usually to detect days with NFP. Sone trader dont want to trade at that day. Maybe this code can help some one who need it

Trend Strength Index Trend Strength Index

The Trend Strength Index indicator measures strength of current trend.