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

e-Skoch pending orders - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4945
평가:
(30)
게시됨:
2017.11.03 12:38
업데이트됨:
2018.06.26 15:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

The EA executes trading operations at the opening of the bar, and does not work inside the bar (does not analyze ticks).

The "e-Skoch pending orders" Expert Advisor places stop orders based on the following rules:

  • Buy Stop: if the high of bar #2 on the D1 timeframe is higher than the high of bar #1 on the D1 timeframe and the high of bar #2 on the current timeframe is higher than the high of bar #1 on the current timeframe.
  • Sell Stop: if the low of bar #2 on the D1 timeframe is lower than the low of bar #1 on the D1 timeframe, and the low of bar #2 on the current timeframe is lower than the low of bar #1 on the current timeframe.


Input Parameters

  • Lots - lot size.
  • Take Profit for BUY (in pips) - the take profit level for pending buy orders.
  • Stop Loss for BUY (in pips) - the stop loss level for pending buy orders.
  • Take Profit for SELL (in pips) - the take profit level for pending sell orders.
  • Stop Loss for SELL (in pips) - the stop loss level for pending sell orders.
  • Indenting price from High (in pips) - distance from the high of the bar on the current timeframe.
  • Indenting price from Low (in pips) - distance from the low of the bar on the current timeframe.
  • true -> If there is a position, do not place a pending order - prohibits placing pending orders if there is an open position.
  • Percent equity - profit as percent of equity.
  • magic number - Expert Advisor's unique identifier.

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

Locker Locker

The EA lock positions.

Alligator Alligator

A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.

Nova Nova

The Expert Advisor checks the direction in which the price has been moving for the last 10 seconds, and opens a position in accordance with the movement. The EA sets Stop Loss and Take Profit.

MACD Stochastic MACD Stochastic

The trading system is based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator)