Unisciti alla nostra fan page

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously - indicatore per MetaTrader 4
- Visualizzazioni:
- 21597
- Valutazioni:
- Pubblicato:
- 2009.01.12 07:33
- Aggiornato:
- 2014.04.21 14:53
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
My first indicator. Maybe it will be useful for somebody.
The idea of creation was the following: to see the values of a parameter calculated for different timeframes not to open many charts simultaneously and not to compare the data visually. In this indicator the calculated parameter is the direction of MA moving.
The accounting of indications of a timeframe can be selectively turned on/off. Everything should be logically understandable. (1 - include into the calculation, 0 - exclude): M1 = 0; M5 = 1; M15 = 0; M30 = 0; H1 = 1; H4 = 1; D1 =1.
The period of averaging can be specified for each period: M1_per = 20; M5_per = 5; M15_per = 12; M30_per = 8; H1_per = 10; H4_per = 3; D1_per = 5.
Only the smoothing method and the used price are specified one for all МАs: method = 3 (0 - SMA, 1 - EMA, 2- SSMA, 3 - LWMA); price = 5 (0 - close, 1 - open, ..., 5 - typical, 6 - weighted).
My deposit has increased from 18000 to 31000 for three days on the demo account. (I opened the positions manually once a snippet of any color appeared, I closed positions intuitively :))
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/8581

EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.

Indicator of the morning flat.

The function of adduction of the price to the correct form for the given symbol by means of rounding or discarding the excess.

A package of libraries with the file functions for working without the limitations in any directories.