Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

EA Stop Order - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
6980
Valutazioni:
(22)
Pubblicato:
2018.06.06 12:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Author of the idea: Vladimir Khlystov, MQL5 code author: barabashkakvn.

The Expert Advisor places a grid of pending Buy Stop and Sell Stop orders. When the profit reaches or exceeds Profit purpose, all positions are closed and all pending orders are deleted. After that the cycle is repeated anew.


Input Values

  • Profit purpose (in money) - profit target in money;
  • Use Buy stop - enable/disable Buy Stop orders;
  • Use Sell stop - enable/disable Sell Stop orders;
  • Maximum pending orders - the maximum number of orders of each type;
  • StopLoss ("0" -> off);
  • TakeProfit ("0" -> off);
  • Distance from current price - distance from the current price;
  • Lots - the lot size of the first order;
  • Lot Ratio - lot increase ratio; if you do not want to increase lot, set the parameter to 1.0;
  • magic number - unique identifier for the EA.

Example of testing in the "Every tick based on real ticks" mode on EURUSD:

EA Stop Order

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20304

Highest Lowest Highest Lowest

The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style.

JP Oscillator JP Oscillator

A trend oscillator.

HLBands HLBands

An indicator of daily levels.

APR APR

Average Period Range - an indicator of the average daily range.