당사 팬 페이지에 가입하십시오
SelfGenerator - MetaTrader 5용 스크립트
- 조회수:
- 6024
- 평가:
- 게시됨:
- 2011.01.11 09:40
- 업데이트됨:
- 2011.10.12 15:48
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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...... ;-)
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.