Multi Timeframe Indicators - page 166

 

JMA in xpMA - authentic NKositsin version

if you have installed NK's Library (not everybody has) - it contains dozens of JMAs - just use directly from the library

 

max range mtf (ADTR thread) https://www.mql5.com/en/forum/178392

description (in the code)

//| Gives the maximum and minimum values for given number of bars. |

//| You can set a limit value so that if the (absolute) value is |

//| below this limit then histogram bars are red, otherwise green. |

//| |

//| GreenLimit: Limit for green bars in histogram |

//| NumbOfBars: Number of bars starding from the current bar and |

//| including the current bar. |

//| OnlyMax: If true, then only maximimum value for the current |

//| bar is shown. |

//| OnlyMin: If true, then only minimum value for the current |

//| bar is shown.

extern int GreenLimit=75; // limit for green bars in histogram

extern int DarkGreenLimitOffset=30; // Offsetlimit from GreenLimit for darkgreen bars in histogram

// If GreenLimit = 75 and DarkGreenLimitOffset = 20

// then DarkGreenLimit = 95. If <= 0 then not in use.

extern int NumbOfBars=15; // including the current bar PaleGreen LimeGreen

extern bool OnlyMax=false;

extern bool OnlyMin=false;

Files:
 

The last time I checked this is the MTF indicator thread...and it is not my intention to derail it.

I come to this thread often to search for indicators in hopes they will be written into EA's.

Peace

ElectricOldFartSavant

 
 

Will some coder save us the time and put this on automatic?

 

What is this?...you trying to take away readers from tsd?...don't you like us here?

ES

TheRumpledOne:

Easy to read indicators can be found on http://www.kreslik.com

From now on that's where I will be posting my code.
 

..........................

 

yea, very wide interpretation - if it uses (shows) more then one TF, we can call it MTF

but normally (traditionaly in this thread) you put (mtf) abbr. to file name to let user know - inicator can show on current TF data from other (normally higher) TF; and TF can be switched by user input

 

Tro,

I must admit that I am a convert. After seeing your work and the work of others such as FurraFx and CJ (Signal Bars - I think this one started the trend) there is no looking back.

Having the ability to view what is happening on each time frame in a market like Forex is an absolutel must and the only way to trade.

IMO, to often when trading a lower time frame chart everything looks good and then BAM it suddenly reverses against you. A little investigation of a higher time frame chart uncovers why. These indicators greatly help in keeping on the right side of the trade, and keeping you out when the timing isn't right.

Cheers,

Hiachiever

 

whatewer work for whom - i need my lines

that's why we here - building all shapes and sizes...

Reason: