Join our fan page
SelfGenerator - script for MetaTrader 5
- Views:
- 6018
- Rating:
- Published:
- 2011.01.11 09:40
- Updated:
- 2011.10.12 15:48
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This script generates a file with its own source code (solution of the classical program in MQL5).
It may be useful to study programming and algorithms.
- Where is the source code?
- Just launch the script and you will get it in 'MQL5\Files' folder.
Also you can check several generations...... ;-)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/260
Trade signals based on price crossover with moving average indicator confirmed by ADX is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
DXMAThe DMI Expanded Moving Average Indicator.
Trade signals based on price crossover of two exponentially smoothed moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
MQL5 Wizard - Trade Signals Based on Crossover of Two EMA with intraday time filterTrade signals based on price crossover of two exponentially smoothed moving averages with intraday filter is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.