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

BIG DOG - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3454
평가:
(19)
게시됨:
2017.03.02 09:54
업데이트됨:
2018.06.25 15:39
BIG DOG.mq5 (19.2 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The EA places pending stop orders BUY_STOP and SELL_STOP.

Recommended timeframe — M15. 

Author of the idea — Yuriauthor of the MQL5 code — barabashkakvn.   

Trading rules:

  • Find the maximum price value in the interval between 14 and 16 hours terminal time and place a pending Buy stop order at this level. Find the minimum price value in the interval between 14 and 16 hours terminal time and place a pending Sell stop order at this level.
  • The distance between the maximum and minimum should be no more than 50 points, otherwise the orders should not be placed.
  • Take Profit is 30 points. 
  • Stop Loss is set at the price level of the opposite trade. Untriggered orders are deleted at the end of the day.


 

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

Autotrade Autotrade

The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.

2MA_4Level 2MA_4Level

The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.

Reconstruction of positions Reconstruction of positions

An example of working with the trading history on Hedge accounts — reconstruction of positions.

TrailingStop TrailingStop

An example of an Expert Advisor with a Trailing Stop implementation.