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.
Ähnliche Aufträge
Hello Muzaffar, I am inquiring about trading robot for my Gold trading scalping, Day trading and swing trading, could you develop this kind of trading robot, if its yes how long it will take you to deliver and how much will it cost? I would appreciate your response, Kind Regards, Ahmed
Hello developers, I’m looking for a professional trading bot that works using pending orders only (Buy Stop & Sell Stop). Main requirements: The bot must open multiple pending orders continuously. Stable execution without freezing or missing orders. Clean and professional logic suitable for real trading. Fully customizable settings (distance, lot size, TP/SL, trailing, etc.). If anyone already has a ready-made
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Hello, I have an existing MT5 Expert Advisor that works perfectly on a demo account. The strategy is profitable and executes trades correctly in demo testing. However, when I run the same EA on a live account, it takes trades but the results are not profitable. The performance is significantly different compared to demo. I am looking for an experienced MQL5 developer who can: Analyze the EA logic Identify why live
I am looking to purchase a proven scalping Expert Advisor with verified live account performance. Requirements: • Minimum 6 months live trading history • Proven profitability with controlled drawdown • Scalping strategy with Buy and Sell trades • Works on XAUUSD (Gold), MT5 preferred • Includes Stop Loss and Take Profit • Suitable for small accounts ($100) • Reasonable one time price Please share live performance
Trade Copier from MT4/ MT5 to MT4/ MT5 (local) , i am looking for some local copier where i can copy trade from meta trader 4 to meta trader 5 or meta trader 5 to meta trader 4 , looking for fast execution
I. YÊU CẦU DỰ ÁN Tôi đang tìm cách phát triển một hệ thống giao dịch tự động (Expert Advisor) được xây dựng trên nền tảng Smart Money Concepts (SMC), tích hợp Trí tuệ Nhân tạo (AI) và có cơ chế quản lý vốn tiên tiến. EA (Expert Advisor) phải được tối ưu hóa cho cả thị trường biến động mạnh như Vàng (XAUUSD) cũng như các thị trường ổn định, có xu hướng như EURUSD. Nó phải thân thiện với người mới bắt đầu nhưng cũng đủ
Hello, I want a grid trading bot for the Gate.io crypto exchange. I currently have a working grid bot written in MQL5, and I want a similar bot implemented in Python. The MQL5 bot can be translated, but the codebase is large and it was not designed to be easily ported to Python. Therefore, I prefer that the final Python bot preserves the same core grid logic, but is implemented cleanly in Python rather than doing a
– MA20/30/50 Alignment + MA50 Slope + Swing SL + Step Trail + News Filter Symbol: XAUUSD Timeframe: M5 Language: MQL5 Trading: 24/5 (no session filter) 1) Indicators (Inputs) MA20, MA30, MA50 MA type selectable: EMA or SMA Applied to Close Inputs: MA periods and MA method 2) Entry Rules (Alignment + Slope) BUY: MA20 > MA30 > MA50 MA50 slope filter passes: Slope = MA50(current) − MA50(10 candles ago) Require slope ≥
I need an MT5 Expert Advisor for manual trading execution with precise risk-in-money control and automatic position splitting. FUNCTIONAL REQUIREMENTS: 1. Input: Total risk per trade in money (USD). 2. Input: Stop Loss in points/pips (or read from chart SL line). 3. EA must calculate position size based on total risk and SL distance. 4. EA must detect broker maximum lot size per position. 5. If calculated lot size