Trend Tracker Expert Advisor

MQL4 Göstergeler Uzmanlar

İş tamamlandı

Tamamlanma süresi: 21 saat
Geliştirici tarafından geri bildirim
Thanks!

Şartname

Hi,

I'm looking for someone to create an Expert Advisor that will open/close a trade based on the custom MT4 Indicator "Trend Tracker" (https://www.mql5.com/en/market/product/13718). That custom indicator has an output based on two tracker lines: Swing (for long trends) and Tracker (for early breakout trends). Based on this the desired expert advisor should work the following way:

 

EA Logic: 

  • Wait for a new signal from the Trend Tracker indicator.
  • If the signal shows BUY:
    • If there's an open order...
      • If there's an existing SELL order...
        • Close the existing SELL order.
        • Open a new BUY order.
      • else (there's an existing BUY order)
        • Do nothing.
    • else (no open orders)
      • Open a new BUY order.

  • If the signal shows SELL (same principle as for BUY):
    • If there's an open order...
      • If there's an existing BUY order...
        • Close the existing BUY order.
        • Open a new SELL order.
      • else (there's an existing SELL order)
        • Do nothing.
    • else (no open orders)
      • Open a new SELL order.

  1. Basically it's about having a BUY order when the signal is showing buy. As soon as the signal shows SELL, we close the BUY order and open a new SELL, and viceversa.
  2. There can be only 1 open order at a time. Opening a new order means closing an existing one.
  3. The type of signal (act only upon Swing line, Breakout line, or any) is defined in the list of parameters.
  4. The lot size is to be defined in the parameters.

Desired parameters:

  • Magic: 8-digit unique Magic Number of the EA (by default "28757148").
  • Signal: list. Contains "Swing", "Tracker", "Any". It defines the type of indicator signal to be listening to for opening/closing trades: swing line, tracker line or any of them (by default "Swing").
  • Size: lot size of the trades to be opened (by default "0.1").
  • Investment: used to calculate dynamic lots based on the account equity (by default "0").
    • When zero the lot size will always be fixed as indicated in the "Size" parameter".
    • When there is a positive value the lot size will be calculated according to the following formula: Equity / Investment * Size. For instance, if the equity is $1,000, "Investment" is 200, and "Size" is 0.1 the EA will add "0.1" lots for every "200" units of equity, that is: 1,000 / 200 * 0.1 = 0.5 lots.
  • Comment: custom comment of the trade (by default "swing").
  • Foreground: color picker for the foreground text (by default "White").

 

Please let me know should you need any clarification. Thanks in advance.

Dosyalar:

TXT
TTee.txt
2.4 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(365)
Projeler
507
40%
Arabuluculuk
159
17% / 74%
Süresi dolmuş
99
20%
Yüklendi
2
Geliştirici 2
Derecelendirme
(39)
Projeler
44
16%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
7
16%
Serbest
Benzer siparişler
Scalping EA/straddle 30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Subject: Looking for an Experienced MQL Developer for Long-Term Collaboration (Mechanical Strategy) Hello everyone, I am reposting my request from last year. Due to work commitments, I couldn't dedicate time to this project back then, but now I am fully ready to move forward. I am looking for a highly experienced, verified MQL4/MQL5 programmer to automate my trading strategy. About the project: Rule-based &
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase

Proje bilgisi

Bütçe
10 - 30 USD
Son teslim tarihi
from 1 to 3 gün