Highly Profitable Mean Reversion Expert 🤖✅

Termos de Referência

Hello everyone. I need to have my strategy coded into an expert advisor to use it on MetaTrader 5, particularly via MetaTrader 5's VPS.

The strategy I will explain in detail is very simple yet very powerful. Before I delve into the strategy details, please note that the EA should work on all Forex pairs, across all timeframes, and it should be possible to modify the lot size for each traded pair; this is very important. I will personally use the robot on major Forex pairs with a 15-minute timeframe. It's a highly mechanical and rather aggressive approach with no stop loss or take profits. Trades will be closed based on a specific condition. The strategy leverages three different indicators:

  • 200-period Exponential Moving Average
  • 2-period Relative Strength Index with an oversold level of 5 and overbought level of 95
  • 5-period Simple Moving Average

Here's the strategy:

Open a buy position when the price is above the 200-period Exponential Moving Average (at the close of the candle), and the RSI is oversold, meaning it's below 5 (at the close of the candle). The trade should be closed when the price closes above the 5-period Simple Moving Average.

Open a sell position when the price is below the 200-period Exponential Moving Average (at the close of the candle), and the RSI is overbought, meaning it's above 95 (at the close of the candle). The trade should be closed when the price closes below the 5-period Simple Moving Average.

The strategy is simple!

Since the strategy doesn't incorporate a stop loss, I would like an "account stop loss" to be implemented so that in case of malfunction or anything else, the account can be secured by setting a total loss limit where the robot would stop trading.

If you're interested in the project, please write to me. I can provide you with more details and images illustrating the strategy if needed.

Thank you for reading my request! I look forward to your responses!


Respondido

1
Desenvolvedor 1
Classificação
(7)
Projetos
18
44%
Arbitragem
3
0% / 100%
Expirado
6
33%
Livre
2
Desenvolvedor 2
Classificação
(153)
Projetos
236
33%
Arbitragem
20
45% / 30%
Expirado
1
0%
Livre
3
Desenvolvedor 3
Classificação
(9)
Projetos
12
25%
Arbitragem
1
100% / 0%
Expirado
2
17%
Livre
4
Desenvolvedor 4
Classificação
(31)
Projetos
56
21%
Arbitragem
12
67% / 8%
Expirado
2
4%
Livre
5
Desenvolvedor 5
Classificação
(295)
Projetos
474
39%
Arbitragem
103
41% / 23%
Expirado
79
17%
Ocupado
Publicou: 2 códigos
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
VICTOIRE MASTERCLASS 30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Robot treder 30+ USD
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Objectif : validation du comportement , zéro stress 🧮 Gestion du risque MaxRiskPerDay = 2.0 % MaxTradesPerDay = 4 RiskPerTrade = 0.50 % MaxDailyLossHardStop = 2.0 % 📈 Trading Timeframe = M15 Symbols = EURUSD,GBPUSD AllowBuy = true AllowSell = true OneTradePerSymbol = true 📊 Indicateurs MACD_Fast = 12 MACD_Slow = 26 MACD_Signal = 9 Stoch_K = 14 Stoch_D = 3 Stoch_Slowing = 3 🛡️ Stops ATR_Period = 14
Description du projet : Je recherche un développeur MQL5 expérimenté pour créer un Expert Advisor (EA) complet basé sur les concepts de Smart Money Concepts (SMC) . L'algorithme doit fonctionner sur trois unités de temps synchronisées (H4, M15, M1). Compétences techniques requises : Maîtrise parfaite du Multi-Timeframe (MTF) sans "survie" (no repainting/no future leaking). Capacité à coder des détections de
Je cherche un développeur de bot qui pourra me créer un côté breakout des positions en attente lorsque le prix atteint ou touche la position en attente alors le trade déclanche avec un trail suiveur , mais je veux qu'il arrive a cacher le trail suiveur voilà une image en pièce jointe
Trader 30+ USD
Un robot qui tarde a ma place même quand je Dors je veux qu'elle faire tout les tâches a ma place même quand le téléphone est éteint ou allumé le robot doit analyse et trade pour moi
Akaba Marc 100+ USD
Les conditions son clair les candidats pourront apprendre beaucoup sur les services du marketing dans le domaine du monde opératoire de l'utilisation du robot virtuel de nombreuses manières d'investissement et pourra pur jouer plusieurs rôles sur plusieurs plans
Bonjour, je cherche un développeur expérimenté pour créer un Expert Advisor (EA) simple sur MetaTrader 5. L'objectif est la sécurité du capital. 1. La Logique d'Entrée (La Stratégie) Le robot doit utiliser une Moyenne Mobile Exponentielle (EMA) . Achat (Buy) : Quand le prix (Clôture de la bougie) croise au-dessus de l'EMA et clôture au-dessus. Vente (Sell) : Quand le prix (Clôture de la bougie) croise
I am looking for a developer to work with to create a bot that will generate signals based on the session highs and lows. Two pending orders will be placed, and one will be automatically deleted as soon as the other is activated. A second recovery trade will then be placed at the same level where the deleted trade was located that will activated in case the running trade hits sl. If the running trade hits tp the

Informações sobre o projeto

Orçamento
30 - 50 USD