거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
8562
평가:
(17)
게시됨:
2016.02.01 09:13
업데이트됨:
2016.11.22 07:32
mava-mql.mq4 (2.74 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor MAVA-XonaX uses moving averages based on the open and close prices.

Attach four MA indicators with the period equal to 6 to the H4 EURUSD chart. One is based on the opening prices MAopen, the second one — on the closing prices MAclose. These are signal indicators. The third one is based on the High prices MAhigh and the last one — on the Low prices MAlow.

When the trend is downward, the opening price of the candlesticks is higher than the closing price, which means that the moving average based on the opening prices will be higher and vice-versa. Thus, buy if MAclose crosses MAopen from below and sell as soon as MAopen goes above MAclose.

To use the MA indicator to its fullest, the take profit will be placed as the average spread for the given period, which calculated by the formula MAhigh – MAlow. Stop loss for sell: 2*(MAhigh – MAopen), stop loss for buy, respectively: 2*(MAclose – MAlow).

The Expert Advisor has been tested on the period 20.02.2015 – 16.07.2015.

Testing Results:


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

The universal trend indicator The universal trend indicator

It shows the trend direction for multiple currency pairs on the current time frame.

Stowell's Three-Bar Net Line Stowell's Three-Bar Net Line

The indicator plots two Stowell patterns on the right edge of the chart: upper and lower.

DayATR DayATR

The Average True Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.

DayBB DayBB

The Bollinger Bands indicator, in which the indicator period is calculated automatically using the number of bars of the current day.