Spécifications

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.

Répondu

1
Développeur 1
Évaluation
(2304)
Projets
2900
63%
Arbitrage
122
44% / 25%
En retard
429
15%
Travail
2
Développeur 2
Évaluation
(1278)
Projets
1698
49%
Arbitrage
52
71% / 12%
En retard
37
2%
Travail
3
Développeur 3
Évaluation
(442)
Projets
697
34%
Arbitrage
33
70% / 9%
En retard
22
3%
Gratuit
4
Développeur 4
Évaluation
(312)
Projets
521
47%
Arbitrage
29
10% / 45%
En retard
139
27%
Travail
5
Développeur 5
Évaluation
(1)
Projets
2
0%
Arbitrage
0
En retard
0
Gratuit
6
Développeur 6
Évaluation
(34)
Projets
60
23%
Arbitrage
11
73% / 9%
En retard
3
5%
Gratuit
7
Développeur 7
Évaluation
(308)
Projets
552
35%
Arbitrage
79
32% / 42%
En retard
199
36%
Chargé
8
Développeur 8
Évaluation
(144)
Projets
168
49%
Arbitrage
22
14% / 55%
En retard
22
13%
Travail
9
Développeur 9
Évaluation
(23)
Projets
29
14%
Arbitrage
3
0% / 67%
En retard
3
10%
Travail
10
Développeur 10
Évaluation
(10)
Projets
13
8%
Arbitrage
3
67% / 33%
En retard
0
Gratuit
11
Développeur 11
Évaluation
(627)
Projets
847
47%
Arbitrage
29
38% / 14%
En retard
63
7%
Travail
12
Développeur 12
Évaluation
(144)
Projets
186
41%
Arbitrage
24
58% / 21%
En retard
13
7%
Gratuit
13
Développeur 13
Évaluation
(467)
Projets
486
75%
Arbitrage
6
67% / 17%
En retard
0
Travail
14
Développeur 14
Évaluation
(252)
Projets
258
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
15
Développeur 15
Évaluation
(618)
Projets
1428
59%
Arbitrage
31
81% / 0%
En retard
10
1%
Gratuit
16
Développeur 16
Évaluation
(2639)
Projets
3354
67%
Arbitrage
77
48% / 14%
En retard
342
10%
Gratuit
Publié : 1 code
17
Développeur 17
Évaluation
(4)
Projets
3
0%
Arbitrage
3
33% / 67%
En retard
1
33%
Gratuit
18
Développeur 18
Évaluation
(69)
Projets
146
34%
Arbitrage
13
8% / 62%
En retard
26
18%
Gratuit
Publié : 6 codes
19
Développeur 19
Évaluation
(11)
Projets
18
28%
Arbitrage
4
50% / 50%
En retard
1
6%
Gratuit
20
Développeur 20
Évaluation
(574)
Projets
945
47%
Arbitrage
309
58% / 27%
En retard
125
13%
Gratuit
Commandes similaires
EA FOR GANN MADE EASY AND APOLLO SUPPLY DEMAND ZONES INDICATORS (Both indicators are only available on MT4). (1) Opens trades based on the buy/sell arrows from the Gann made easy indicator ( https://www.mql5.com/en/market/product/73721?source=Site+Search ). Sometimes, it is not possible to achieve the entry price from this indicator as the market would have moved by the time you hear the alert; hence it is very
Dear Developer, I am looking to develop both a MetaTrader 5 Indicator and a MetaTrader 5 Expert Advisor (EA) based on the swing depth logic shown in the Pine Script code attached below. The indicator and EA must be built as separate files but must follow the exact same signal logic so both display and execute identically. Please carefully review the requirements below and confirm your understanding before starting
I have a High-Frequency Trading EA and I need a full conversion and optimization for MT5. The goal is to ensure stable execution and reliable performance on real accounts (IC Markets Raw and similar ECN brokers). I need an experienced and reputable MQL5 developer to: Convert the existing strategy to MT5 with full fidelity to the original trading logic (entries, SL, breakeven, trailing, pending orders). Optimize the
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

Informations sur le projet

Budget
50+ USD
Délais
de 5 à 10 jour(s)