Watch how to download trading robots for free
Find us on Twitter!
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

Fractals Modified - indicator for MetaTrader 5

Published by:
Manuel Sanchon
Views:
9009
Rating:
(32)
Published:
2014.01.09 09:09
Updated:
2016.11.22 07:32
fractalsmod.mq5 (3.93 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This indicator is a small modification of classical Fractals Indicator.

You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.

In the following chart you can see the indicator with parameter values:

  • leftbars=10;
  • rightbars=10;
  • shift=0.

Fractals Modified Indicator MQL5

The parameter leftbars/rightbars indicates the necessary number of bars to the left/right to have either a bottom or a top. Instead, the last parameter, shift, can be choosed to be 0 to have a good visualization of the top/bottom levels.

However, in order to use this indicator it should be convinient to choose it as maximum between leftbars and rightbars. It is in this moment when the top/bottom is created.

In the following chart you can see the same as before with parameters:

  • leftbars=10;
  • rightbars=10;
  • shift=10.

Fractals Modified Indicator MQL5

EasyXML - XML Parser EasyXML - XML Parser

EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.

Simple Display Panel Simple Display Panel

The code is designed to be a simple reference of how to create movable (drag) panels and populate it with information.

Awesome Modified Awesome Modified

This indicator is a modification of classical Awesome indicator. It computes the smoothed rate of change of two exponential means.

MTF RSI Smoothed (recursive) MTF RSI Smoothed (recursive)

Recursive implementation of multi-timeframe smoothed RSI indicator.