거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

One MA EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5987
평가:
(14)
게시됨:
2018.08.23 13:17
One MA EA.mq5 (31.39 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea: Iurii Tokman

MQL5 code author: barabashkakvn

The EA trades by a single iMA (Moving Average, MA) indicator. All indicator parameters are included to the inputs. Operation is performed at each tick: as soon as a signal is received and there are no open positions in the direction of a signal, the signal can be executed.


Position opening decision logic

Indicator data are taken from Current Bar (get MA). Open, High and Low data are taken from Current Bar (get OHLC). Conditions for being in the channel, where the upper border is calculated as "MA" plus Ceiling of the channel and the lower one is "MA" minus Floor of the channel.


Levels

Stop Loss and Take Profit parameters can be disabled. To do this, set "0". Keep in mind that if Stop Loss is "0", we may receive frozen loss-making positions that are never closed by the EA.

Sample test on EURUSD M15:

One MA EA

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21499

Chaikin_Volatility_Histogram Chaikin_Volatility_Histogram

Chaikin volatility indicator as a colored histogram.

3sma 3sma

The EA based on three iMA (Moving Average, MA) indicators.

AMA Histogram Normalize AMA Histogram Normalize

Version of the AMA Histogram indicator.

Ozymandias_System_Alert Ozymandias_System_Alert

Ozymandias_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.