hello, i would like to create a trade manager like the ones on mql5, just different... i don't like the huge window with settings and stuff so i'd like to create my own ones, both mt4 and mt5 ... it should have all the bells and whistles, such as: Open Trade (Market Order / Pending Orders) Buy / Sell at market Buy Limit, Sell Limit, Buy Stop, Sell Stop Modify Trade Adjust Stop Loss (SL) and Take Profit (TP) Modify
the CCI entry is independent from the MA (Moving Average) entry in your described strategy. There are two distinct entry strategies: SMA-Based Entry: One strategy uses simple moving averages (SMAs) and their shifts to determine entry points. This is a classic trend-following approach, where entries are triggered based on the relationship between price and the moving averages, such as crossovers or shifts in the SMA
Please carefully follow all my instructions. For each task you complete and that actually exists, I need proof If something is missing, not included, or cannot be done, you must clearly inform me I don’t want to figure it out by myself. Also, provide a check list with tick boxes to confirm each requirement is completed. Requirement Specifications for Custom MQL5 Automated Trading System & Indicator and every little
Good afternoon, I'm looking for a professional debugging and final integration service. I require a fully responsible, extremely experienced engineer who does not use chat GPT, the engineer I hire will have the ability to read code and with one glance know what amendments to make, must know MQL5 like the back of his hand I have an EA that is split into two sections within the one EA, main EA and recovery. The
1. Entry Rules Buy Entry : ADX(14) > 25 +DI > -DI EMA 21 crosses above EMA 50 Validated on the close of the H1 candle . Sell Entry : ADX(14) > 25 -DI > +DI EMA 21 crosses below EMA 50 Validated on the close of the H1 candle . 2. Exit Rules Take Profit (TP) : ATR-based TP = Current ATR(14) × 3.0 Stop Loss (SL) : ATR-based SL = Current ATR(14) × 1.5 Trailing Stop : Activated when profit ≥ ATR(14) × 1.0 . Trailing
Hello Developer,please I would like to update my indicators to start showing up on my mt4 chart,as is not currently showing up. I only want to update the indicators,it doesn't require unlocking. Thanks Innocent ✍️ Contact me(inbox me) if you can do the work
📜 HostGhost EA Final Job Invite – For MQL5.com 📋 Project Title: Finalize & Polish HostGhost Dynamic Trader EA (80% Completed) 🌟 Project Description: Hello Developers, I am seeking an experienced and detail-oriented MQL5 programmer to finalize and polish a nearly completed EA called HostGhost . 80% of the EA's architecture is already built — structured, modular, well-commented, and elegantly laid out. Your role
Especificación del robot comercial para cuentas de financiación Objetivo del proyecto: Desarrolle un bot comercial (EA) para cuentas financiadas que permita una total flexibilidad y control sobre los parámetros comerciales clave. Requisitos: 1. Configuración de gestión de riesgos (modificable): Límite máximo de ganancias diarias (en porcentajes). Límite máximo de pérdida diaria (en porcentajes). Número máximo de
Hi guys My grid EA has some bugs and I would like to figure out, what lead into my losses. I made a document with all the bugs I have found. It must be something with Global Variables and mathematical levels it ignores. The logic behind is very complex and the EA has approx. 4500 lines of code. Requirements: - Math understanding - Understands mql5 and clean coding What does the EA: - It continuously monitors the
My Idea of profit making robot, It places the order using trend filter, whether the trend is uptrend/download it should detect opposite rejection candles(Order Block) and take orders and close that order FVG start point using trailing stop loss logic. And also it should take reverse recovery trade when it goes in loss after given threshold by user input. The order will be closed by trailing stop loss logic. When