Adx difference between tradingview and mt4

 

Hey all.

Sorry if  i dont get this across correctly. im new and am trying to help my developer.

i have a strategy that relies on the ADX from tradingview... but trying to use the default ADX on mt4 is messing it up. its totally different. how do i get the same adx on mt4 as i have on tradingview?

please help!

 

I think that is because you're not using the Wilder version of ADX in MetaTrader.

Use ADX Wilder for MetaTrader, It's almost the same on both platforms.


ADXW

 
Ehsan Tarakemeh:

I think that is because you're not using the Wilder version of ADX in MetaTrader.

Use ADX Wilder for MetaTrader, It's almost the same on both platforms.



But the MT4 doesn't have the Wilder version of ADX. You can convert the mql5 version of the same indicator to mql4. You may also search in CodeBase to find it for MT4.

I have attached the MT5 source code of ADXW in case you need it for conversion.

MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it Are you tired and lost when it comes to creating an attractive market watch list ? You always see pro traders creating an attractive...
Files:
ADXW.mq5  7 kb