Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
11630
Derecelendirme:
(6)
Yayınlandı:
2008.07.17 07:08
Güncellendi:
2016.04.07 07:02
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.