Orders for Expert Advisors development - Python - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Python
1751 jobs in the archive in all languages
Sort by:
100+ USD
Hello, I'm looking for a reliable Expert Advisor ( EA) with very low drawdown , ideally no more than 3% , suitable for prop firm trading . The EA should be fully functional on MetaTrader 5 (MT5) . Requirements: Maximum drawdown: 3% Proven performance: Backtested and live- traded with consistent success Budget: $100 If you have something that fits these criteria or can develop a custom solution, please get in touch
200+ USD
Create a trading robot that combines features 🤖 Multi-model AI System (Multi-Model AI Ensemble) 🧬 Advanced Genetic Algorithm for Strategy Evolution 📈 Multi-source Sentiment Analysis (Multi-Source Sentiment Analysis) 🏢 Dynamic Market Structure Recognition Analysis (Dynamic Market Structure Recognition) 📊 Command Motion Analysis (Order Flow + Depth of Book Analysis) ⏱ Smart Time Management System (Smart Time
40+ USD
Strategy Overview The trading robot will implement an AI-powered trend-following strategy that confirms trades on the 4-hour time frame and executes entries on the 15-minute time frame. Key Components 1. Trend Confirmation (4-hour time frame): - Use a machine learning algorithm to analyze market trends and confirm trade directions. - Integrate with technical indicators (e.g., MA, RSI, Bollinger Bands) for trend
50 - 70 USD
Hello, I'm looking for someone who has extensive existence with NinjaTrader. With a fully snd semi strategies. a highly flexible, semi-automated NinjaTrader strategy with modular logic, multi-timeframe indicators, customizable trade management - (trailing, stops, reversals), and a user-friendly UI with on-chart controls. please check the attachment to get the full scope of the project. waiting for your bid
1000 - 2000 USD
# Comprehensive SMC-VSA-Wyckoff Trading Methodology ## For Gold (XAUUSD) Expert Advisor Implementation --- # Table of Contents 1. [Introduction](#introduction) 2. [Smart Money Concepts (SMC)](#1-smart-money-concepts-smc) 3. [Volume Spread Analysis (VSA)](#2-volume-spread-analysis-vsa) 4. [Wyckoff Methodology](#3-wyckoff-methodology) 5. [Integration Framework](#4-integration-framework) 6. [Risk Management
50 - 100 USD
I want my telegram signal channel to be linked to mt5 for automatic trading Will I be able to manage it also also I will send you a screen shot of what the daily signals chat looks like you tell me if it will work perfectly for I need to open 3 positions I also need it to put the stop loss to break even after the first position has hit tp 1. make the bot recognize mistakes as well sometimes they make typo errors in
30 - 50 USD
This project is about bug fixing on an EA that records the history of closed trades on MT5 and sends it via Apps Script to a Google Sheet. I will attach the .txt file of the MQL5 EA code (which compiles without errors) and the Apps Script file. ✅ Function of the EA: It takes as input the URL of the Google Script (deployed as web app) and the tab name It exports the list of closed trades to the Google Sheet. What I
50+ USD
My trading strategy is personal if anyone intrested connect with me this strategy is based on target and stoploss with martiangle base buying in low time frame sell in high time frame
40 - 150 USD
Estrategia : Condiciones de entrada/salida (ej: "Compra cuando RSI < 30 y el precio cruce la media móvil de 50 períodos" ). Parámetros ajustables : ¿Qué valores podrá modificar el usuario? (ej: tamaño del lote, stop loss, take profit). Requisitos técnicos : Plataforma (MetaTrader 4/5), timeframe, activo financiero
33 Applications
Python Experts Python
30+ USD
I need a bot to be super accurate and sharp in entering an order with max loss of 15 pips and tp at 20pip each trade. The bot should be have trailing stop to protect equity while maximizing profits and minimizing loss. Bot should be able to use in any forex pairs and commodities and also should be profitable after backtesting
30 - 60 USD
I need an expert who can turn the following strategy into metatrader 5 bot and also pinescript strategy for tradingview? If so, I will have to double-check if tweaks are needed and also how long would it take you and how much would you charge? Thanks
200 - 400 USD
would like to have an EA done , based on whatever strategy but with specific risk management parameters ; were i am able to do at least 2RR(reward risk ratio) , not fussy about win rate but something that is reasonable , EA should be able to generate at least 5 trades and above per week , favourable sharpe ratio . total drawdon of not more than 9% any given month and not over 4% any given day , would prefer trades
30 - 60 USD
I'm looking for an expert with a ready-made bot that is profitable, with proof and track of records. I want a back tested report, with pictures and videos and other necessary information about the EA. Also, I'd like to have the demo account to trade and right after I will go ahead to make purchase
30 - 75 USD
Hi I want to develop a script to Auto Login in MT5 Terminals. We have few accounts with brokers and we test out strategies using EA. We want Script to auto Login in MT5 terminal and after Login enable Algo trading. Budget is $30 - $75 Thanks
7 Applications
MQL5 Experts Forex Python JavaScript
30 - 50 USD
I need an expert who can turn the following strategy into metatrader 5 bot and also pinescript strategy for tradingview? If so, I will have to double-check if tweaks are needed and also how long would it take you and how much would you charge? Thanks
30+ USD
I have almost created my EA with help of AI 's need some fixed in certain areas where the strategy is little bit complex where slight human interference is needed to make it a perfect EA
30 - 100 USD
I am looking for an experienced MQL5 or MetaTrader developer who can create a custom solution that generates MT5 trading statement files (HTML or XML format). The tool should allow me to manually input trade data (such as order open/close times, lot sizes, symbols, profits, etc.) and then generate a file that looks identical to a real MetaTrader 5 statement. Requirements: • Ability to simulate real trading history
30 - 200 USD
Some traders include trading lot calculation algorithms at the first stage of robot creation. However, it is not recommended to include the money management algorithms for calculating the lot at this stage, since additional input parameters can lead to history-based overfitting during EA optimization. Better test your first EA version using a fixed lot. Only forward testing using history data and several-month real
4 Applications
Python Experts Python
30+ USD
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
30 - 100 USD
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