EA based on a technical indicator

MQL4 专家 积分

指定

1)  I have one MT4 technical indicator that I want to use to trade automatically with.
- I'll provide the details of the technical indicator to the chosen developer for them to think of a proof of concept / feasibility studies.

- Based on specific entry criteria by the technical indicator i.e. EA will read the technical indicator and (1) Buy when Up Arrow show and (2) Sell when Down Arrow show

2)  Provide the MQ4 source file and it's compiled EX4 file so that it can trade automatically.

3)  The input variables should include minimally the following:

* Max trades (each trade open will call on a script (I can specify which script to open, stop loss and take profit will depend on the variables below), for example:)

Note: Different trading scripts cos I can select for different script to open:

1)  Single trade only

2)  Multiple trades e.g. 4 of 0.25 lots each, 3 of 0.01 lots each, 2 of 1 lot each, etc.

Alternatively, you can build-in all these input variables in the EA also.

 

* Lot size (adjustable manually) 

Account Balance
Lot size (adjustable manually)
<=$1000 
 0.01
$2000 
 0.02
$3000
0.03 (+0.01)
$4000
0.04 (+0.01)
$5000
0.05 (+0.01)
* Take profit (in pips) per position
* Stop loss (in pips) per position
* Trail start (profit in pips to activate trailing stop) per position
* Trailing stop (in pips) per position
* Trail step (step in pips for the trailing stop) per position
* Trading days (e.g. Mon and/or Tue and/or Wed and/or Thur and/or Fri)

Please let me know if you have other variables that you suggest I should have.
 
4)  If you can do this Job let me know.

5)  Thanks!

反馈

1
开发者 1
等级
(30)
项目
93
49%
仲裁
18
56% / 17%
逾期
38
41%
空闲
2
开发者 2
等级
(137)
项目
220
52%
仲裁
22
23% / 55%
逾期
64
29%
空闲
发布者: 3 代码
3
开发者 3
等级
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
4
开发者 4
等级
(1)
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
5
开发者 5
等级
(136)
项目
196
43%
仲裁
17
29% / 59%
逾期
28
14%
空闲
6
开发者 6
等级
(118)
项目
201
42%
仲裁
44
9% / 68%
逾期
47
23%
空闲
发布者: 1 代码
7
开发者 7
等级
(329)
项目
539
66%
仲裁
53
21% / 40%
逾期
169
31%
空闲
发布者: 1 代码
8
开发者 8
等级
(34)
项目
80
34%
仲裁
13
31% / 54%
逾期
19
24%
空闲
9
开发者 9
等级
(90)
项目
159
61%
仲裁
40
18% / 63%
逾期
70
44%
空闲
10
开发者 10
等级
(3)
项目
4
0%
仲裁
3
0% / 100%
逾期
0
空闲
11
开发者 11
等级
(538)
项目
814
62%
仲裁
33
27% / 45%
逾期
23
3%
空闲
发布者: 1 代码
12
开发者 12
等级
(647)
项目
1295
67%
仲裁
84
26% / 49%
逾期
338
26%
空闲
13
开发者 13
等级
(499)
项目
744
56%
仲裁
48
31% / 31%
逾期
120
16%
空闲
发布者: 1 代码
14
开发者 14
等级
(2652)
项目
3369
68%
仲裁
77
48% / 14%
逾期
342
10%
工作中
发布者: 1 代码
15
开发者 15
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
16
开发者 16
等级
(4)
项目
30
70%
仲裁
5
0% / 40%
逾期
12
40%
空闲
17
开发者 17
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
(64)
项目
144
46%
仲裁
19
42% / 16%
逾期
32
22%
空闲
19
开发者 19
等级
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
20
开发者 20
等级
(8)
项目
9
0%
仲裁
6
0% / 100%
逾期
4
44%
空闲
21
开发者 21
等级
(4)
项目
7
43%
仲裁
5
0% / 60%
逾期
3
43%
空闲
发布者: 1 代码
22
开发者 22
等级
项目
0
0%
仲裁
0
逾期
0
空闲
23
开发者 23
等级
(772)
项目
1039
44%
仲裁
50
8% / 50%
逾期
116
11%
空闲
相似订单
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it

项目信息

预算
30 - 70 USD
截止日期
 7  10 天