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.
Ordini simili
Tired of emotional trading and inconsistent results? Let automation do the work for you. 💡 Introducing a powerful Expert Advisor designed to: Execute trades based on proven strategy logic Eliminate human errors and emotional decisions Manage risk intelligently Operate 24/7 without fatigue 📊 Key Features: ✔️ Advanced entry & exit conditions ✔️ Smart trade management (SL/TP optimized) ✔️ One-trade-at-a-time logic for
i want help on puting my ea in mql5 for sale, help for 10percentage on every sales a higher profit scalper on gold 5minute trader non martingale none hedging mt4 version
Sniper Strategy EA -Presicion Forex Trading Bot for MT4 and MT5 Sniper Strategy EA is a fully automated Expert Advisor that executes high-probability forex trades using EMA 50/200 trend detection, RSI 14 momentum filtering, and automatic Support and Resistance zone identification. This bot does not chase price — it waits for price to come to key levels and confirms with multiple indicators before entering, just like
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Strategy:Identify Supply and demand zones and generate buy and sell signals based on the price action within these zones. Confirmation:Use MA filter to confirm trading directions. Risk - Reward Ratio: 1:5. Risk Management: Limit risk to a predefined percentage of account balance . Additional features: include alerts for signal generation, SL and TP
i want to make trading bot for my xauusd trading. who can provide me code for good algo for auto trading? which logic is safe for trading?i want expert who can made code for me. thanks
#property copyright "Amanda V" #property version "1.01" #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int InpSwingLookback = 30 ; // Swing Lookback Period input double InpMinWickPct = 30.0 ; // Min Rejection Wick % input color InpBullColor = clrAqua ; // Bullish Sweep Color input color InpBearColor =