당사 팬 페이지에 가입하십시오
- 조회수:
- 2650
- 평가:
- 게시됨:
- 2018.06.18 12:19
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.
If the oscillator is below the oversold level, it paints the color squares in pink; if it is above the overbought level, it paints them in green. Otherwise, the squares are gray. The indicator uses the values of the last closed bars.
For the indicator to operate, the AnchoredMomentum.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig.1. Indicator AnchoredMomentum_x10
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20831

A trading system based on the signales of indicator ATR_Normalize_Histogram

Indicator ATR_Normalize_Histogram with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.

The inverted chart of the current financial instrument, displaying Ask and Bid price levels.

Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.