Tarea técnica

Project Overview:

I would like you to develop a Moving Average Crossover Trading Bot for MetaTrader 5 (MT5), compatible with all trading instruments (Forex, Stocks, Indices, Commodities, etc.). The bot should be customizable, allowing users to adjust various parameters such as risk percentage, moving average periods, stop loss, take profit, and trade duration. The bot will leverage Long Short-Term Memory (LSTM) models to enhance trade decisions based on the Moving Average Crossover Strategy.


Trading Strategy:

The primary strategy will be based on the Moving Average Crossover Strategy, using two Exponential Moving Averages (EMA):

  • Short-term EMA: Fast-moving average for short-term trends.
  • Long-term EMA: Slow-moving average for long-term trend confirmation.

Buy/Sell Signals:

  • Buy (Long) Signal: When the short-term EMA crosses above the long-term EMA (Bullish Crossover).
  • Sell (Short) Signal: When the short-term EMA crosses below the long-term EMA (Bearish Crossover).

The exit strategy will include configurable Stop Loss (SL), Take Profit (TP), and optional trailing stops.


Machine Learning Enhancements (Using LSTM)

To enhance the performance and decision-making ability of the bot, we will integrate Long Short-Term Memory (LSTM), a type of recurrent neural network (RNN) capable of processing time-series data to capture long-term dependencies in price trends and volatility. This model will help improve the accuracy of the trade signals generated by moving average crossovers by analyzing past price data, trends, and market patterns.

How LSTM Enhancements Will Work:

  1. Preprocessing:

    • Collect and preprocess historical price data, technical indicators (e.g., RSI, MACD, volume), and moving average crossovers.
  2. Model Training:

    • The LSTM model will be trained on historical price data to predict:
      • Whether a crossover signal is likely to result in a successful trade (profitable outcome).
      • The probability of trend continuation after the crossover signal.
      • Market conditions (bullish, bearish) based on patterns in price action.
  3. Decision-Making Process:

    • Trade Validation: Once a moving average crossover signal is triggered, the LSTM model will validate whether the signal is likely to be profitable based on historical patterns.
    • If the model predicts a high probability of success, the trade will be executed.
    • If the model predicts a low probability of success, the bot will ignore the crossover signal or wait for additional confirmation.
    • Adaptive Learning: The LSTM model will adapt to recent market data through periodic retraining to stay updated with current trends.

Key Features and Flexibility (Including LSTM Enhancements)

Moving Average Parameters:

  • Short-term EMA Period: Adjustable by the user (default: 12).
  • Long-term EMA Period: Adjustable by the user (default: 26).
  • Option to select between Exponential Moving Average (EMA) or Simple Moving Average (SMA).

Risk Management Settings:

  • Risk Percentage: User-defined risk percentage per trade (e.g., 1% or 2% of total balance).
  • Stop Loss (SL): Adjustable based on fixed pips, ATR, or dynamic models (LSTM may help predict optimal stop-loss levels).
  • Take Profit (TP): Adjustable based on fixed pips, Risk-to-Reward ratio, or trailing stops.

Customizable Trade Filters:

  • LSTM Trade Validation: LSTM will validate trade signals generated by the moving average crossovers.
  • Timeframes: User-defined timeframes (e.g., 1-minute, 5-minute, 1-hour, daily).
  • Instruments/Pairs: The bot must work on all MT5 instruments, and users can select which trading pairs or instruments to trade.
  • Trend Filter: Option to trade only in the direction of the larger trend (e.g., use the 200-period MA as a trend filter).
  • Volume Filter: Option to take trades only if the volume exceeds a certain threshold.

Position Sizing:

  • Automatic calculation of position sizes based on risk percentage and stop-loss settings.
  • Option for manual lot size selection.

Trade Timing Options:

  • Configure trading hours or days (e.g., only trade during London or New York sessions).
  • Avoid trading during high-impact news events (option to disable trading during news releases).

Stop and Reverse:

  • If a long trade is closed (e.g., bearish crossover), the bot should optionally reverse the position and open a short trade, and vice versa.

LSTM Model Flexibility:

The LSTM model should be easily customizable and adjustable:

  • Training Period: Allow the user to define how much historical data to use for training the model.
  • Retraining Frequency: Allow the bot to periodically retrain the LSTM model using recent data (e.g., once a week, or after a certain number of trades).

Backtesting & Optimization:

The bot must be compatible with MT5’s Strategy Tester, allowing users to backtest the performance of both the moving average strategy and the LSTM-enhanced decision-making.

  • LSTM Model Metrics:

    • Accuracy: How well the model predicts successful trades.
    • Precision: The percentage of positive predictions that are correct.
    • Recall: The model’s ability to identify all profitable trades.
  • Traditional Backtesting Metrics: Include win rate, drawdown, Sharpe ratio, and profit factor.


Final Deliverables:

  • Completed Bot in MetaTrader 5 format (.ex5 or .mq5), including the LSTM model.
  • Source code for future modifications.
  • A detailed user guide or documentation explaining how to adjust parameters, train the LSTM model, and use the bot effectively.
  • Initial testing on demo accounts to verify functionality.

Han respondido

1
Desarrollador 1
Evaluación
(12)
Proyectos
14
0%
Arbitraje
5
20% / 80%
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(52)
Proyectos
68
59%
Arbitraje
5
0% / 80%
Caducado
5
7%
Libre
Ha publicado: 1 artículo
3
Desarrollador 3
Evaluación
(271)
Proyectos
553
50%
Arbitraje
57
40% / 37%
Caducado
227
41%
Trabaja
4
Desarrollador 4
Evaluación
Proyectos
0
0%
Arbitraje
3
0% / 100%
Caducado
0
Trabaja
5
Desarrollador 5
Evaluación
(2)
Proyectos
5
0%
Arbitraje
3
0% / 100%
Caducado
3
60%
Libre
Solicitudes similares
I am able to supply the source code for an MT5 indicator. I am open to the proposal to bring the project to an "alert" stage only i.e. NOT a fully functioning, independent, and automated EA. The alert function would meet all the entry and exit requirements specified - but not execute the trade. PS - I have 3 other files that will not upload. They are not essential to the scoping of the project but I can make them
Looking for experience profitable manual traders that will be willing to trade my live mt5 account for profit share. Requirements Must have at least 6 months of profitable months. Min 10 percent monthly Send me investor credentials for mt5 or mt4 account. Can be trading Any instruments. Must reply with mt5 credentials or will disregard
Title: Advanced Manual Hedge EA with Multiplier & Multiple Trade Support Project Requirements: I need a professional Expert Advisor (EA) for XAUUSD and Forex to manage manual trades with the following logic: Lot Multiplier: The EA must automatically detect my manual trade size. There should be a "Multiplier" input (e.g., 3.0). If I open 1.0 lot Buy, the EA must auto-place a 3.0 lot Sell Stop at the set Gap
i need a developer who can link my EA to AI and in the same time i want to make a crm and a bot for onboarding clients automatically to the telegram channel
I am looking for an experienced MQL5 developer to complete the optimization and structural refinement of an existing MT5 Expert Advisor (source code ~2.5MB). Phase 1 (audit and baseline testing) has already been completed. The remaining work focuses on correcting core system behavior without changing the strategy. Key issues identified: • Scenario gate logic is not correctly structured at the entry decision level •
IF ANYONE IS INTERESTED IN GETTING ANY KIND OF CUSTOM BOT FOR TRADING I WILL ADD THE STRATEGIES ACCORDING TO YOUR CHOICE MINE BEST BOT IS SCALPING AND HEDGING BOT YOU CAN CONTACT ME FOR SERVICES
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and resistance bar on the chart when there is no chop please let me know
Project Description: I have a fully working Pine Script for TradingView called MFHA 3-Step Market Structure Strategy V2 . I need it converted into MT5 , with the logic kept as close to the Pine version as possible. What I need: MT5 Indicator Exact oscillator logic Multi-timeframe logic using 4H, 15M, and 1M EMA filter MTF EMA dashboard RSI display Buy and sell visual signals Background state/flash behavior where
I am looking for an experienced MQL5 developer to continue optimization work on an existing Expert Advisor (MQ5 source file available, 2.5MB). Important: This is NOT a project to build a new EA. The task is strictly to refine and improve the current system while keeping the core strategy intact. The EA is already functional and stable. A full code audit and baseline backtesting have already been done, and key
Hello, and please read everything !!! I am looking for a developer who can recreate a strategy similar to an EA I already have. The EA works well on demo, especially during specific volatility windows (for example DE40 between 09:00 and 10:00 Frankfurt time), but on real accounts it produces constant losses even with IC Markets Raw and VPS close to the broker. 🎯 Objective The goal is to recreate and adapt this

Información sobre el proyecto

Presupuesto
100+ USD
Plazo límite de ejecución
a 5 día(s)