指定

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.

応答済み

1
開発者 1
評価
(2304)
プロジェクト
2900
63%
仲裁
122
44% / 25%
期限切れ
429
15%
仕事中
2
開発者 2
評価
(1278)
プロジェクト
1698
49%
仲裁
52
71% / 12%
期限切れ
37
2%
仕事中
3
開発者 3
評価
(442)
プロジェクト
697
34%
仲裁
33
70% / 9%
期限切れ
22
3%
4
開発者 4
評価
(312)
プロジェクト
521
47%
仲裁
29
10% / 45%
期限切れ
139
27%
仕事中
5
開発者 5
評価
(1)
プロジェクト
2
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(34)
プロジェクト
60
23%
仲裁
11
73% / 9%
期限切れ
3
5%
7
開発者 7
評価
(308)
プロジェクト
552
35%
仲裁
79
32% / 42%
期限切れ
199
36%
取り込み中
8
開発者 8
評価
(144)
プロジェクト
168
49%
仲裁
22
14% / 55%
期限切れ
22
13%
仕事中
9
開発者 9
評価
(23)
プロジェクト
29
14%
仲裁
3
0% / 67%
期限切れ
3
10%
仕事中
10
開発者 10
評価
(10)
プロジェクト
13
8%
仲裁
3
67% / 33%
期限切れ
0
11
開発者 11
評価
(627)
プロジェクト
847
47%
仲裁
29
38% / 14%
期限切れ
63
7%
仕事中
12
開発者 12
評価
(144)
プロジェクト
186
41%
仲裁
24
58% / 21%
期限切れ
13
7%
13
開発者 13
評価
(467)
プロジェクト
486
75%
仲裁
6
67% / 17%
期限切れ
0
仕事中
14
開発者 14
評価
(252)
プロジェクト
258
30%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
15
開発者 15
評価
(618)
プロジェクト
1428
59%
仲裁
31
81% / 0%
期限切れ
10
1%
16
開発者 16
評価
(2639)
プロジェクト
3354
67%
仲裁
77
48% / 14%
期限切れ
342
10%
パブリッシュした人: 1 code
17
開発者 17
評価
(4)
プロジェクト
3
0%
仲裁
3
33% / 67%
期限切れ
1
33%
18
開発者 18
評価
(69)
プロジェクト
146
34%
仲裁
13
8% / 62%
期限切れ
26
18%
パブリッシュした人: 6 codes
19
開発者 19
評価
(11)
プロジェクト
18
28%
仲裁
4
50% / 50%
期限切れ
1
6%
20
開発者 20
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
類似した注文
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

プロジェクト情報

予算
50+ USD
締め切り
最低 5 最高 10 日