Need an EA for fully automated trading on start capital of $100.

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 6 giorni
Feedback del cliente
We had a rough start. Developer got frustrated at some point with my too many requests for edit. LOl. Something I like about him is that he quickly brings his emotion to check. He's patient.
Feedback del dipendente
Good deal.. she changed her strategy 3 times but it's ok finally we closed the job..

Specifiche

I need an indicator based trading robot. This robot is based on 2 indicators; TDI and bolinger bands. This robot will be used on only one pair (XAUUSD). The bot will have to be compounding lot sizes as capital increases. The criteria’s are listed below.  


BUY TRADE SCENARIOS 


Go to the 15M TF and wait for RSI to go below line 30, cross the signal line & MBL upward and ensures a candle closes above the middle bolinger bands on the 15M TF. Go to the 1H TF, take a buy trade as soon as RSI crosses the signal line upward and a BULLISH Heikin Ashi candle is formed. The bot should open 5 positions. Set stop loss to 50 pips for each position. We have a total of 5 positions opened, set TP for the 1st position to be 30 pips, while TP for 2nd position to be 50 pips, TP for the 3rd position to be 60 pips, TP for the 4th position to be 80 pips, while the remaining 1 position should not have TP. All positions should be closed immediately RSI crosses the signal line to the opposite direction on the 1H TF. 


NOTE; If at any point RSI crosses the signal line upward on the 1H TF, indicating a buy, the bot should ignore it. RSI must cross the signal line upward from below 30 line on the 15M TF. Also note it’s very important for the bot to wait for a candle to close above the middle bolinger band and enter with the next candle on the 15M TF. Also very important for the bot to close all positions immediately RSI crosses the signal line to the opposite direction on the 1H TF and immediately open another positions to the opposite direction of RSI crosses from above 70 line on the 15M TF. 


SELL TRADE SCENARIOS : just the opposite of buy scenarios. But the bot must wait for RSI to cross signal line downward from RSI 70 line on the 15M timeframe. 

Con risposta

1
Sviluppatore 1
Valutazioni
(303)
Progetti
386
20%
Arbitraggio
43
60% / 23%
In ritardo
46
12%
Occupato
2
Sviluppatore 2
Valutazioni
(14)
Progetti
16
31%
Arbitraggio
0
In ritardo
1
6%
Gratuito
3
Sviluppatore 3
Valutazioni
(88)
Progetti
111
24%
Arbitraggio
10
50% / 20%
In ritardo
8
7%
In elaborazione
4
Sviluppatore 4
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
5
Sviluppatore 5
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(551)
Progetti
1334
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
7
Sviluppatore 7
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(12)
Progetti
25
24%
Arbitraggio
2
50% / 50%
In ritardo
2
8%
Gratuito
9
Sviluppatore 9
Valutazioni
(259)
Progetti
420
38%
Arbitraggio
86
44% / 19%
In ritardo
70
17%
Occupato
10
Sviluppatore 10
Valutazioni
(61)
Progetti
188
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
11
Sviluppatore 11
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
In elaborazione
12
Sviluppatore 12
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Use whatever combination of indicator you want, but requirements is: Requirements: - must open a 3-4 lot XAUUSD every day (can use news filter to filter high impact days) - TP of 2.000 USD - SL of 14.000 USD Provide backtest screenshot of the last 2 years upon applying for the job
Location: Remote Employment Type:[Full-time/Part-time] About Us At Riskeys, we are transforming the trading experience with our state-of-the-art Smart Trading Keypad for MetaTrader 4/5. Our mission is to empower traders with innovative risk management tools, providing them with the speed, precision, and efficiency they need to succeed in today’s fast-paced financial markets. As we continue to push the boundaries of
Hi there new to this but need some assistance. I need someone to code a very simple indicator/EA (I don't know which one is going to be) with these specifications 1) I need the indicator to create a buffer line between the high and low of the printed candle, the high and low is based on the highest point or lowest point the candle has gone, not the close but the actual wick per say. 2) once the candle is created the
Good programme Skill needed, ability to built high frequency trading (hft) expert advisor that works on MT4 and MT5 no Grid, no Matin. just Short term trade that last 1sec - 5mins for profit take, that can be used to trade on demo and live accounts RAW ECN icmarket, Blackbullmarket, Fusion market, FPMarkets and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
a 2 giorno(i)