Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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
Uzman Danışmanlar

TrendMeLeaveMe - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
7914
Derecelendirme:
(31)
Yayınlandı:
2017.01.19 17:12
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Author of the idea — Ahmad Waddah Attar, author of the mq5 code — barabashkakvn.

TrendMeLeaveMe is a MetaTrader 5 EA. The semi-automated Expert Advisor using a trend line (TrendLIne). 

Before launching the EA, simply draw a bullish or a bearish trend. Set the properties, launch the EA and you are free to focus your attention on something else.

This is an automated EA. First, you should draw an upward, downward or horizontal trend:

Trend Line 

Name it buystop or sellstop and set the BuyStop_StepUpperBuyStop_StepLowerSellStop_StepUpper and SellStop_StepLower parameters 

When the price enters the area between your buystop and BuyStop_StepLower levels, the EA opens a buystop order following the BuyStop_StepUpper price. When the price enters the area between your sellstop and SellStop_StepUpper levels, the EA opens a sellstop order following the SellStop_StepLower price. 

The EA always changes the OpenPrice for both order types when the price follows a trend till it leaves the displayed area.

You can adjust BuyStop_StopLoss , BuyStop_Takeprofit and BuyStop_Lot to open a buystop order. You can also set SellStop_StopLossSellStop_Takeprofit and SellStop_Lot for a sellstop order.

Here is how it looks on the charts:




Another example:



 


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/16921

Simplest Hedging EA ever Simplest Hedging EA ever

Only for hedge accounts. Opening two opposite positions on a new bar.

XXDPO_HTF XXDPO_HTF

The XXDPO indicator with the timeframe selection option available in the input parameters.

Searching Nearest Bar Searching Nearest Bar

Searching Nearest Bar - searching for the nearest bar.

BBand Width Ratio BBand Width Ratio

An implementation of Bollinger Bands width indicator for MetaTrader 5.