An Expert Advisor Based on Bollinger Bands Needed

MQL4 专家

指定

Trading Idea
The bot will simply place trades based on Bollinger Bands. It will open positions either based on reversals, breakouts, or both. Positions will be closed based on fixed take profit / stop loss points, trailing stops, or by the user. Most everything related to the bot is configurable by the user at start-up to keep the bot flexible. The bot will also use safety measures to check whether it should trade (e.g. are positions already open, margin level, performance of prior trades)

When I start the EA, I want to be able to configure:
 1. Whether the bot will trade only reversals, only breakouts, or it can trade either one
 2. The number of standard deviations used by the Bollinger Bands (from 1 to 3, with 5 decimals)
 3. The Bollinger Bands price to use (e.g. close, bid, etc.)
 4. The Bollinger Bands periods to use (e.g. 15, 20, 25, etc.)
 5. The Bollinger Bands MA Type (e.g. simple)
 6. The timeframe of the candles to use (e.g. 5 min, 10 min, 15 min, 30 min, etc.)
 7. Whether to create a take profit when a position is opened and if so, the distance from the opening price (e.g. 10 PIPS)
 8. Whether to create a stop loss when a position is opened and if so, the distance from the opening price (e.g. 10 PIPS)
 9. Whether to use position management (see requirement 16 below) and if so, how much (e.g. 10 PIPS). 
 10. Whether an opposite signal will (a) do nothing (b) close the existing position or (c) close the existing position and open a new one.
 11. How big a lot to buy
 12. Minimum percentage of margin that needs to be available (e.g. if set to 50%, it will only trade if more than 50% of margin is available). If not, it will not trade until a new signal occurs and at that time, sufficient margin is available.
 13. Whether the bot should shutdown depending on the result of the last X number of trades in the currency pair (e.g. if the last two were a loss, the EA will stop)

Positions are opened:
 14. After the candle with the signal closes. For example, assume candles are set to 15 minutes. The signal occurs during the 7:00 candle at 7:06 The bot does not open the position when the signal occurs, but only at 7:15, after confirming again that the signal is still valid for the 7:00 candle. This is to prevent false positives.

Positions are closed:
 15. Based on the configurations made by the user, as noted in requirements 7, 8, 9, and 10 above.

Position Management
 16. If activated by the user (see requirement 9 above), this is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the trailing stop parameter set by the user (see requirement 9). If a stop loss was set when the position was opened, it is removed. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. 
 
General requirements
 17. At startup, checks whether there is already a position open in that currency pair. If so, shuts down / will not trade.
 18. Regardless of how many signals occur, does not trade if the configured minimum margin is not available.
 19. Can run on any currency pair.
 20. Can run simultaneously for multiple currency pairs.
 

I want the EA in MQL4 and MQL5. I do want the source code for the EA.


Illustration is attached.




附加的文件:

PNG
Capture.PNG
33.9 Kb

反馈

1
开发者 1
等级
(2442)
项目
3079
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
2
开发者 2
等级
(185)
项目
327
32%
仲裁
33
42% / 27%
逾期
98
30%
工作中
3
开发者 3
等级
(23)
项目
45
20%
仲裁
24
29% / 46%
逾期
12
27%
空闲
4
开发者 4
等级
(33)
项目
35
40%
仲裁
11
9% / 91%
逾期
4
11%
空闲
5
开发者 5
等级
(39)
项目
55
13%
仲裁
5
20% / 20%
逾期
6
11%
空闲
6
开发者 6
等级
(28)
项目
30
37%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(82)
项目
86
57%
仲裁
25
0% / 84%
逾期
19
22%
空闲
8
开发者 8
等级
(225)
项目
284
42%
仲裁
15
13% / 47%
逾期
67
24%
空闲
9
开发者 9
等级
(36)
项目
50
28%
仲裁
2
0% / 100%
逾期
6
12%
空闲
10
开发者 10
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
11
开发者 11
等级
(87)
项目
114
26%
仲裁
7
29% / 57%
逾期
5
4%
空闲
12
开发者 12
等级
(267)
项目
542
50%
仲裁
55
40% / 36%
逾期
225
42%
工作中
13
开发者 13
等级
(261)
项目
425
38%
仲裁
86
44% / 19%
逾期
71
17%
已载入
14
开发者 14
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
15
开发者 15
等级
(3)
项目
2
0%
仲裁
7
0% / 86%
逾期
0
空闲
相似订单
Hi there I'm looking to create an EA that incorporates my trading strategy, unfortunately I do not have experience coding. The strategy consist of: - Fibonacci retracement on 4h timeframe, in the direction of the trend - The trade needs to be opened following trend direction - indicator EMA - need option to customize period input, Uptrend if price above EMA, downtrend if price below EMA - Only take high quality
Hi, I am looking for you who probably already got this high-performing bot that I am looking for or is willing to create one. My main focus is XAUUSD. Win-Rate should be >70% on back-test, Should also be able to run live demo a/c and show profit. There has to be a clear strategy and parameters in order to optimize and adapt to change
Hello there, am in need of an expert pinescript programmer who can work on an existing code to add some indicators and features. Please bid if you understand pinescript well and can work on existing code
We are seeking an experienced MQL4 developer to create a forecasting indicator with a prediction accuracy above 80%. The indicator must be capable of learning from historical market data starting from the year 2000 to the present. Additionally, it should offer an option to analyze and learn from all available candlesticks on the current timeframe, allowing it to adapt to real-time market conditions. Key Requirements
Dears, I hope you are doing well. I am looking to develop a trading bot specifically for trading gold on the MT5 platform. My target is for the bot to generate a monthly return of 40-60% on the initial capital, which will start at $2,000, with a leverage of 1:400. Additionally, I would like to have access to the indicators and tools necessary for evaluating the bot’s performance. These should include key metrics like
I have an expert that wrote in Mq4 .. and I would like to convert it to Mq5 .. to work as it works on mq4 .. with some added options.. so who can do it for me
Mega-FX Indicator 30 - 100 USD
Hello the Mega-Fx Indicator is currently running on MT4. I would need it in Mt5 and automatic trading with free setting of parameters. Specifically. When he should make a trade should be adjustable
I am looking for someone to help me to automate my trading from mt4/5 expert advisors and own trades to tradovate. My trades are generated by my expert in MT5, I want those trades copied to Tradovate's platform using their API to different accounts, that some programmers have suggested is a REST API and should be easily doable
Kindly access the vps to check out the EA, the name of the EA I'm referring to is called TOPGUN 2.0 The EA is in below VPS Server: 176.57.188.42 User:administrator Password: Test20082024! The project is to replicate the same EA in the server and code a very similar one based on the exact functionality in that existing EA
Good day. I would like to have an EA that closes all positions when a certain equity has been achieved. For example, I set balance to 100$ and equity target profit to 5$. When equity reaches 105$, it closes all positions and does the process again to 110$, 115$ and so on and so forth

项目信息

预算
50 - 100 USD
开发人员
45 - 90 USD