Trade Management

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 6 giorni
Feedback del cliente
Great to work with!

Specifiche

I will need a trade management EA that managements all OPEN trades, Pending trades, the Recent X recent number of OPEN trades, and Oldest X  open trades.

Scenrio 1:

Close all OPEN trades that are in profit and also close all pending orders.

Scenario 2:

Close the  LAST 3 recent open trades that are in profit and close all pending orders


Scenario 3:

Close the  Oldest 3 recent open trades that are in profit and close all pending orders


Scenario 1, Scenario 2, and Scenario 3 should be enabled or disabled  and work together at same time.   


I will need the follow EA for MT5:

Scenario 1 requirements:

1. EA should work on any currency pairs, crypto pairs and commodities pairs.  All three pairs types may be open at the same time.

2. EA will compute all open trades profit

3. Profit for all open trades should be displayed on screen

4. If all Trades are in Profit by certain amount then close all open trades including all pending trades.

5. Profit should be inputted by user


Scenario 2 requirements

1. EA will compute the last X recent open trades total profit. It should be displayed on screen.

2. X can be define the user.  It represents the number of most recent trades opened.  Please exclude pending trades from calculation.

        Example: I will need to know what is the Profit level for last or most recent 5 open trades out 25 open trades.  

3. EA will close X recent open trades in profit and all pending orders.  

4. EA will also need restrictions on closing X recent trades based on number of open trades.  Please exclude pending orders from calculation. The number of open trades for restriction should be a user input.

Example:  I have 5 open trades.   I do  NOT want to close the 3 recent trades in positive profit since I only have 5 open trades in total.  If it was 6 total open trades then I would close the last 3 recent trades in profit.  User should be able to input the number of trade restriction to use close most recent open trades.

In other words there should  a certain amount of total open trades to close X amount recent open trades in profit.  If there isn't enough open trades then ignore closing X recent open trades.

 8. Profit level for X open trades should be able to be inputted by user.


Scenarion 3 

1. Scenario 3 is like Scenario 2 but EA closing the X amount of Oldest trades.  Trades should close according to FIFO.  The first trade should close first then the second and so on.

Scenario 1, Scenario 2 , and Scenario 3 need to work together.

For example I have 25 open total trades.  I also have 2 pending orders.   X most recent trades hits it profit level.  In this case it is 5 recent open trades.  The 5 recent trades are closed including the 2 pending orders.  I now have 20 open trades.   

The X oldest trades are now in profit.  The EA closes 4 trades in profit and all pending orders.


There remaining 16 open trades are closed when total profit is reached.  

If the total profit is not reached for 16 remaining open trades then the EA will continue to look to close X amount of recent OPEN trades in profit to close or X amount of oldest to close.  The 16 open trades  can also be closed by total profit.


Con risposta

1
Sviluppatore 1
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
2
Sviluppatore 2
Valutazioni
(414)
Progetti
670
33%
Arbitraggio
60
17% / 32%
In ritardo
113
17%
In elaborazione
3
Sviluppatore 3
Valutazioni
(46)
Progetti
80
13%
Arbitraggio
11
0% / 91%
In ritardo
51
64%
Gratuito
Ordini simili
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot

Informazioni sul progetto

Budget
30+ USD