p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e}
I am looking for an experienced MQL5 developer to create an automated trading bot (EA) based on my unique trading strategy for MetaTrader 5. The EA should be able to analyze price action, execute trades, manage risk, and provide real-time notifications.
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px '.AppleSystemUIFont'; color: #0e0e0e} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e; min-height: 17.2px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e} p.p4 {margin: 12.0px 0.0px 0.0px 13.0px; text-indent: -13.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e} span.Apple-tab-span {white-space:pre}
Technical Requirements
✅ MQL5 development for MetaTrader 5 (MT5)
✅ User-defined input parameters for easy customization
✅ On-screen display/dashboard showing:
• Active trades
• Account balance & P/L
• Market conditions (e.g., trend filter, session status)
✅ Logging & Notifications:
• Trade execution alerts via email, push notifications, and pop-ups
• Logging of all trades for backtesting
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px '.AppleSystemUIFont'; color: #0e0e0e} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e; min-height: 17.2px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e}
Deliverables:
✔ Fully functional MT5 EA file (.ex5) and source code (.mq5)
✔ User Manual/Documentation explaining EA settings and functionality
✔ Basic backtest results to confirm proper execution
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e} p.p2 {margin: 12.0px 0.0px 0.0px 21.0px; text-indent: -21.0px; font: 14.0px '.AppleSystemUIFont'; color: #0e0e0e} span.Apple-tab-span {white-space:pre}
Please provide:
1. Your experience with MQL5 and similar projects
2. Estimated timeline and cost
3. Examples of past work (if available)
Commandes similaires
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0