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

An automated trading system "Gazonokosilka" (Grass-Cutter) is called so, because the EA trading within this system should «cut cabbage» by small amounts, but frequently. So the parameters like StopLoss and TakeProfit should be chosen as not high, to close the trades, in cases of little price movements. However, the EA should not scalp, and its optimal number of trades is one or two per day.

Trade rules of the «Gazonokosilka» system:
1. Enter on the rollback of price movement
2. Exit by StopLoss and TakeProfit

In such a manner, firstly, it is necessary to detecet the pirce movement or impulse (many variants can be here). Then wait for the rollback of the price (also many variants) and enter the market.

The EA is developed for testing on EUR/USD H1 and intended for experimenting with the «Gazonokosilka» trading system. Since the price movement is determined inside the bar when exeprt is working, the testing must be performed on the ALL TICKS model!!! This is very important.

I represent you the whole code of the expert advisor written in MQL4. The code is well commented and structured, so even an apprentice trader will be able to understand it. You can find the more detailed description of the EA in the article Проект - "Газонокосилка". Советник "gazonkos". (Project - "Grass-cutter. EA ''gazonokos".) published on my website.

Input parameters (external variables) of the EA:

magic – magic number, the EA works only with its own orders using it.
TakeProfit - TakeProfit level in points. It is specified for every order when opening them.
Otkat - The value of the rollback in points. When the price rolls back by this value, the EA passes to the state of opening a trade.
StopLoss - StopLoss level in points. Just the same as TakeProfit, it is specified when opening a position.
t1 – the number of the bar, that takes part in determining the price movenment.
t2 -
the number of the bar, that takes part in determining the price movenment.
delta – the value used when determining the impulse of the price movement.
lot - The size of the position.
active_trades - The maximum number of simultaneosuly opened orders.

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

PriceTrender2 PriceTrender2

The indicator is used to check price locations.

Set2StopOrders Set2StopOrders

Placing two pending stop orders for breaking through some trade range, for example, before the important news are published.

VoltyChannel_Stop_v2.1 VoltyChannel_Stop_v2.1

Another version of indicator VoltyChannel_Stop.

MacdPatternTraderv04. Double peak. From 200 - 1900. MacdPatternTraderv04. Double peak. From 200 - 1900.

An excellent work for the future. A high profitableness.