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

LacusTstopandBE - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4602
평가:
(33)
게시됨:
2018.03.01 11:23
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: Lacus1977, the mq5 code author: barabashkakvn.

The Expert Advisor is only designed for manual trading. The EA sets stop loss and take profit for positions and pending orders on the current symbol. It also has trailing stop and breakeven functions.


Input Parameters

  • Stop loss - stop loss value;
  • Take profit - take profit value;
  • Close all if profit reached the x percent of balance or - close all positions once the total profit reaches x percent of balance;
  • close all if profit reached the x profit amount in currency - close all positions once the total profit reaches the specified amount in the deposit currency;
  • Close if profit reached x profit amount - close a position once its profit reaches the specified amount in the deposit currency;
  • Trailing Start after reaching x pips - trailing start setting;
  • Trailing Stop distance from current price - trailing step setting;
  • Breakeven Gain after reaching x pips - the number of profit points after which a position will be moved to breakeven;
  • Breakeven x pips locked in profit - the number of points to move the breakeven point;
  • Stealth mode for Stoploss and Takeprofit values - hidden mode.


Example

A Buy position is opened without a stop loss and take profit. The EA sets preset stop loss and take profit values.

Suppose, the price moves in a favorable direction and makes Breakeven Gain after reaching x pips point of profit. The EA sets the breakeven at Breakeven x pips locked in profit points. The price moves higher and the EA trails Stop loss following the price: every Trailing Start after reaching x pips stop loss is trailed by Trailing Stop distance from current price points.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/19776

SAR index based on MA SAR index based on MA

The SAR indicator calculated based on the iMA (Moving Average, MA) indicator values.

ZigZagEvgeTrofi ver. 1 ZigZagEvgeTrofi ver. 1

A trading system based on the ZigZag indicator.

VR---ZVER v.2 VR---ZVER v.2

It is a further development of the first VR---ZVER version. The new version features trailing stop, a separate flag for allowing/prohibiting BUY positions, a separate flag for allowing/prohibiting SELL positions.

Advanced Fractals Advanced Fractals

Unlike the standard Fractals, this indicator allows searching and displaying on a chart fractals with the user defined dimensions.