İş Gereklilikleri
| 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. |
Yanıtlandı
1
Derecelendirme
Projeler
2900
63%
Arabuluculuk
122
44%
/
25%
Süresi dolmuş
429
15%
Çalışıyor
2
Derecelendirme
Projeler
1698
49%
Arabuluculuk
52
71%
/
12%
Süresi dolmuş
37
2%
Çalışıyor
3
Derecelendirme
Projeler
697
34%
Arabuluculuk
33
70%
/
9%
Süresi dolmuş
22
3%
Serbest
4
Derecelendirme
Projeler
521
47%
Arabuluculuk
29
10%
/
45%
Süresi dolmuş
139
27%
Çalışıyor
5
Derecelendirme
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
6
Derecelendirme
Projeler
60
23%
Arabuluculuk
11
73%
/
9%
Süresi dolmuş
3
5%
Serbest
7
Derecelendirme
Projeler
552
35%
Arabuluculuk
79
32%
/
42%
Süresi dolmuş
199
36%
Yüklendi
8
Derecelendirme
Projeler
168
49%
Arabuluculuk
22
14%
/
55%
Süresi dolmuş
22
13%
Çalışıyor
9
Derecelendirme
Projeler
29
14%
Arabuluculuk
3
0%
/
67%
Süresi dolmuş
3
10%
Çalışıyor
10
Derecelendirme
Projeler
13
8%
Arabuluculuk
3
67%
/
33%
Süresi dolmuş
0
Serbest
11
Derecelendirme
Projeler
847
47%
Arabuluculuk
29
38%
/
14%
Süresi dolmuş
63
7%
Çalışıyor
12
Derecelendirme
Projeler
186
41%
Arabuluculuk
24
58%
/
21%
Süresi dolmuş
13
7%
Serbest
13
Derecelendirme
Projeler
486
75%
Arabuluculuk
6
67%
/
17%
Süresi dolmuş
0
Çalışıyor
14
Derecelendirme
Projeler
258
30%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
Yayınlandı: 2 kod
15
Derecelendirme
Projeler
1428
59%
Arabuluculuk
31
81%
/
0%
Süresi dolmuş
10
1%
Serbest
16
Derecelendirme
Projeler
3354
67%
Arabuluculuk
77
48%
/
14%
Süresi dolmuş
342
10%
Serbest
Yayınlandı: 1 kod
17
Derecelendirme
Projeler
3
0%
Arabuluculuk
3
33%
/
67%
Süresi dolmuş
1
33%
Serbest
18
Derecelendirme
Projeler
146
34%
Arabuluculuk
13
8%
/
62%
Süresi dolmuş
26
18%
Serbest
Yayınlandı: 6 kod
19
Derecelendirme
Projeler
18
28%
Arabuluculuk
4
50%
/
50%
Süresi dolmuş
1
6%
Serbest
20
Derecelendirme
Projeler
945
47%
Arabuluculuk
309
58%
/
27%
Süresi dolmuş
125
13%
Serbest
Benzer siparişler
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
Need profitable EA
60+ USD
Hello friends, We need Robot, EA , or Trading software with proven( 6 to 12 months) and it should be given consistent profit upto 3 % per month with no risk ( low Drawdown ), we will pay what you ask, and also We are regulated forex broker and we have all access like FIX API etc, and we dealing with Top tier 1 LPs . Thanks
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
MT5 EA Development Project
30 - 50 USD
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
Proje bilgisi
Bütçe
50+ USD
Son teslim tarihi
from 5 to 10 gün