당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 5613
- 평가:
- 게시됨:
- 2017.03.02 11:37
- 업데이트됨:
- 2018.02.15 17:34
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author of the idea — Yuri, author of the MQL5 code — barabashkakvn.
The strategy is based on Moving Averages with the periods of 5/20/40/60.
The algorithm of the trading strategy:
1. Building four SMAs (Simple Moving Average) with the periods of 5/20/40/60;
2. Work in М30, symbol EUR/USD, lots 0,1;
3. STOP LOSS: 60п. (EUR/USD)
Buy:
1. SMA40 crosses SMA60 from bottom up;
2. Close at the reverse crossing.
Sell:
1. SMA40 crosses SMA60 from top down;
2. Close at the reverse crossing.
Results in EURUSD, M30:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17400

The XprofuterDD indicator with the timeframe selection option available in the input parameters.

The indicator is derived from the NRTR indicator.

The indicator draws i-OneThird indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

The Linear_Price_Bar indicator with the timeframe selection option available in the input parameters.