Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

DPO - MA modified - MT5 - indicator for MetaTrader 5

Views:
3095
Rating:
(4)
Published:
2024.07.12 14:42
Updated:
2024.08.10 01:09
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to 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

Detrended Price Oscillator - MA modified


DPO modified Setup Menu


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.

MT4 version available at https://www.mql5.com/en/code/50863

Risk reward box Risk reward box

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.

SL-TP Values SL-TP Values

Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.

Raymond Cloudy Day For EA Raymond Cloudy Day For EA

Raymond Cloudy Day For EA, a revolutionary trading tool created by Raymond and expertly developed for the MT5 platform. This innovative indicator integrates a cutting-edge calculation method with advanced algorithms, surpassing traditional Pivot Points to enhance trading strategies with unparalleled precision.

Hacking objects in an EX5 Hacking objects in an EX5

A demonstration on how to modify objects in an indicator without having the source code