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:
- 14797
- Ranking:
- Publicado:
- 2016.02.08 12:52
- Actualizado:
- 2016.04.18 16:14
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
The indicator values are displayed only when new ticks appear. The indicator does not display history.
Description of the indicator settings:
- Symbol_1 = "EURUSD"; — name of the first symbol to display.
- Symbol_2 = "GBPUSD"; — name of the second symbol to display.
- Symbol_3 = "USDCHF"; — name of the third symbol to display.
- Symbol_4 = "USDJPY"; — name of the fourth symbol to display.
- DrawBars = 130; — indicator display limitation, the number of bars. At = 0 displays on all available bars of the chart.
Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/14707

The multitimeframe version of the ChannelsFIBO indicator.

The indicator marks the bars, the size of which exceeds the value specified in the settings.

This is my 1st published code, it is very simple code example: RSI 14 (price close) — open buy when it is < 25, close buy when it is > 50, open sell when it is > 75, close sell when it is < 50.

1 Click "Close All" button to close all your positions (regardless of the pair) will be closed at once.