Intraday RSI EA needed

Termos de Referência

I want to create an intraday EA designed to trade RSI pullbacks in the direction of the dominant trend during sufficient volatility, scales out profits, and automatically stands aside when market conditions stop supporting its edge.

It should have the following features and are based on the following indicators:

Trade FX on M15

Enter based on RSI, EMA and ATR

Scale out profits using a multi-TP structure

Trade only during active trading periods

Automatically stop trading when market conditions deteriorate

Resume when conditions normalize


1. Market & Timeframe

  • Instrument: FX majors / liquid crosses

  • Timeframe: M15

  • Style: Intraday trend-following pullbacks

  • Holding time: Minutes to a few hours 


2. Indicators

Trend Filter – EMA

  • Fast EMA: 50 EMA

  • Slow EMA: 200 EMA

Trend rules

  • Bullish bias: 50 EMA > 200 EMA and price above 50 EMA

  • Bearish bias: 50 EMA < 200 EMA and price below 50 EMA

  • No trade if EMAs are flat or crossing frequently



Pullback Trigger – RSI

  • RSI period: 14 (configurable)

  • RSI pullback zones:

    • Uptrend: RSI pulls back into 40–50

    • Downtrend: RSI pulls back into 50–60

Entry trigger (configurable)

  • RSI returns back in trend direction:

    • Buy: RSI crosses upward through 50

    • Sell: RSI crosses downward through 50



Volatility Filter – ATR

  • ATR period: 14

  • ATR timeframe: M15

Trade only if:

  1. Minimum ATR threshold

    • Example: ATR ≥ X pips (pair-specific)

  2. Relative ATR

    • ATR > ATR(50) × 0.8 (market not dead)

No volatility → no edge → EA stands aside.



3. Entry Conditions (All Must Align)

BUY Setup

  1. Trading session is active ✅

  2. ATR filter passes ✅

  3. 50 EMA > 200 EMA ✅

  4. Price above 50 EMA ✅

  5. RSI pulled back to 40–50 zone

  6. RSI crosses back above 50

  7. No open trades in same direction (optional rule)

SELL Setup

Same logic, inverted.


4. Stop Loss Logic

Use ATR-based stops, not fixed pips.

Options:

  • SL = 1.2 × ATR

  • Or SL beyond recent swing high/low, capped by ATR


5. Multi-TP Scaling Structure

Position Allocation

  • TP1: 40% of position

  • TP2: 30%

  • TP3: 30%

Targets

  • TP1 = 0.8 × ATR

  • TP2 = 1.5 × ATR

  • TP3 = 2.5 × ATR or EMA trail

Trade Management

  • After TP1 hit → move SL to breakeven

  • After TP2 hit → trail stop using:

    • 20 EMA

    • or ATR trailing stop

6. Time-of-Day Filter

Trade only during high-liquidity windows.

E.g. FX sessions: (configurable)

  • London Open: 07:00–10:00 GMT

  • London–NY overlap: 12:00–16:00 GMT

Rules:

  • No new trades outside allowed windows

  • Existing trades can finish naturally



7. Market Deterioration Detection (Auto Stand-Aside)

Conditions to STOP Trading

Any 2 of the following occur:

  1. ATR drops below minimum threshold

  2. EMA distance shrinks below X pips (market compressing)

  3. RSI chops between 45–55 for N candles

  4. 3 consecutive losses (configurable)

  5. Spread widens beyond normal (due to news / rollover)

When triggered:

  • EA enters “Paused Mode”, close all existing trades if unprofitable (set to be configurable)

  • No new trades allowed


8. Resume Logic (Automatic Recovery)

EA resumes only when:

  • ATR rises above threshold again

  • EMA slope increases (trend re-establishes)

  • RSI starts clean swings again



9. Risk Management

  • Risk per trade: 0.5% (configurable)

  • Max trades per session: 2–3 (per FX pair)

  • Max daily loss: hard stop (−2%, configurable)


Configurable Parameters:

Core Parameters 
  • Timeframe: M15

  • EMA Fast / Slow: 50 / 200

  • RSI Period: 14

  • ATR Period: 14

  • Risk per trade: 0.5%–1%

  • Max trades per session: 2–3

  • Sessions: London + London–NY overlap


FX Pair-Specific Parameters to be configurable, but with the values below as default RSI Pullback Zones
  • Buy: 40

  • Sell: 60 

ATR (M15)

  • Minimum ATR: 0.00055 (5.5 pips)

  • Low-vol pause threshold: < 0.00045

Stops & Targets

  • SL: 1.2 × ATR

  • TP1: 0.8 × ATR

  • TP2: 1.6 × ATR

  • TP3: 2.6 × ATR

I have attached a pseudocode below for reference, which will need proper cleaning and fine tuning.



Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(253)
Projetos
316
29%
Arbitragem
34
26% / 65%
Expirado
10
3%
Livre
2
Desenvolvedor 2
Classificação
(18)
Projetos
22
9%
Arbitragem
6
33% / 50%
Expirado
1
5%
Carregado
3
Desenvolvedor 3
Classificação
(16)
Projetos
35
23%
Arbitragem
4
0% / 50%
Expirado
2
6%
Trabalhando
4
Desenvolvedor 4
Classificação
(15)
Projetos
19
16%
Arbitragem
5
40% / 40%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(39)
Projetos
52
19%
Arbitragem
15
27% / 67%
Expirado
8
15%
Livre
Publicou: 1 código
6
Desenvolvedor 6
Classificação
(7)
Projetos
5
0%
Arbitragem
6
0% / 83%
Expirado
1
20%
Trabalhando
7
Desenvolvedor 7
Classificação
(60)
Projetos
87
29%
Arbitragem
24
13% / 58%
Expirado
7
8%
Trabalhando
8
Desenvolvedor 8
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(64)
Projetos
83
28%
Arbitragem
9
33% / 56%
Expirado
9
11%
Livre
Publicou: 1 código
10
Desenvolvedor 10
Classificação
(16)
Projetos
20
10%
Arbitragem
8
38% / 38%
Expirado
3
15%
Trabalhando
11
Desenvolvedor 11
Classificação
(635)
Projetos
856
48%
Arbitragem
29
38% / 17%
Expirado
63
7%
Livre
12
Desenvolvedor 12
Classificação
(4)
Projetos
3
33%
Arbitragem
2
0% / 100%
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(3)
Projetos
3
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
(6)
Projetos
7
14%
Arbitragem
1
0% / 100%
Expirado
1
14%
Livre
18
Desenvolvedor 18
Classificação
(509)
Projetos
977
74%
Arbitragem
27
19% / 67%
Expirado
101
10%
Livre
Publicou: 1 artigo, 6 códigos
19
Desenvolvedor 19
Classificação
(8)
Projetos
9
11%
Arbitragem
0
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
(32)
Projetos
33
61%
Arbitragem
1
100% / 0%
Expirado
1
3%
Trabalhando
Publicou: 5 códigos
21
Desenvolvedor 21
Classificação
(187)
Projetos
243
20%
Arbitragem
22
50% / 18%
Expirado
0
Trabalhando
22
Desenvolvedor 22
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
23
Desenvolvedor 23
Classificação
(4)
Projetos
8
0%
Arbitragem
3
33% / 67%
Expirado
4
50%
Livre
24
Desenvolvedor 24
Classificação
(6)
Projetos
5
0%
Arbitragem
2
50% / 50%
Expirado
2
40%
Livre
25
Desenvolvedor 25
Classificação
(2)
Projetos
3
33%
Arbitragem
1
0% / 100%
Expirado
0
Livre
26
Desenvolvedor 26
Classificação
(3)
Projetos
5
20%
Arbitragem
1
100% / 0%
Expirado
2
40%
Livre
27
Desenvolvedor 27
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
28
Desenvolvedor 28
Classificação
(49)
Projetos
50
8%
Arbitragem
0
Expirado
0
Livre
29
Desenvolvedor 29
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
30
Desenvolvedor 30
Classificação
(1)
Projetos
0
0%
Arbitragem
5
0% / 80%
Expirado
0
Livre
31
Desenvolvedor 31
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
32
Desenvolvedor 32
Classificação
(2)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
1
50%
Livre
33
Desenvolvedor 33
Classificação
(10)
Projetos
19
42%
Arbitragem
6
0% / 50%
Expirado
3
16%
Trabalhando
34
Desenvolvedor 34
Classificação
(10)
Projetos
14
43%
Arbitragem
0
Expirado
3
21%
Livre
35
Desenvolvedor 35
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
36
Desenvolvedor 36
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Publicou: 6 códigos
37
Desenvolvedor 37
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
38
Desenvolvedor 38
Classificação
(3)
Projetos
4
0%
Arbitragem
0
Expirado
1
25%
Livre
Pedidos semelhantes
Mk 30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
Seeking developer service to code an EA. Interested developer must have good experience and understanding on how ORB and FVG works, and agreed to the terms below : 1. Shall demonstrate a fully functional EA that operates as specified in the requirement and function automatically as requested in real-time environment (forward test - demo/live), regardless of good results obtained in strategy-tester. Backtesting
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #

Informações sobre o projeto

Orçamento
30+ USD