Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

TrendMeLeaveMe - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
8431
Valutazioni:
(31)
Pubblicato:
2017.01.19 17:12
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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:



 


Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.