Indicators: iTrend ADXVMA

 

iTrend ADXVMA:

Very well known iTrend indicator but that uses ADXVMA for calculation.

Due to ADXVMA properties it tends to have "flat" periods during the ranging periods, that makes it less sensitive to false changes and combined with iTrend calculation, it seems to be useful combination.

Author: Mladen Rakic

 
Automated-Trading:

iTrend ADXVMA:

Author: Mladen Rakic

 
Maphera:

Please do not make posts just with quotes.

If you have nothing useful to add to a topic - Don't Post!

More nonsense posts and you will be banned.

 

Hi Mladen,


This is really a good indicator. Is there a MT4 version of this indicator? Or could we have one in MT4? Thanks

 

I'm really amazed from the beauty of this creation.

Itrend is useful to point out the flat trend situations and strength of a normal trend but formal itrend is not accurate as this one.

Thanks a million for creating, sharing and publishing, great work Mr. Rakic.

 

Hi Mladen,

I would like to test your indicator iTrend ADXVMA to determine flat perios.

How can I retrieve the relevant values please.

I assume I need these:

   SetIndexBuffer(4,lup    ,INDICATOR_DATA);
   SetIndexBuffer(5,ldn    ,INDICATOR_DATA);
   SetIndexBuffer(6,itrend ,INDICATOR_DATA); 


Thank you very much.

 
irinacfd:

Hi Mladen,

I would like to test your indicator iTrend ADXVMA to determine flat perios.

How can I retrieve the relevant values please.

I assume I need these:


Thank you very much.

https://www.mql5.com/en/code/273

Export Indicator's Values
Export Indicator's Values
  • www.mql5.com
After searching for such script, I decided to create mine, and decided to share it with the MQL5 community. This script exports indicator's values to CSV File along with date and time (you can change the iCustom function parameters to change what indicator to export). Enhanced code; Values are now exported as numbers in spreadsheets e.g Excel...
Reason: