거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

DPO - MA modified - MT5 - MetaTrader 5용 지표

조회수:
2457
평가:
(3)
게시됨:
2024.07.12 14:42
업데이트됨:
2024.08.10 01:09
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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