Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

DPO - MA modified - MT4 - indicador para MetaTrader 4

Visualizaciones:
2441
Ranking:
(3)
Publicado:
2024.07.15 05:39
Actualizado:
2024.07.16 11:11
DPO_modified.mq4 (8.41 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

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.

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

MACD Sample MACD Sample

Classical MACD Sample.