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

AutoSLTP - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
6407
평가:
(27)
게시됨:
2017.11.03 12:23
AutoSLTP.mq5 (17.54 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

This assistant tool sets Stop Loss and Take Profit for all open orders. Symbol settings, position type, Stop Loss and Take Profit are specified in an external file.


Requirement for the configuration file

The file should be saved as "AutoSLTP.txt" in [data folder]\MQL5\Files\AutoSLTP\AutoSLTP.txt


The format of writing to the file

A separate line is written for each symbol and position type. The format of entry:

[symbol name]*[position type]*[stop loss]*[take profit]


Parameters

  • [symbol name] - is the name of the traded symbol;
  • [position type] sets the type of position to be opened. It can be either "POSITION_TYPE_BUY" or "POSITION_TYPE_SELL".
  • [stop loss] - Stop Loss. Set as integer values.
  • [take profit] - Take Profit. Set as integer values.


An example of the settings file

AUDCAD*POSITION_TYPE_BUY*50*96
AUDCAD*POSITION_TYPE_SELL*40*46
USDJPY*POSITION_TYPE_SELL*80*38

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

Four_MA_Strength_HTF Four_MA_Strength_HTF

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

Last ZZ50 Last ZZ50

The strategy is based on the ZigZag indicator and pending orders.

VolatilityValues VolatilityValues

The indicator shows a text block with the values ​​of the user defined Volatility period for each timeframe.

ColorDerivative ColorDerivative

The Derivative indicator implemented as a colored histogram with an additional averaging.