Need a trading robot to execute orders based on hitting certain levels and applying stop loss and take profit points to executed trades

Termos de Referência

I want a robot that can run autonomously on an index, say US30 index whereby I can set a simple strategy.

I want to set limit orders that trigger every incremental X points.

If the market is at 39,000 I want to sell X per point at Y incremental point intervals based on the index level.

If X=1 and Y= 50 I'd expect the following to happen

P=50 and L=400

The market rises to 39,050 I sell at (X) 1 unit per point and I apply a stop of 400 points (L)  (39,450) and a take profit (P) at 50 points (39,000). 

If the market rises or falls I want the robot to place a second, third, fourth, nth trade at any higher or lower levels at the X interval (50 points)

I want a maximum (M) of 10 trades to be open at any time.

I don't want two trades to be placed at the same level.

If the market continues to rise I keep executing every 50 points but clearly the first trade will stop out at 39,450 and the second at 39,500 third at 39,550. If the market just goes up I lose 800 points.

If the market falls I don't execute anything but if I manage to place any trades at 39,050 or 39,100 and then the market falls I will take 50 points on the 39,100 trade when it falls to 39,050 and 50 point on the 39,050 trade when the market falls to 39,000.

At that stage I have no further trades in the market and i need to wait for the market to rise again to 39,050 but have taken 100 points in profit.

The strategy could be reversed to a market buy strategy if I wanted to buy every time the market fell 50 points adding the same stops and take profit points. 

I'd like the robot to work on any market but the parameters of X, Y, P, L & and M should be adjustable.

Respondido

1
Desenvolvedor 1
Classificação
(176)
Projetos
291
15%
Arbitragem
20
40% / 35%
Expirado
16
5%
Ocupado
2
Desenvolvedor 2
Classificação
(332)
Projetos
452
52%
Arbitragem
22
50% / 27%
Expirado
5
1%
Trabalhando
3
Desenvolvedor 3
Classificação
(131)
Projetos
152
22%
Arbitragem
5
0% / 60%
Expirado
4
3%
Ocupado
4
Desenvolvedor 4
Classificação
(10)
Projetos
25
28%
Arbitragem
1
0% / 0%
Expirado
1
4%
Trabalhando
5
Desenvolvedor 5
Classificação
(22)
Projetos
28
11%
Arbitragem
6
33% / 50%
Expirado
4
14%
Trabalhando
6
Desenvolvedor 6
Classificação
(2411)
Projetos
3030
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
7
Desenvolvedor 7
Classificação
(37)
Projetos
38
11%
Arbitragem
0
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(446)
Projetos
505
33%
Arbitragem
25
40% / 48%
Expirado
7
1%
Carregado
9
Desenvolvedor 9
Classificação
(4)
Projetos
5
60%
Arbitragem
0
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(57)
Projetos
63
32%
Arbitragem
2
0% / 0%
Expirado
0
Trabalhando
11
Desenvolvedor 11
Classificação
(41)
Projetos
88
14%
Arbitragem
29
31% / 55%
Expirado
36
41%
Trabalhando
12
Desenvolvedor 12
Classificação
(2067)
Projetos
2626
62%
Arbitragem
114
45% / 25%
Expirado
418
16%
Carregado
13
Desenvolvedor 13
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
15
Desenvolvedor 15
Classificação
(546)
Projetos
1327
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
16
Desenvolvedor 16
Classificação
(472)
Projetos
501
52%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
17
Desenvolvedor 17
Classificação
(41)
Projetos
58
55%
Arbitragem
2
0% / 0%
Expirado
1
2%
Livre
18
Desenvolvedor 18
Classificação
(563)
Projetos
931
47%
Arbitragem
301
59% / 25%
Expirado
123
13%
Trabalhando
Pedidos semelhantes
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Dears, i am looking for developer to make expert advisor in forex to me and i have a strategy , i need the ea to be customize and has some options to be changeable
Hello, I need a professional programmer to help me design an EA that can be able to take trades towards a market direction with accurate prediction. This EA should be able to identify the market trend direction and take multiple trades towards the direction and also able to close the trades together when market wants to reverse at the best profit level. The input at the beginning will be for the EA to be input with a
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I am looking for a day trading bot with over 95% success ratio for gold and forex. It should use all the relevant strategies like moving averages (10, 20, 50), volume, RSI and trend into consideration and then generate buy and sell trade automatically with trailing SL and generate max profit

Informações sobre o projeto

Orçamento
50 - 200 USD
Desenvolvedor
45 - 180 USD
Prazo
de 5 para 20 dias