Trabajo finalizado
Plazo de ejecución 4 minutos
Fix "lock profit" function not closing properly.
The attached EA is a basket trade manager, able to handle TP, TS, BE,SL, Jumping Stop on group of positions that can be "All the trades" or "specific trades" (eg: by comment, by pair, by magic, etc)-
within the Jumping Stop function the EA has a "Lock Profit function" based on 2 inputs:
1 - "breakeven" Input (eg: 200€)
2 - move SL After Breakeven of XX Pips or XX $. (50 €).
So in case the pair goes back, it should automatically close the position when the moves back to 50€ (or same logic with pips).
While the Lock profit seems working properly when the EA manages "all the positions", when managing "Only This pair" the EA identifies the Lock Profit to close, but the closing function doesn't then really close all the selected positions.
Job request is: Fix the "Close positions" within Locked profit function and check that CLosing function on "locked profit" works both on "pips" AND "$" AND on all Pair selection (eg: by magic number, by Ticket") .
After this request, if case of satisfactory work a new job request will be assigned to the same developer: "add partial close position" to be linked to "Trailing Stop" function


Solicitudes similares
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","