Hi there, I need the following expert advisor created for Algo Trading.
It needs to be designed the following way.
The advisor is quite simple. On each chart I need 2 buttons, 1 for BUY and 1 for SELL (Similar to 1 button trading but with a few differences)
The buttons can either be activated or not activated.
If the button is not activated, then it does nothing.
If the button is activated then the following must occur,
1. An order must be executed precisely at the end of the minute after activating the button. E.g. I activated the button at 12:52:12 . The order is executed at 12:53:00 sharp at market price.
a. If the order does not execute for whatever reason then it must be reattempted every 2 seconds (this increment should be as small as possible while maintaining the integrity of the advisor). (The button stays active until the order is executed)
b. Once the order is executed the button must switch to being inactive. This way the order only executes once per minute and if I want to activate the button again in the following minute, I can.
2. The order must be able to have a stop loss and a take profit.
a. The stop loss and take profit must be calculated based on percentage of the price at which it was executed at. NOT PIPS.
b. I want to be able to change these percentages using Metaeditor (so please direct me to the location to change the percentages after the project is done)
3. The expert advisor must be able to be copied and applied without problem to as many charts as I need
a. E.g. If I apply the advisor to a GBP,EUR and JPY chart. (After obviously adjusting the stop loss and take profit percentages before applying them to the charts), it must work without a problem for each chart.
4. Multi chart application is key. As stated above, the importance of being able to apply the advisor to multiple charts is important. If I’m staring at 10 charts and then decide I want to trade all 10 in various directions, I want to be able to activate the directional button (Either Buy or Sell) on each chart, then at the end of that minute I want the positions to open automatically.
5. After a certain amount of time if the stop loss or take profit is not hit then I want the order to be closed. E.g. I open an order at 12:00:00, I need the order to close after 300 minutes if a stop or take profit is not hit. Please direct me to the location in metaeditor to change this time before applying the advisor to my charts.
6. In summary, What’s the difference between what I want and 1 click trading
a. Time after clicking (activating). The order only executes at the end of the minute I activated.
b. Stop loss and take profit are built in along with position size.
c. Stop loss and take profit are in percentage of entry price
d. Automatically closes after a specific time if no take profit or stop is hit.
相似订单
I am looking for a highly skilled and experienced MQL5 developer to build a professional-grade, fully automated Expert Advisor for MetaTrader 5. This is not a simple project — the EA must combine multiple trading strategies, a dynamic risk management system, a real-time news filter, and a sophisticated trade management engine into one cohesive, well-coded solution. Strategy Overview: The EA should operate on multiple
Here is what I’m looking for: • Signal source: On-chain wallet address monitoring. I want to copy trade high win-rate meme coin wallets (smart money / profitable traders), not Telegram signals. • Market: Crypto (primarily meme coins). • Execution speed: Very important — I want as close to sub-second execution as possible. Low latency is a top priority. • Infrastructure: I’m open to self-hosted VPS or cloud setup if
Advanced Prop-Firm Compliant MT5 Expert Advisor (Capital Protection Focus) Project Overview I am looking for a high-quality Expert Advisor (EA) for MetaTrader 5 designed for prop firm challenges and funded accounts. The system must prioritize capital protection, strict rule compliance, consistency, and long-term stability. The EA must work on Gold (XAUUSD) and major Forex pairs. 🔐 Risk Management Requirements
Olá, Sou um comprador sério interessado em adquirir um Expert Advisor (EA) já existente, estável e rentável, projetado especificamente para: 👉 principalmente (XAUUSD) ou qualquer outro câmbio Trata-se de um pedido de compra integral. ⚠️ Não estou interessado em criar um novo EA do zero. Somente sistemas prontos para uso e comprovados, com histórico real de desempenho. ✅ Requisitos da EA (Rigorosos) 📌 Símbolo e
My EA (Expert Advisor) is a powerhouse! 💪 With rock-solid 100% risk management, it lets you trade stress-free while maximizing gains. Free to manage manually, it's designed to boost profitability. 🚀
Hello, Primary goal: convert the existing MQL5 strategy logic to Python as soon as possible and make it work for API trading (order management, exchange connection, basic bot structure). I want to keep the core logic unchanged . I haven’t chosen the exchange yet (must be usable in the EU ). Binance, OKX, Kraken, and Bybit are not options. Bitmart, pionex, gateio are options. Secondary goal (code reduction): the
This post is subject to developers response . Edit the post as you like . May be with me you can make a come back . So , , , Shift calculations . More to the calculation then you can comprehend is known . What else comes to your mind
This first robot I'm needing to order a robot that will help me with my trading and make it most efficient Help me with my margins my signals or anything I need to do associated to my trading or classroom
1- In the Universal EA that I currently have, in MA mode under the Take Profit options, when using the “Kill positions + clean one buy one” option, the counter resets itself before the accumulated loss is fully recovered while the loss stored in memory is being cleared. If fixing this is not possible, then I would like to modify the method as follows: Instead of clearing the accumulated losses in the Losses Pool one
1. Shift the Time Gate (Critical) Current start time: 08:30 New required start time: 08:35:01 The EA is currently triggering trades too early (between 08:25 – 08:30 ), which is causing incorrect entries. Please ensure the EA cannot enter any trade before 08:35:01 . 2. Change Order Execution Logic The current code is using Pending Orders . Please remove pending order logic completely . Replace it with Direct Market