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

Carbophos - MetaTrader 5용 expert

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

Author of the idea: Evgeny, mq5 code author: barabashkakvn.

The Expert Advisor sets a grid of pending orders above and below the current price.

The EA algorithm is as follows: if there are no pending orders and no positions, the EA sets five pending Sell Limit and five pending Buy Limit orders. Then the EA monitors the market: if profit reaches the "Profit target" value or loss reaches "Maximum loss", all open positions are closed and remaining pending orders are deleted.


Input Parameters

  • Profit target (in money) - the target profit value; when it is reached, all positions will be closed.
  • Maximum loss (in money) - the maximum allowable loss; when it is reached, all positions are closed.
  • Step (in pips) - distance between pending orders.
  • Lot - volume of orders.

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

Burg Extrapolator Burg Extrapolator

The Expert Advisor uses Burg's method for linear prediction.

Pending orders DOWN Pending orders DOWN

The scripts places multiple pending orders lower than the current price.

TRIX ARROWS TRIX ARROWS

The Triple Exponential Average (TRIX) indicator + the signal line + arrows at the intersection of the signal and the main lines.

EA Trix EA Trix

An expert advisor based on the TRIX ARROWS indicator.