Developping a robot based on bollinger bands

MQL5 전문가

작업 종료됨

실행 시간 4 일
고객의 피드백
fast answer. great
피고용인의 피드백
Good employer! Thank you :)

명시

hi, i need a robot that opens trades on the M5 or M15 (one or both can be selected) timeframe when a candle open and close outside of the bollinger bands without touching the band (body and shadow).


the trade is opened at the close of the candle with a stop loss under/above the candle/shadow (size in pips can be change in settings). under the lower band is a long, above the upper band is a short.

filters can be activated/ disactivated :

- if the color of the candle is in the direction of the trade (red for a short or green for a long)

- if, at the close of the bar that should open the trade , on the  H1 timeframe the 20 EMA is above the 50 EMA for a long and vice versa for a short

- take the trade only if the RR of the trade is of 2 between the open and the 20 SMA (middle of the band)

- only having 1 trade open

- do not take a trade if the one on the previous candle is a SL.


money management can be changed in settings (default 0.5 % risk of balance  per trade).

the stop loss is moved to break even when a risk reward ratio of 1 is reached (having an option to set BE on the 7 SMA). after that is a trailing stop loss (adjustable in settings. either a pips based move or  based on the ratio ( when R/R of 3 is reached SL at R/R 2 and so on).

응답함

1
개발자 1
등급
(39)
프로젝트
50
18%
중재
5
40% / 40%
기한 초과
0
무료
2
개발자 2
등급
(400)
프로젝트
703
49%
중재
57
16% / 49%
기한 초과
129
18%
무료
3
개발자 3
등급
(140)
프로젝트
201
80%
중재
17
29% / 47%
기한 초과
10
5%
작업중
4
개발자 4
등급
(12)
프로젝트
16
44%
중재
1
100% / 0%
기한 초과
0
무료
5
개발자 5
등급
(50)
프로젝트
57
51%
중재
1
0% / 0%
기한 초과
0
무료
6
개발자 6
등급
(7)
프로젝트
14
21%
중재
1
0% / 100%
기한 초과
3
21%
무료
7
개발자 7
등급
(2069)
프로젝트
2628
61%
중재
113
45% / 26%
기한 초과
418
16%
작업중
8
개발자 8
등급
(1)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
9
개발자 9
등급
(4)
프로젝트
1
0%
중재
2
0% / 100%
기한 초과
0
작업중
10
개발자 10
등급
(2412)
프로젝트
3031
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
11
개발자 11
등급
(12)
프로젝트
25
24%
중재
2
50% / 50%
기한 초과
2
8%
무료
12
개발자 12
등급
(304)
프로젝트
509
47%
중재
29
10% / 45%
기한 초과
138
27%
무료
13
개발자 13
등급
(3)
프로젝트
1
0%
중재
2
0% / 100%
기한 초과
0
작업중
14
개발자 14
등급
(3)
프로젝트
3
33%
중재
0
기한 초과
0
무료
15
개발자 15
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
16
개발자 16
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
17
개발자 17
등급
(97)
프로젝트
135
52%
중재
4
50% / 50%
기한 초과
0
작업중
18
개발자 18
등급
(67)
프로젝트
76
7%
중재
33
9% / 55%
기한 초과
6
8%
작업중
비슷한 주문
Requirement : v Build an EA for MT5 terminal to do the following: a. To Open Trades and Close Trades (Market execution/ Limit Orders) when a specific condition is met. b. To set SL according to the condition met. c. To set BE to the trade, individual trade and to add Trailing function. v Need the below Input Parameters: a. Should be able to select the timings as ( M5/M15/M30/H1/H4/D1) in the
I would like a trading robot / Expert Advisor that simply operates on two basic trading view indicators to enter trades. Everything happens on the 1 minute time frame for this robot. Make the settings of both indicators full customization enabled from my end and also the risk percentage must be adjustable from my end but the risk-to-reward ratio must be fixed to 1:1.5. The scalping robot must operate based on two
I require an English speaking programmer to create the following robot: Brief overview: The program primarily operates just after the open of a new candle on the chart it is attached to. On new candle opening, previous candles over a user defined period are checked. If the number of candles closing with a price rise equal or exceed a given number, the market is considered “Overbought” and the program opens a buy or
Ezeana 40+ USD
i would like to have high frequency trading strategy bot that opens and close multiple trades in short calculated period of time . the expert adviser should be able to full run automatically on its own with 99% winning rate
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should

프로젝트 정보

예산
50 - 60 USD
VAT (20%): 10 - 12 USD
총: 60 - 72 USD
개발자에게
45 - 54 USD
기한
에서 10  20 일