당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 5762
- 평가:
- 게시됨:
- 2018.07.13 15:10
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Idea by: Risdyanto Risdyanto.
MQL5 code by: barabashkakvn.
Indicator Resistance & Support is used:
The Expert Advisor works in two timeframes: Indicator Resistance & Support is constructed on the current timeframe, while object Fibonacci Lines (OBJ_FIBO) is based on the High and Low of the daily timeframe, and parameter "Number of DAUY bars for finding support and resistance levels" is equal to "1":
Inputs
- Lots - position volume
- Trailing Stop (in pips) - trailing
- Trailing Step (in pips) - trailing step
- Number of DAUY bars for finding support and resistance levels - amount of days for calculating Fibo
- MA: averaging period - Moving Average averaging period
- MA: horizontal shift - horizontal Moving Average shift
- MA: smoothing type - Moving Average smoothing type
- MA: type of price - price type used as the basis for calculating the Moving Average indicator
- magic number - the unique EA identifier
Exemplary testing on EURUSD,M15:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21120

ADX trend smoothed - multi time frame

ADX trend - smoothed

An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.

Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).