Rejoignez notre page de fans
Record IsConnected, Spread, Stop, FreezeLevel - expert pour MetaTrader 4
- Vues:
- 14105
- Note:
- Publié:
- 2018.05.09 10:49
- Mise à jour:
- 2018.05.10 13:17
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.
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 FillingCalculate Pivot Points based on H1 bar, according to normal formula and Fibonacci, with color filling.
Calculate the average volume per hour in a 1 hour chart.
Martingale VI HybridA martingale strategy, an old EA that was rebuilt to be efficient.