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

Madeleine_v2.0 - indicator for MetaTrader 4

Views:
21447
Rating:
(4)
Published:
2008.11.03 08:48
Updated:
2014.04.21 14:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Another version of the Madeleine indicator.

Input Parameters:

string str="Madeleine_v2.0";
extern string _Bars="Number of bars to be drawn";
extern int cfg_Bars=18; //number of bars to be drawn
extern string Ray="Rays drawing";
extern bool cfg_Ray=false; //rays drawing
extern string HL1="High (315), Low (45)";
extern bool cfg_HL1=true; //drawing only by High (315), Low (45)
extern string OC1="Open (315), Close (45)";
extern bool cfg_OC1=false; //drawing only by Open (315), Close (45)
extern string HL2="High (45), Low (315)";
extern bool cfg_HL2=false; //drawing only by High (45), Low (315)
extern string OC2="Open (45), Close (315)";
extern bool cfg_OC2=false; //drawing only by Open (45), Close (315)

Madeleine_v2.0

Rabbit3   £100 start   Zero to Hero    Updated Rabbit3 £100 start Zero to Hero Updated

Rabbit 2 updated with correct set!

i-CAi i-CAi

The indicator shows the break through line.

GRFLeadingEdge GRFLeadingEdge

Indicator of Bollinger bands.

Butterworth Moving Average Butterworth Moving Average

It represents a standard MovingAverage indicator with the function of smoothing by the second-order Butterworth filter added.