ALR Trade Manager

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 9 giorni
Feedback del cliente
Everything perfect! Good and fast communication!
Feedback del dipendente
very professional client happy to deal with him again and again :)

Specifiche

The EA will be a trade manager. It won't open positions by itself,
but only manage trades which are opened manually or by another EA.

If a long position is opened the EA sets Stop Loss and Take Profit marks
according to the input parameters (pip-distance from entry price).

BUT these levels are no real SL or TP orders, but only price levels
which require further actions when hit.

If TP is hit, the trade will be closed normally.
If SL is hit, the ALR (automatic loss recovery) algorithm starts.



ALR

example input parameters:
SL: 500
TP: 1500
FixedProfit: 100
MaxTurns: 10


The first trade is opened manually or by another EA. For example 1 Lot long at 1,29500
SL level is  1,29000, TP level is 1,31000.
If SL is hit, the orignal position remains OPEN, but the EA opens an additional position, for example 1.4 Lot short at 1,29000. SL of the 2nd trade is 1,29500, TP of the 2nd trade is 1,27500.

If then TP of the 2nd trade (1,27500) is hit, all positions are closed immediately.
That would be 1 Lot with a loss of 2000pips and 1,4 Lot with a profit of 1500pips --> 100 Pips profit.

BUT: If SL of the 2nd trade is hit, another position is opened, for example 0,93 Lot long at 1,29500.
SL of the 3rd position would be 1,29000 and TP of the 3rd positon would be 1,31000.

If then TP (1,31000) is hit, all positions are closed immediately at 1,31000.
But, if 1,29000 is hit, the game starts all over again.

For better understanding, look at the picture.



The EA should calculate the Lot Size of the next trade which is necessary to
get a certain amount of pips profit. This amount is an input parameter
(can also be zero if you just want the get out of a trade break even).

After 10 turns (also an input parameter) no more new positions should be opened.
But if either TP or SL is then hit all position should be closed immediately.


That's how calculations look like:



Con risposta

1
Sviluppatore 1
Valutazioni
(271)
Progetti
553
50%
Arbitraggio
57
40% / 37%
In ritardo
227
41%
In elaborazione
2
Sviluppatore 2
Valutazioni
(885)
Progetti
1410
67%
Arbitraggio
123
32% / 41%
In ritardo
218
15%
Gratuito
Pubblicati: 1 codice
3
Sviluppatore 3
Valutazioni
(365)
Progetti
507
40%
Arbitraggio
159
17% / 74%
In ritardo
99
20%
Caricato
Ordini simili
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot
EA SPECIFICATION SHEET OBJECTIVE: Build a transparent, non-martingale, non-grid breakout EA for XAUUSD that trades only high‑quality breakouts during London + New York sessions. 1. TRADING INSTRUMENT - XAUUSD only - MT4 platform - 5‑digit ECN broker 2. CORE STRATEGY LOGIC (BREAKOUT + CONFIRMATION) A trade is allowed ONLY when ALL conditions are true: - Candle closes beyond previous high/low (no wick breakouts) -
I am looking to develop a custom Expert Advisor (EA) for MetaTrader (MT4/MT5) based on a defined technical analysis strategy and flexible risk management rules. The EA should operate on a chart and timeframe that I manually specify, with the ability to adapt its behavior dynamically when the timeframe is changed. Core Strategy Logic The EA will execute trades based on predefined technical analysis zones
MT5 Manager API 30+ USD
make an api for mt5 and a trade copier eith the api thst uses local computer no cloud trader api ea mt5 that saves all trade data nd logs time and entry and exit tp sl logs delted pending order api that uses market execution not pending orfer
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA 30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main

Informazioni sul progetto

Budget
10 - 50 USD
Scadenze
da 1 a 5 giorno(i)