Mira cómo descargar robots gratis
¡Búscanos en Telegram!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Evalúe su trabajo en el terminal MetaTrader 5
- Visualizaciones:
- 21590
- Ranking:
- Publicado:
- Actualizado:
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
The indicator specifies on trend and lateral movements of the price.
The description of adjustments:
- period_fast - Period of averaging for calculation fast sliding average;
- period_slow - Period of averaging for calculation slow sliding average;
- ma_shift - Shift of the indicator concerning the price diagram;
- ma_method - Method of averaging.
Can be any of meanings(importance) of methods sliding average (Moving Average)
- 0 - (SMA) Simple sliding average.
- 1 - (EMA) sliding average. SMMA
- 2 - (SMMA) Smoothed sliding average. LWMA
- 3 - (LWMA) Linearly - is weighed sliding average.
applied_price - Used price. There can be any of price constants:
- 0 - (CLOSE) the Price of closing.
- 1 - (OPEN) the Price of opening.
- 2 - (HIGH) a Ceiling price.
- 3 - (LOW) a floor Price.
- 4 - (MEDIAN) the Average price, (high+low) /2.
- 5 - (TYPICAL) the Typical price, (high+low+close) /3.
- 6 - (WEIGHTED) the Weighed price of closing, (high+low+close+close) /4.

The moving average that divides the prices for classes. The classes with extreme price get bigger weight (importance)

Drag and drop wave counts.

I wrote a new indicator to find the range bound period, then we can place order when the price break the range bound.
![[EA] - Charles-1.3.7](https://c.mql5.com/i/code/expert.png)
Improvements to the previous version.