MQL5 Trading Robot Development Request

Termos de Referência

Indicator in use: Bollinger Bands

Sells:
1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal)
2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price moves below 1.07915, enter a sell - I want to also allow a buffer value as an option [see below])
3. Stop loss is the top of Trigger candle (With option for extra buffer as an option [see below])
4. Take profit is when price touches the bottom Bollinger band 
5. Different options available for moving stop loss to Breakeven etc - see Features below
(see diagram provided)

Buys:
1. Trigger candle: When candle high is below the bottom Bollinger band - accurate to the point scale (e.g. On EURUSD if candle high is 1.07915 and the value of top bollinger is 1.07916 - this is a buy signal)
2. Enter buy ONLY on the next candle if price breaks above the trigger candle HIGH (using the e.g. above- if next candle price moves above 1.07915, enter a buy- I want to also allow a buffer value as an option [see below])
3. Stop loss is the bottom of Trigger candle (With option for extra buffer as an option [see below])
4. Take profit is when price touches the top Bollinger band 
5. Different options available for moving stop loss to Breakeven etc - see Features below

(see diagram provided)


Trade Entry Settings:

1. Lot size per trade by two options:

Option 1 - Lot size (allow 2 decimal places) (default 0.01)

Option 2 - Risk % (Risk % of equity based on the initial SL size (i.e. size of trigger candle) Allowing for 1 decimal place (X.X%) - Include any SL buffer if it is added - Include spread size and commission (default 0.1%)


2. SL buffer (extra room to add to SL) - ON or OFF

Option 1 - Points (default 0)

Option 2 - Percentage size of the trigger candle (default 0)


3. Entry buffer (extra room to add before entering trade after next candle breaks the trigger candle high or low) - ON or OFF

Option 1 - Points (default 0)

Option 2 - Percentage size of the trigger candle (default 0)



Trade Management Settings

1. Move SL to break-even option - ON or OFF

Option 1 - After 'X' pips (default 0) + (Add spread + commission automatically)

Option 2 - After 'X' ratio of SL size (e.g. 0.5 means after position moves by 0.5 of trigger candle length- move SL to BE) + (Add spread + commission automatically)


2. Trailing stop option - ON or OFF (Important - If this feature is on, then Options 1 and 2 above must be disabled)

a. When to start trailing: after price moves 'X' value as a proportion of trigger candle size (e.g. if x=1, trailing starts after price moved in profit 1x the size of the trigger candle)

b. Trailing step as a proportion of trigger candle size (e.g. trail SL every time price moves by 'X' as a proportion of trigger candle size)

c. Trailing distance as a proportion of trigger candle (e.g. move SL up by 'X' as a proportion of trigger candle size during every step)




Arquivos anexados:

PNG
EA-D1.png
35.8 Kb

Respondido

1
Desenvolvedor 1
Classificação
(197)
Projetos
318
15%
Arbitragem
21
38% / 33%
Expirado
16
5%
Ocupado
2
Desenvolvedor 2
Classificação
(23)
Projetos
30
13%
Arbitragem
7
29% / 43%
Expirado
4
13%
Trabalhando
3
Desenvolvedor 3
Classificação
(1)
Projetos
3
0%
Arbitragem
0
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(94)
Projetos
116
37%
Arbitragem
9
89% / 0%
Expirado
0
Trabalhando
5
Desenvolvedor 5
Classificação
(75)
Projetos
98
37%
Arbitragem
0
Expirado
3
3%
Trabalhando
6
Desenvolvedor 6
Classificação
(12)
Projetos
16
44%
Arbitragem
1
100% / 0%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(59)
Projetos
77
26%
Arbitragem
9
33% / 56%
Expirado
8
10%
Livre
8
Desenvolvedor 8
Classificação
(462)
Projetos
522
33%
Arbitragem
28
39% / 43%
Expirado
7
1%
Ocupado
9
Desenvolvedor 9
Classificação
(242)
Projetos
428
34%
Arbitragem
54
37% / 39%
Expirado
156
36%
Carregado
10
Desenvolvedor 10
Classificação
(103)
Projetos
130
44%
Arbitragem
7
43% / 43%
Expirado
7
5%
Livre
11
Desenvolvedor 11
Classificação
(1092)
Projetos
1448
45%
Arbitragem
49
73% / 12%
Expirado
36
2%
Livre
12
Desenvolvedor 12
Classificação
(42)
Projetos
59
54%
Arbitragem
3
0% / 0%
Expirado
1
2%
Livre
13
Desenvolvedor 13
Classificação
(60)
Projetos
185
72%
Arbitragem
4
100% / 0%
Expirado
1
1%
Trabalhando
14
Desenvolvedor 14
Classificação
(71)
Projetos
80
34%
Arbitragem
2
0% / 0%
Expirado
1
1%
Carregado
Pedidos semelhantes
Hello, I have an EA which is mostly finished but not operating in the way dictated by my strategy. There are some time-based conditions, partial closes and indicator (RSI) based elements I am having problems with. I will provide the full code once I choose a developer, along with specifications for what I've been working on
Connect from Mt4 via binary derive account api. I have a bot. You need to convert the bot to an indicator. After converting I need to connect with my binary deriv through api. I want to trade my derivative binary account through mt4. If anyone can setup via API then contact me
Martangle 30+ USD
i want robot for trade following pattern buy or sell at given price with martingale send me demo fast is very simple concept permeameter 1 buy sell > manual / market 2 lot size > 0-01 and if tp hit than stop
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
I am interested in creating an EA, I already have the code but I need someone who can debug it make it more greater look more into the strategy and put more strategy modification and modeling and optimization to make it great also at same time debug it
My EA calls recent and live Polygon tick data, stores it locally and then displays it on the chart. I need someone who can modify the EA so that it can use information from TickDataSuite or any other tick repository instead of polygon so it can be used while backtesting. More information about the EA can be given. Price is negotiable if you have a backlog of completed orders and good reviews
Hi , I need a script written for Auto trading bot to trade on Trading View. This is a simple strategy to trade Renko chart on Trading view. The trading bot will have rules for entry and exit. Stop loss and Take Profit. order size by x% of equity. Daily profit target in pips. I want an experienced Trading View Pine script coder please! Thanks
I have a mql4 license mql4 code,, there have a 1 error '( WebRequest' - no one of the overloads can be applied to the function call) fix this error,, and make sure it work properly,,{ it's bass on kernel32.dll } this license system Base on pc volume serial number. If you're a expert developer kindly contact with me ,, Write a text " License system devoloper " Telegram @Gw_rakib1
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Just a simple one rule EA with take profit and stop lose. EA must function properly as described. Every other conditions attached with the EA will be communicated in the chatting section for optimum results

Informações sobre o projeto

Orçamento
100 - 150 USD
Prazo
de 1 para 3 dias

Cliente

Pedidos postados1
Número de arbitragens0