I am looking for someone with experience in developing trading robots, familiarity with MetaTrader

Specifiche

1. Define the Reversal Pattern Tell them exactly which candlestick pattern you want to detect. For example:

"I want to detect a Bullish Engulfing pattern: a bearish candle followed by a larger bullish candle that fully engulfs the body of the previous candle."

Or:

"I want to detect a Hammer pattern: a small body near the top of the candle with a long lower wick (at least twice the size of the body), and little to no upper wick."

2. Timeframe and Symbol Specify which timeframes and symbols the EA should scan.

"Please apply this pattern detection on the 1-hour and 4-hour charts for any symbol the EA is attached to."

3. Detection Logic Ask them to write code that checks the following conditions for each candle:

  • Candle body size and position

  • Wick size (high/low vs. open/close)

  • Relative position compared to the previous candle

Example logic for a bullish engulfing:

"Check if the previous candle is bearish and the current candle is bullish. The current candle's body should completely engulf the previous candle's body."

4. What Should Happen After Detection Let them know what you want the EA to do once it finds the pattern:

  • Send an alert (sound, message, etc.)

  • Open a trade (buy/sell, lot size, stop loss, take profit)

  • Draw an arrow or label on the chart

Example:

"When a bullish engulfing is detected, open a buy trade with 0.1 lot, 30 pip stop loss, and 60 pip take profit."

5. Extra Features (Optional) If you want filters, like trend detection or RSI confirmation, mention those:

"Only trade the pattern if the RSI(14) is below 30 (oversold)."

Con risposta

1
Sviluppatore 1
Valutazioni
(184)
Progetti
226
33%
Arbitraggio
8
63% / 38%
In ritardo
6
3%
In elaborazione
Pubblicati: 8 codici
2
Sviluppatore 2
Valutazioni
(20)
Progetti
29
55%
Arbitraggio
0
In ritardo
1
3%
Gratuito
3
Sviluppatore 3
Valutazioni
(62)
Progetti
111
39%
Arbitraggio
15
47% / 53%
In ritardo
28
25%
In elaborazione
4
Sviluppatore 4
Valutazioni
(45)
Progetti
64
22%
Arbitraggio
10
20% / 30%
In ritardo
6
9%
Caricato
5
Sviluppatore 5
Valutazioni
(46)
Progetti
57
23%
Arbitraggio
8
38% / 38%
In ritardo
5
9%
Gratuito
6
Sviluppatore 6
Valutazioni
(11)
Progetti
11
9%
Arbitraggio
0
In ritardo
1
9%
Occupato
7
Sviluppatore 7
Valutazioni
(363)
Progetti
461
24%
Arbitraggio
48
58% / 21%
In ritardo
52
11%
Caricato
8
Sviluppatore 8
Valutazioni
(2540)
Progetti
3206
66%
Arbitraggio
77
48% / 14%
In ritardo
341
11%
Gratuito
Pubblicati: 1 codice
9
Sviluppatore 9
Valutazioni
(8)
Progetti
9
0%
Arbitraggio
4
50% / 25%
In ritardo
1
11%
In elaborazione
10
Sviluppatore 10
Valutazioni
(71)
Progetti
218
71%
Arbitraggio
6
100% / 0%
In ritardo
1
0%
Gratuito
11
Sviluppatore 11
Valutazioni
(152)
Progetti
271
35%
Arbitraggio
12
25% / 58%
In ritardo
42
15%
Caricato
12
Sviluppatore 12
Valutazioni
(5)
Progetti
6
0%
Arbitraggio
0
In ritardo
1
17%
In elaborazione
13
Sviluppatore 13
Valutazioni
(598)
Progetti
1403
59%
Arbitraggio
31
81% / 0%
In ritardo
10
1%
Gratuito
14
Sviluppatore 14
Valutazioni
(270)
Progetti
548
49%
Arbitraggio
55
40% / 36%
In ritardo
226
41%
In elaborazione
15
Sviluppatore 15
Valutazioni
(43)
Progetti
90
13%
Arbitraggio
33
27% / 58%
In ritardo
37
41%
Gratuito
16
Sviluppatore 16
Valutazioni
(8)
Progetti
10
10%
Arbitraggio
1
0% / 0%
In ritardo
4
40%
In elaborazione
Ordini simili
https://drive.google.com/file/d/1mO8supimRPoCWqoaK3lPxZfqodon4Tz4/view?usp=drivesdk Hi! Actually, i have a job dor freelancer, i want you to replicate an existing indicator for me. I also know all the logic behind it. Tell me if you are interested. Attached you will find the video for the main indicator and the specifications pdf file. Feel free to ask me for more clarifications Here is video
Looking for an MT5 EA with the following criteria: Price above Bollinger bands = sell Price below Bollinger bands = buy Close on opposite signal = true/false Trade direction = long only, short only, long & short Trading hours (based on GMT with DST) VIP: When back testing in the MT5 strategy tester, the EA should still trade with GMT and DST hours, regardless of the historical data timestamps. Might need to implement
Hello, I want to create an MT4 indicator identical to the one shown in the attached image. What I need: – Red arrows = sell signals at reversal zones – Green arrows = buy signals at reversal zones – Arrows appearing at candle closes for confirmation – It should work best on Forex and cryptocurrency pairs on the M1 timeframe. – A high win rate (90% or more). – There should be no repainting or other fraudulent
Alpha pin FX 30+ USD
Title: Smart Forex Trading Robot Using Price Action Strategy Description: I’m looking for an experienced developer to create a fully automated Forex trading robot for MetaTrader 4 or 5. The bot should be based on price action principles , with the following features: Entry based on candlestick patterns (e.g., engulfing, pin bars) Dynamic support and resistance detection Risk management (fixed % risk per trade) Trade
BB AND RSI 110+ USD
Bollinger band & RSI So the bot needs to be able to do two diffrent strategies, if it meet strategy 1 the bot needs to do a trade. If it meets strategy 2 it also needs to make a trade. I also want to be able to switch on/off a strategy if I decide not to run only one strategy It should work on all markets - forex , crypto , sinthetics Each strategy should have its each own everything, own TP,SL ext. It must not work
Mt5EA 30 - 50 USD
🧠 Core Logic Summary: Trend Detection (via EMAs) EA starts with trend check using EMA50 vs EMA200. If OppositeTrend=true, it trades against trend. Initial Trade + Hedge Pending Opens 1 trade (BUY/SELL) based on trend Places opposite pending (SELL STOP or BUY STOP) with defined Gap SL & TP are applied as per input (SL = Gap distance, TP = dynamic recovery) Lot Progression (Multiplied) Base lot size is either fixed
I have a trading bot on MT5 platform that enters the market against the trend and averages positions using a Martingale system (a grid trader) until the price eventually reverses in its favor. This leads to a dangerous possibility of losing the entire deposit during sharp and prolonged price moves, since the bot does not use stop-losses and fully relies on a timely price reversal. A protection mechanism must be
hello i need expert that uses this indicator open buy /close sell if currency numerator crossed upwards currency denominator open sell /closs long if currency numerator crosses downwards currency denominator
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
Symbol_Maker 3.0 30 - 100 USD
the script display custom charts, I want to add 8 cryptos, we will follow the same logic as in BTCxxx we will add 1. Ethereum (ETH) 2. XRP (XRP) 3. Solana (SOL) 4. Cardano (ADA) 5. Chainlink (LINK) 6. Litecoin (LTC) 7. Binance(BNB) 8. DogeCoin(DOGE) Bitcoin(BTC) is already incorporated, we will also make for XAUxxx , XAGxxx, OILxxx we will use the same formulas as in BTCxxx, so we will have the following outputs: {

Informazioni sul progetto

Budget
30 - 80 USD
Scadenze
a 5 giorno(i)

Cliente

Ordini effettuati2
Numero di arbitraggi0