Termos de Referência

I WANT A ROBOT WHICH CAN AUTOMATICALLY PLACE AN AORDER FOR FOLLOWING STRATEGY.
(1) MACD indicator 15 min candle.
(2) BUY 0.01 EURUSD if MACD cross zero line on upside at the closing candle
(3) SELL 0.02 EURUSD IF MACD cross zero line on down side at the closing candle (Irrespective of profit or loss in previous order)
(4) BUY 0.02 EURUSD if MACD cross zero line on upside at the closing canlle  (Irrespective of profit or loss in previous order)
(5) SELL 0.02 EURUSD IF MACD cross zero line on down side at the closing candle  (Irrespective of profit or loss in previous order)
and so on ........
it should work nonstop.... with no SL or no TP as its automatically adjusted.
in a month if i get say 70-80 trade and even if 55 are giving loss but other trade will give big profit.

Respondido

1
Desenvolvedor 1
Classificação
(2304)
Projetos
2900
63%
Arbitragem
122
44% / 25%
Expirado
429
15%
Trabalhando
2
Desenvolvedor 2
Classificação
(1278)
Projetos
1698
49%
Arbitragem
52
71% / 12%
Expirado
37
2%
Trabalhando
3
Desenvolvedor 3
Classificação
(442)
Projetos
697
34%
Arbitragem
33
70% / 9%
Expirado
22
3%
Livre
4
Desenvolvedor 4
Classificação
(312)
Projetos
521
47%
Arbitragem
29
10% / 45%
Expirado
139
27%
Trabalhando
5
Desenvolvedor 5
Classificação
(1)
Projetos
2
0%
Arbitragem
0
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(34)
Projetos
60
23%
Arbitragem
11
73% / 9%
Expirado
3
5%
Livre
7
Desenvolvedor 7
Classificação
(308)
Projetos
552
35%
Arbitragem
79
32% / 42%
Expirado
199
36%
Carregado
8
Desenvolvedor 8
Classificação
(144)
Projetos
168
49%
Arbitragem
22
14% / 55%
Expirado
22
13%
Trabalhando
9
Desenvolvedor 9
Classificação
(23)
Projetos
29
14%
Arbitragem
3
0% / 67%
Expirado
3
10%
Trabalhando
10
Desenvolvedor 10
Classificação
(10)
Projetos
13
8%
Arbitragem
3
67% / 33%
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(627)
Projetos
847
47%
Arbitragem
29
38% / 14%
Expirado
63
7%
Trabalhando
12
Desenvolvedor 12
Classificação
(144)
Projetos
186
41%
Arbitragem
24
58% / 21%
Expirado
13
7%
Livre
13
Desenvolvedor 13
Classificação
(467)
Projetos
486
75%
Arbitragem
6
67% / 17%
Expirado
0
Trabalhando
14
Desenvolvedor 14
Classificação
(252)
Projetos
258
30%
Arbitragem
0
Expirado
3
1%
Livre
Publicou: 2 códigos
15
Desenvolvedor 15
Classificação
(618)
Projetos
1428
59%
Arbitragem
31
81% / 0%
Expirado
10
1%
Livre
16
Desenvolvedor 16
Classificação
(2639)
Projetos
3354
67%
Arbitragem
77
48% / 14%
Expirado
342
10%
Livre
Publicou: 1 código
17
Desenvolvedor 17
Classificação
(4)
Projetos
3
0%
Arbitragem
3
33% / 67%
Expirado
1
33%
Livre
18
Desenvolvedor 18
Classificação
(69)
Projetos
146
34%
Arbitragem
13
8% / 62%
Expirado
26
18%
Livre
Publicou: 6 códigos
19
Desenvolvedor 19
Classificação
(11)
Projetos
18
28%
Arbitragem
4
50% / 50%
Expirado
1
6%
Livre
20
Desenvolvedor 20
Classificação
(574)
Projetos
945
47%
Arbitragem
309
58% / 27%
Expirado
125
13%
Livre
Pedidos semelhantes
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 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
Trailing Stop Based on Thresholds . Other Necessary Filters already Coded . Live Chart Only . The strategy already coded - needs a fresh new draft . To Start from Signal Trigger
I am looking for a professional MQL5 developer to build a structured MT5 Expert Advisor. This is NOT a martingale or high-risk grid bot. Platform: • MT5 only (MQL5 source code required) Symbols: • XAUUSD • GBPUSD • GBPJPY Timeframe: • M5 Risk Management: • Adjustable risk per trade (default 0.5% equity) • Daily drawdown protection (max 3%, auto-lock trading for the day) • Maximum 2 open trades • Minimum 120 seconds
What informtion would you need for Ninjatrader futures automated trading and how long would it take ? if anyone can give me answer i will be happy to discuss more about the project thanks fill free to bid to the project thanks

Informações sobre o projeto

Orçamento
50+ USD
Prazo
de 5 para 10 dias