Highly Profitable Mean Reversion Expert 🤖✅

명시

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!


응답함

1
개발자 1
등급
(7)
프로젝트
18
44%
중재
3
0% / 100%
기한 초과
6
33%
무료
2
개발자 2
등급
(153)
프로젝트
236
33%
중재
20
45% / 30%
기한 초과
1
0%
작업중
3
개발자 3
등급
(9)
프로젝트
12
25%
중재
1
100% / 0%
기한 초과
2
17%
무료
4
개발자 4
등급
(31)
프로젝트
56
21%
중재
12
67% / 8%
기한 초과
2
4%
작업중
5
개발자 5
등급
(295)
프로젝트
474
39%
중재
103
41% / 23%
기한 초과
79
17%
바쁜
게재됨: 2 코드
6
개발자 6
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
Scalping M5 30 - 250 USD
Spécifiez vos exigences de spécification ici point par point. Essayez de décrire vos besoins de manière brève et claire, afin que votre développeur potentiel soit en mesure d'évaluer correctement sa complexité et son coût, ainsi que le temps d'exécution requis. Une mauvaise description ou une description trop générique aura pour conséquence un manque d’intérêt pour votre commande, ou que vous passerez beaucoup de
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
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
Compétences requises MQL5, MetaTrader 5, WebRequest, HTTP POST, JSON, API / Webhook, intégration serveur externe Bonjour, Je cherche un développeur spécialiste MT5 / MQL5 pour créer un petit Expert Advisor (EA) qui sert uniquement de pont (bridge) entre mon compte de trading et mon terminal d’analyse externe (Nova ICT). Objectif : À chaque ouverture / fermeture / modification de trade, l’EA doit envoyer les
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
Raymond Vergnes 30 - 200 USD
Bonjour, Je recherche un développeur pour introduire dans meta editor une formule Code MQL5 : Trailing Stop par Paliers que j'ai déjà. Ensuite je voudrais utiliser cette formule aussi bien sur mon ordinateur que sur mon téléphone avec méta trader 5. Vous pouvez me contacter par mail : raymondvergnes81@gmail.com Merci d'avance

프로젝트 정보

예산
30 - 50 USD