Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 22005
- Valutazioni:
- Pubblicato:
- 2008.11.03 08:48
- Aggiornato:
- 2014.04.21 14:53
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Rabbit 2 updated with correct set!

The indicator shows the break through line.

Indicator of Bollinger bands.

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