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

An Expert Advisor - Index Moving Average - MetaTrader 5용 expert

조회수:
17616
평가:
(42)
게시됨:
2010.07.30 18:16
업데이트됨:
2016.11.22 07:32
\MQL5\Indicators\
ima.mq5 (1.76 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This Expert Advisor implements the trading strategy, based on the Index Moving Average (IMA) indicator, its money management system dependent on the specified risk and loss size.

The strategy

The daily bars are used for trading. The signals checks when the new bar is appear.

The formulae is:

k=(ima0 – ima1)/|ima1|

where ima0 – the current value of IMA indicator, ima1 – is the previous value of the IMA indicator.

  • Open long position, when k>= 0,5;
  • Open short position, when k<= -0,5.

The management of opened position is based on the trailing stop, specified in the value of the take parameter.
The loss trade is closed, according the specified drop parameter.

The lot size is changed with the minimal step up to the value, specified in max_lots parameter.

If this value is equal to 0, the lot can be from the minimal up the maximal allowed for the symbol.

An Expert Advisor - Index Moving Average

An Expert Advisor - Index Moving Average

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

Index Moving Average Index Moving Average

The indicator shows the rate of change of the simple moving average.

The "Night" Expert Advisor The "Night" Expert Advisor

An Expert Advisor for trading during the night.

Heiken Ashi On Adaptive Moving Average Heiken Ashi On Adaptive Moving Average

This is the Heiken Ashi indicator, based on the averaged Open, High, Low and Close prices, averaged using the Adaptive Moving Average.

Free Fuzzy Logic Library functions Free Fuzzy Logic Library functions

The API functions to Free Fuzzy Logic Library.