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

Tuyul GAP - MetaTrader 5용 expert

조회수:
956
평가:
(2)
게시됨:
2025.06.11 16:03
TuyulGAP.mq5 (13.33 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EA Name: TuyulGAP.mq5
Version: 1.00
Author: zvickyhac
Platform: MetaTrader 5
Strategy Type: End-of-week Gap Trading using Dynamic High/Low

Description:
TuyulGAP is an Expert Advisor (EA) developed for MetaTrader 5, designed to automate a gap trading strategy that targets potential price gaps at the beginning of the trading week. The EA places Buy Stop and Sell Stop pending orders based on the highest high and lowest low from a user-defined number of past candles (bars) on Friday night before the market closes.

Key Features:

  • Automatic Pending Orders: Places Buy Stop and Sell Stop orders above and below a dynamic price range derived from recent price action.

  • Scheduled Execution: Active only on Friday at a specified time (default: 23:15 server time).

  • Order Management: Automatically deletes pending orders on Monday and ensures only one order setup per week.

  • Day and Time Filter: Ensures trading activity is restricted to specific day and hour settings.

  • Profit Locking: Automatically closes positions that reach a specified profit target in USD.

  • Simple Configuration: Input parameters include lot size, stop loss, magic number, max open trades, and secure profit target.

Key Input Parameters:

  • LotSize : Size of each trade.

  • StopLoss : Stop loss in points.

  • LookbackBars : Number of candles analyzed for determining high/low levels.

  • SecureProfitTarget : USD profit threshold to close open positions.

Notes:

  • The EA is limited to one open trade at a time ( MaxOpenTrade = 1 ).

  • No technical indicators are used.

  • There is no built-in take profit or trailing stop, apart from secure profit closing logic.

Use Case:
This EA may be suitable for traders looking to automate weekend gap setups, with pending orders deployed before the market closes on Friday.


Divergence Awesome Ocilator Divergence Awesome Ocilator

This MQL5 custom indicator detects divergences between price action and the Awesome Oscillator (AO), signalling potential market reversals or continuations. It plots buy/sell arrows on the chart, displays the AO as a histogram, and draws trendlines to highlight divergences.

Partial close Sell Orders Partial close Sell Orders

Partially close active sell orders

Supertrend by KivancOzbilgic Supertrend by KivancOzbilgic

This is the exact conversion from pine script source code Supertrend by KivancOzbilgic

GZIP - Decode GZIP - Decode

Unpack GZIP archives from *.gz files or responses from sites compressed with this format.