Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Tuyul GAP - expert for MetaTrader 5

Views:
573
Rating:
(1)
Published:
2025.06.11 16:03
TuyulGAP.mq5 (13.33 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.