Simple trend following expert advisor

MQL5 专家

工作已完成

执行时间19 天
员工反馈
I am so glad for work with you And I hope to work with you in another job in future.

指定

I will like an automated expert advisor that will work in real time as I will want to leave it on a server to generate profit.


Signals will be generated as follows:


 If Bollinger band(middle Bollinger band) is above/higher than Moving Average and bar closes below highest Bollinger band  and the next

bar closes above Highest Bollinger band(thus bar has to close, not only move above), a long position will be opened.


If Bollinger band(middle one) is below Moving Average and bar closes above lowest bollinger band and the next bar below lowest

Bollinger Band (thus bar has to close, not only move below), a short position has to be opened.


MAX 1 position can be opened at a time. Thus only after open position is closed can the next signal be generated.


The following inputs should be available:


Moving average:

1)Length of moving average

2)Source, for example(closing, open, low or high price)

3)Offset


Bollinger band:

1)Length of bolinger band

2)Source, for example(closing, open, low or high price)

3)Offset

4)Standard deviation


There should also be an option that can be set so that either - 1)Only Long Positions can be opened

                                                                                                      2)Only Short Positions can be opened

                                                                                                      3)Both Long and Short positions can be opened.


Risk Management

Risk management will  be determined with the Average True Range(ATR) indicator as follows:

Average true range %  will be calculated for each closing bar. This is done by dividing the Average True Range

value by the closing Price value *100.


Then there should then be 2 inputs for:

-Stop loss multiple.

-Take profit multiple.


These inputs will be multiples that will be multiplied with the Average True Range %.


For example if the closing price for a share is $1000 and the Average True Range is 1 then the Average True

Range % will be 1/1000 *100=0.1


Then Stop loss will be determined as follows:

Average True Range % times the input multiple for stop loss.

For example if a input multiple of 2 is entered then the stop loss will be 0.1 *2=0.2%

Thus stop loss will be set at 0.2% below opening price of trade.


Then Take profit will be determined in a similar manner:

Average True Range % times the input multiple for take profit.

For example if a input multiple of 3 is entered then the stop loss will be 0.1 *3=0.3%

Thus take profit will be set at 0.3% above opening price of trade.


Position sizing:

For position sizing there should be an input for the % of equity that should be risked.

For example if equity is $100 000 and input is 2% then only an amount of $2000 should be risked.


Position sizes will then be determined with the Stop loss value(as calculated under Risk Management) as follows:


The amount that should be risked (for example the $2000) should be divided by the Stop loss %.

Thus using the $2000/0.2%=$1 000 000.

Thus a position of $1 000 000 should be opened.

Thus if stop loss is triggered, 0.2%*1 000 000= $2000 loss.



High volatility problem:

Lastly I only want positions opened when volatility is low. I thought about adding a extremely long moving average(500 ma length)

to the Average true range indicator and only opening positions if the ATR%/or the ATR(as they are identical in movement but not value)

are below the 500 moving average, I know you can do this in Tradingview but not sure about mql5? Any other suitable suggestions are welcome.


In any case there should be in input to whether the volatility limit should be true or false.


Indexes and commodities:

Lastly the system has to work on all commodities(including gold and silver) and indexes as available to trade by XM brokers.


Testing

I am going to use the coded algorithm to back test data, run it on a demo account; and if there is no errors on a real account.


I would also have possesion of source code and programmer should be available for final tweaks and adjustments.







反馈

1
开发者 1
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
2
开发者 2
等级
(229)
项目
339
49%
仲裁
21
5% / 33%
逾期
24
7%
空闲
3
开发者 3
等级
(90)
项目
118
17%
仲裁
44
23% / 39%
逾期
20
17%
空闲
4
开发者 4
等级
(255)
项目
262
30%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
5
开发者 5
等级
(312)
项目
521
47%
仲裁
29
10% / 45%
逾期
139
27%
工作中
6
开发者 6
等级
(365)
项目
412
36%
仲裁
35
26% / 57%
逾期
63
15%
空闲
7
开发者 7
等级
(2652)
项目
3369
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
8
开发者 8
等级
(2)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
9
开发者 9
等级
(17)
项目
24
33%
仲裁
5
20% / 40%
逾期
8
33%
空闲
10
开发者 10
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
11
开发者 11
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
相似订单
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+ USD
截止日期
 2  5 天