거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

EA Stop Order - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
7769
평가:
(22)
게시됨:
2018.06.06 12:48
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.