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

Moving Average Trade System - MetaTrader 4용 expert

조회수:
16251
평가:
(7)
게시됨:
2008.05.14 07:24
업데이트됨:
2016.11.22 07:32
4_SMA.mq4 (4.67 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The strategy is based on Moving Average with the periods of 5/20/40/60.

The system is described in more details here.
A detailed article devoted to the system testing is available in our magazine's issue of 07.04.2008.
You can discuss the system and make suggestions on it on our forum.


Trading Strategy Algorithm:
1. Build four SMAs (Simple Moving Averages) with the periods of 5/20/40/60.
2. Use
M30 chart, symbol EUR/USD, lots 0.1.
3.
StopLoss: 60 points (EUR/USD).

Buying:
1. SMA40 is intersected by SMA60 from bottom to top.
2. Close when they intersect in the opposite direction.

Selling:
1. SMA40 is intersected by SMA60 from top to bottom.
2.
Close when they intersect in the opposite direction.


Testing on EURUSD М30 with standard inputs (StopLoss 60, no Trailing Stop or TakeProfit):


Optimization after Trailing Stop and TakeProfit have been added to the EA:

Testing on EURUSD М30 after optimization (for the same time period):



You can view a forward test outside the optimization area in our magazine's issue of 07.04.2008.


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

FX-TREND FX-TREND

The indicator shows the trend on a daily chart(2) using indicator ZIGZAG-FRACTALS. It also shows the enter price for HIGH/LOW of the preceding bar on the current timeframe.

Fast_oscilator_2 Fast_oscilator_2

A fast oscillatorб also suited for scalping.

RelUpTrLen RelUpTrLen

The indicator represents the ratio between the length of the up-trend found and the length of the entire range where the indicator is searching for an up-trend.

RelDownTrLen RelDownTrLen

The indicator displays the ratio between the length of the current down-trend (in bars) and the total length of the period barsToProcess (of course, in bars, as well) where the down-trend is searched for.