Hello,
A month ago, an expert here wrote a custom EA for me based on a special indicator.
However, as I used the EA, problems arose—both bugs and condition paradoxes.
Unnecessary and untimely BUY-SELL conditions occurred. Correct and perfect orders closed unexpectedly... etc. Anyway, I have now modified this EA a bit. Some additions were made, and conditions were adjusted based on a new indicator. Adjustments were also made to AI modules. There is a proper flowchart, and the logic is good. However, now I have some issues in MetaEditor. I suspect certain codes are not working properly. Therefore, I need an expert who can quickly identify and fix these issues in the EA.
I kept the explanations long to explain EA and reduce the number of questions. I will also share all the documents.
EA1: old version (to be attached, does not give any error in Meta Editor.)
EA2: New version (to be attached, gives 7 errors in Meta editör and need to be optimize.)
Special İndicator: no problem. Will share. “147609_SP_06”
EA Summary:
· The special indicator Track1 determines order placement based on the upward and downward movements of L2, L3, L4 lines, triggered by L1. Orders are executed at the market price (no pending orders).
· Sto1 and Sto2 support buy/sell conditions with K period confirmation.
· TP, SL, Trailing Stop, and _BE_TP conditions work with a trailing stop linked to Track1 LBE.
· The EA checks the trading days of the week and adjusts parameters based on market conditions (ATR-based).
Tasks:
1. Fix 7 errors found in MetaEditor during compilation (detailed in Note 3 below-attached file).
2. Debug the mode where EA works with BE_Normal and _BE_TP, ensuring indicator-based TP and SL operate correctly (detailed in Note 1 below -attached file ).
3. Ensure that indicator and condition queries refresh on each new bar instead of every tick to optimize EA performance.
4. Verify the 12 BUY-SELL conditions in EA2 and correct their logic if necessary (simple explanation provided in Note 2 below -attached file ).
5. Remove unnecessary and irrelevant code (not by hiding with "//", but completely deleting them).
6. Check and correct parameters of two Stochastic Oscillators if there are any issues.
7. Ensure TP, SL, Trailing Stop, BE, and RiskRewardRatio formulas are correctly implemented and compatible with each other.
8. Verify if the following condition is working correctly, and fix it if necessary:
input bool CloseOnOppositeSignal = false; // Close Position on Opposite Signal
9. Simplify the code where possible (at the developer’s discretion).
10. Ensure all transactions are based on points, not pips.
11. Perform general optimization.
Ordini simili
Hi to all, I need a modification of an existing grid EA with the following instructions: Add the following optional external inputs to the attached Expert Advisor: input bool TradeModeAgainstTrend ( TMAT ) = true ; input int CounterTrendLotsToStartTMAT = 0.15 ; input double CoefficientForTrendLots = 0.30 ; input double MaxTrendLot = 0.08 ; input bool OneSideTMATOnly = true ; input double CombinedClosureAmount = 10.0
I need an ea copy the signal of the indicator log, i have the indicator, copy only the indicator, with the same tp and sl. I need asap, thank you
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
I really liked this training platform. I want to start a good business with this funding amount."I like crypto trading. Does it provide a demo account that is good for learning?"
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram