Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
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
Asesores Expertos

Record IsConnected, Spread, Stop, FreezeLevel - Asesor Experto para MetaTrader 4

Visualizaciones:
13727
Ranking:
(8)
Publicado:
2018.05.09 10:49
Actualizado:
2018.05.10 13:17
\MQL4\Include\
C_LOG.mqh (5.94 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.


Parameters

  • I_RecordPeriodInMinutes - In minutes, how often the spread etc. is recorded.
  • I_InputSymbols - List of input symbols to monitor as a string, delimited by a semi-colon (;).
  • I_BeginningOfLogFile - String used at the start of the log file name.

It should be possible to import the data file into a spreadsheet for analysis using ';' as a delimiter.

You may also need to edit the file so that it imports C_LOG.mqh correctly. I currently have this in the include directory, but it could go into other locations depending on your preference.

Martingale Bone Crusher Martingale Bone Crusher

This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.

Hourly Pivot Points with Color Filling Hourly Pivot Points with Color Filling

Calculate Pivot Points based on H1 bar, according to normal formula and Fibonacci, with color filling.

Average Volume per Hour Average Volume per Hour

Calculate the average volume per hour in a 1 hour chart.

Martingale VI Hybrid Martingale VI Hybrid

A martingale strategy, an old EA that was rebuilt to be efficient.