당사 팬 페이지에 가입하십시오
EMA 6.12 - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 7533
- 평가:
- 게시됨:
- 2018.01.22 10:02
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The author of the idea: John Smith, the mq5 code author: barabashkakvn.
The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit. Sell positions are closed when a Buy signal appears, and vice versa.
Take profit and trailing stop can be set to 0 to turn them off.
Input Parameters
- Lots - position volume;
- Take Profit (in pips) - Take Profit value;
- Trailing stop (in pips) - trailing stop value;
- Trailing Step (in pips) - trailing step value;
- MA fast: averaging period - averaging period of the fast Moving Average;
- MA slow: averaging period - averaging period of the slow Moving Average;
- magic number - Expert Advisor identifier.
Individual parameters should be selected for each symbol. EA's default parameters are intended for EURUSD,H1. Results:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/19546
An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.
FOREX Currency PowersMetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.
An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Fixed lot.
Momo_tradesThe Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account.