An expert advisor for candle stick based trading bot

Termos de Referência

I need a simple EA bot, where entry and exit to be happend at a certain time period.
Based on a candle, the entry to be taken.

also there should be entry or averages if price moves against your entry. 
At a certain loss, all trades to be closed.

Respondido

1
Desenvolvedor 1
Classificação
(103)
Projetos
165
24%
Arbitragem
23
9% / 78%
Expirado
16
10%
Trabalhando
2
Desenvolvedor 2
Classificação
(442)
Projetos
697
34%
Arbitragem
33
70% / 9%
Expirado
22
3%
Livre
3
Desenvolvedor 3
Classificação
(1)
Projetos
0
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(885)
Projetos
1410
67%
Arbitragem
123
32% / 41%
Expirado
218
15%
Livre
Publicou: 1 código
5
Desenvolvedor 5
Classificação
(60)
Projetos
87
29%
Arbitragem
24
13% / 58%
Expirado
7
8%
Trabalhando
6
Desenvolvedor 6
Classificação
(30)
Projetos
37
54%
Arbitragem
2
50% / 50%
Expirado
3
8%
Livre
7
Desenvolvedor 7
Classificação
(2303)
Projetos
2899
63%
Arbitragem
122
44% / 25%
Expirado
429
15%
Trabalhando
8
Desenvolvedor 8
Classificação
(75)
Projetos
80
6%
Arbitragem
46
11% / 54%
Expirado
7
9%
Trabalhando
9
Desenvolvedor 9
Classificação
(618)
Projetos
1428
59%
Arbitragem
31
81% / 0%
Expirado
10
1%
Livre
10
Desenvolvedor 10
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(4)
Projetos
4
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(627)
Projetos
846
48%
Arbitragem
29
34% / 14%
Expirado
63
7%
Trabalhando
14
Desenvolvedor 14
Classificação
(2)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
1
50%
Livre
15
Desenvolvedor 15
Classificação
(547)
Projetos
631
33%
Arbitragem
38
39% / 50%
Expirado
11
2%
Trabalhando
16
Desenvolvedor 16
Classificação
(160)
Projetos
285
35%
Arbitragem
18
22% / 61%
Expirado
42
15%
Carregado
17
Desenvolvedor 17
Classificação
(308)
Projetos
552
35%
Arbitragem
79
32% / 42%
Expirado
199
36%
Carregado
18
Desenvolvedor 18
Classificação
(17)
Projetos
23
39%
Arbitragem
6
33% / 50%
Expirado
0
Livre
19
Desenvolvedor 19
Classificação
(8)
Projetos
7
0%
Arbitragem
3
0% / 100%
Expirado
2
29%
Livre
20
Desenvolvedor 20
Classificação
(303)
Projetos
309
69%
Arbitragem
2
100% / 0%
Expirado
0
Livre
Publicou: 1 código
21
Desenvolvedor 21
Classificação
(30)
Projetos
30
63%
Arbitragem
1
0% / 0%
Expirado
1
3%
Carregado
Publicou: 5 códigos
22
Desenvolvedor 22
Classificação
(77)
Projetos
243
74%
Arbitragem
7
100% / 0%
Expirado
1
0%
Livre
Publicou: 1 artigo
23
Desenvolvedor 23
Classificação
(2638)
Projetos
3353
67%
Arbitragem
77
48% / 14%
Expirado
342
10%
Trabalhando
Publicou: 1 código
24
Desenvolvedor 24
Classificação
(6)
Projetos
5
0%
Arbitragem
2
50% / 50%
Expirado
2
40%
Livre
25
Desenvolvedor 25
Classificação
(270)
Projetos
552
49%
Arbitragem
57
40% / 37%
Expirado
228
41%
Trabalhando
26
Desenvolvedor 26
Classificação
(45)
Projetos
91
13%
Arbitragem
34
26% / 59%
Expirado
37
41%
Livre
27
Desenvolvedor 27
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
28
Desenvolvedor 28
Classificação
(574)
Projetos
945
47%
Arbitragem
309
58% / 27%
Expirado
125
13%
Livre
Pedidos semelhantes
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Project Scope Development of a fully automated, conservative, institutional-style Expert Advisor for MT5 trading XAUUSD, designed with strict capital preservation and mathematically structured risk management. • Symbol input will be fully configurable to support broker-specific suffixes/prefixes (example: XAUUSD.a, XAUUSDm) and automatically adapt to different digit formats. Core Strategy Logic • Higher-timeframe
I can Program or do any Developing for you for MQL5 or 4 I can work 1 - 5 days deposit is required before im doing anything for both our safety as these work takes a lot of time and energy inbox me and we can discuss the job im reliable and trustworthy looking forward to working with you
Ai robot 30 - 50 USD
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as

Informações sobre o projeto

Orçamento
30 - 99 USD