Mira cómo descargar robots gratis
¡Búscanos en Twitter!
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:
- 55144
- Ranking:
- Publicado:
- 2005.11.29 13:17
- Actualizado:
- 2014.04.21 14:52
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
Use this script to make nonstandard timeframe of
symbol based on standard timeframe. For example, to make 3-hours
timeframe H3 for selected symbol you should:
- Open H1 chart.
- Attach to chart 'Period_converter.mq4' MQL4 file from 'Script' folder of 'Navigator' window.
- On 'Common' tab check 'Allow DLL imports' and clear 'Confirm DLL function calls' checkbox.
- On 'Inputs' properties tab please set 'ExtPeriodMultiplier' variable value to 3 (you'll get H1*3 = H3).
- Click OK.
- Open H3 chart in offline mode ('File – Open Offline'). H3 chart will be updated every 2 sec (by default) while H1 chart with attached 'Period_converter.mq4' will be opened.

The Expert Adviser Moving Average uses for trade signal generation one moving average.

The script sends SELL STOP pending order with expiration data and printing number of ticket.

Improved period converter support real-time refreshing, low CPU cost and other features.

A form of trading system using Price Channel principles has been implemented.