指定

I need a scalping EA for trading XAUUSD on the H1 timeframe using Fibonacci. For example, I'd like to buy at the demand zone and sell at the supply zone. I want the EA to be able to set its own TP and LS in percentages and also determine the number of lots to trade.


I also want to provide a UI display with information (account balance, profit, loss, daily profit, monthly profit, monthly drawdown) and buy, sell, and close buttons.


For the close button, I want the EA to try to find the option to close orders with a maximum profit of 5% or a maximum loss of 1% based on the existing momentum.

I also want the EA to be able to use Indonesian in the settings.


I also want to create an RSI indicator to support the EA to maximize momentum.

応答済み

1
開発者 1
評価
(395)
プロジェクト
574
53%
仲裁
30
53% / 23%
期限切れ
7
1%
取り込み中
2
開発者 2
評価
(2248)
プロジェクト
2835
62%
仲裁
118
46% / 25%
期限切れ
428
15%
3
開発者 3
評価
(50)
プロジェクト
73
21%
仲裁
11
18% / 27%
期限切れ
6
8%
仕事中
4
開発者 4
評価
(17)
プロジェクト
19
26%
仲裁
2
50% / 0%
期限切れ
1
5%
パブリッシュした人: 2 codes
5
開発者 5
評価
(84)
プロジェクト
115
70%
仲裁
5
80% / 0%
期限切れ
11
10%
6
開発者 6
評価
(291)
プロジェクト
521
36%
仲裁
62
34% / 35%
期限切れ
187
36%
取り込み中
7
開発者 7
評価
(7)
プロジェクト
11
18%
仲裁
6
17% / 0%
期限切れ
3
27%
仕事中
8
開発者 8
評価
(495)
プロジェクト
736
56%
仲裁
47
32% / 30%
期限切れ
116
16%
仕事中
パブリッシュした人: 1 code
9
開発者 9
評価
(20)
プロジェクト
26
38%
仲裁
2
50% / 50%
期限切れ
2
8%
10
開発者 10
評価
(156)
プロジェクト
280
35%
仲裁
14
29% / 50%
期限切れ
42
15%
11
開発者 11
評価
(5)
プロジェクト
4
25%
仲裁
1
0% / 100%
期限切れ
0
12
開発者 12
評価
(7)
プロジェクト
8
13%
仲裁
5
40% / 20%
期限切れ
0
13
開発者 13
評価
(70)
プロジェクト
90
26%
仲裁
24
21% / 50%
期限切れ
24
27%
14
開発者 14
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
15
開発者 15
評価
(6)
プロジェクト
6
17%
仲裁
2
0% / 0%
期限切れ
1
17%
取り込み中
16
開発者 16
評価
(8)
プロジェクト
12
0%
仲裁
22
0% / 77%
期限切れ
4
33%
17
開発者 17
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
18
開発者 18
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
19
開発者 19
評価
(15)
プロジェクト
34
24%
仲裁
3
0% / 33%
期限切れ
2
6%
仕事中
20
開発者 20
評価
(284)
プロジェクト
459
39%
仲裁
95
43% / 18%
期限切れ
73
16%
取り込み中
パブリッシュした人: 2 codes
21
開発者 21
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
22
開発者 22
評価
(4)
プロジェクト
2
0%
仲裁
1
0% / 0%
期限切れ
1
50%
仕事中
23
開発者 23
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
24
開発者 24
評価
(279)
プロジェクト
330
51%
仲裁
12
42% / 0%
期限切れ
18
5%
取り込み中
25
開発者 25
評価
(1)
プロジェクト
1
100%
仲裁
1
0% / 0%
期限切れ
0
仕事中
26
開発者 26
評価
(45)
プロジェクト
91
13%
仲裁
34
26% / 59%
期限切れ
37
41%
27
開発者 27
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
28
開発者 28
評価
プロジェクト
0
0%
仲裁
1
0% / 100%
期限切れ
0
29
開発者 29
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
30
開発者 30
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
31
開発者 31
評価
(11)
プロジェクト
11
18%
仲裁
1
0% / 0%
期限切れ
1
9%
類似した注文
⸻ I have an Expert Advisor called NeuroTrendX_Pro v7.9 ULTRA (NTX Pro). I need a reliable and experienced MQL5 developer to finalize and correct it without removing or disabling any existing logic. Scope of work (included in the fixed budget): • Fix all existing compile/runtime errors (not just one). • Keep the entire current logic intact (do not remove or change modules). • Implement and confirm the following
Thabo-killerbot 30 - 1000 USD
//+------------------------------------------------------------------+ //| SimpleMA.mq5 | //| Auto trading bot example | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property link "" #property version "1.00" #property strict input int FastMAPeriod = 10; input int SlowMAPeriod = 30; input double Lots = 0.1; int fastMAHandle; int slowMAHandle; double fastMA[];
Hello, I’m looking for an MQL5 or MQL4 EA that trades EURUSD (optionally other majors or XAUUSD). The broker applies a 4-pip spread on EURUSD and higher on other symbols. The sole objective is to generate at least 45–60 lots of volume within 2 weeks or max one month (more is better; a bonus is paid for every additional 10 lots traded). The account has 1000 USD starting balance. Capital preservation is not required
I need help building a successful trading strategy on QuantConnect. The goal is to achieve a sharp ratio greater than 2 and returns above 100% per annum, with the strategy scripted and backtested on the platform. Scope of work - Develop a trading strategy with a sharp ratio greater than Ensure returns exceed 100% annually. - Draft and backtest the strategy using QuantConnect platform. Additional information Build &
I am looking for an experience MQL4 developer for making a profitable prop firm compatible MT4 gold scalper EA on a 5 Minute time frame. The EA should have a win rate of not less than 90% on back testing. The EA should be able to pass all prop firm challenges like Funded Next, FTMO, Funding Pips within 1-2 weeks. The EA should also work on live funded account. Any strategy can be used to develop the EA. Proper risk
Modify my MT5 EA 30 - 40 USD
I am looking for an MQL5 programmer who can modify and customize my personal MT5 EA. There is problem in placing stop loss but still the EA is profitable on back testing. I also want to add news filter and prop firm compatible. The details will be shared to the developer personally
Breakout and Retest/Supply and Demand Strategies for EA Expert Advisors, on MQL5 1. *Breakout Strategy*: Identify key levels of support/resistance and enter trades upon breakout. 2. *Retest Strategy*: Wait for price to retest previously broken levels before entering trades. 3. *Supply and Demand Strategy*: Identify areas of strong buying/selling interest (supply/demand zones). *Best Practices* 1. Define clear
I need a simple zone recovery martingle ea which buys when the zone breaks upwards and sells welhencthe zone breaks downwards no indicator nothing simple inputs pannel with martingle multiplier zone size +tp size -tp size number no martingle allowed and starting pip size
I need MQL4 EA for a forex expert advisor to trade on MT4 that uses a reversal strategy with the following conditions: only pairs that will enter are USDJPY, EURJPY, CADJPY, NZDJPY, AUDJPY, GBPJPY, CHFJPY. Each pair can only be traded once a month. Will only enter the market on 1 hour timeframe. Lot size = 1.0. Risk:reward ratio is 1:2. Enter if there are at least 7 confirmations from the following signals: for the
Bainanans 500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H

プロジェクト情報

予算
50 - 200 USD
開発者用
45 - 180 USD