I need a new Forex robot based on price action and candle sticks formation.

Tarea técnica

I WANT A TRADING ROBOT THAT WILL BE BASED  ON CANDLE STICK PATERN .I WANT A SITUATION WHERE ONCE I PUT THEROBOT ON THE CHART AND CHOSE BUY OR SELL AND THE NUMBER OF TRADES TO OPEN THEN IT WILL ONLY BUY OR SELL IN THAT PARTICULAR DIRECTION ONLY.THAT IS IF THE I PUT THE ROBOT ON THE CHARTAND CHOSE NUMBER OF TRADES TO OPEN AND CHOOSE THE 1  HOUR TIME FRAME THEN IT AT THE END OF THE CANDLE IT IS STILL A BULLISH CANDLE THEN THE ROBOT SHOULD OPEB BUY POSTIONS SINCE I CHOSE BUY AND NUMBEROF TRADE TO OPEN 2 ON THE PARAMETER SECTION .THE ROBOT WILL OPENAGAIN WITH THE SAME LOT SIZE AND NUMBER OF TRADES IF THE NEXT CANDLE IS STILLBULTLISH ,IT KEEPS BUYING UNTIL WHEN THE NEXT CANDLE IS NEGATIVE THEN THE ROBOT SHOULD NOT PERFORM ANY TASK .THAT IS IF I CLOSE BUY THEN THE ROBOT ONLY HAS TO KEEP BUYING SO LONG ASTHE NEXTCANDLE IS BUILISH AND IF THE NEXT CANDLE IS BEARISH THEN IT WONT BUY OR SELL AND IT WILL WAIT  UNTILL ANY CANDLE IS POSITIVE AGAIN THEN IT WILL BUY AGAIN .THE PARAMETERS WILLL INCLUDE LOT SIZE BUY/SELL NUMBER OF TRADES TO OPEN TIME AND DATE ,MAGIC SL AND TP LEVEL (THAT ISA LEVEL WHERE ONCE THE PRICE REACH THE ROBOT WILL AUTOMITICALY CLOSE ALL POSITIONS .THE ROBOT SHOULD ALSO DISPLAY AN OVERALL OR LOST PIP COUNTER ON THE CHARTS 

Han respondido

1
Desarrollador 1
Evaluación
(121)
Proyectos
159
49%
Arbitraje
15
53% / 27%
Caducado
4
3%
Libre
2
Desarrollador 2
Evaluación
(19)
Proyectos
26
27%
Arbitraje
3
0% / 100%
Caducado
2
8%
Libre
3
Desarrollador 3
Evaluación
(180)
Proyectos
301
30%
Arbitraje
54
24% / 56%
Caducado
98
33%
Libre
4
Desarrollador 4
Evaluación
(233)
Proyectos
414
34%
Arbitraje
52
37% / 40%
Caducado
153
37%
Trabajando
5
Desarrollador 5
Evaluación
(39)
Proyectos
50
18%
Arbitraje
5
40% / 40%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(795)
Proyectos
1365
72%
Arbitraje
112
29% / 48%
Caducado
341
25%
Trabaja
7
Desarrollador 7
Evaluación
(2067)
Proyectos
2625
62%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabajando
8
Desarrollador 8
Evaluación
(251)
Proyectos
400
54%
Arbitraje
9
67% / 22%
Caducado
36
9%
Libre
9
Desarrollador 9
Evaluación
(56)
Proyectos
167
69%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
10
Desarrollador 10
Evaluación
(26)
Proyectos
34
26%
Arbitraje
7
14% / 43%
Caducado
7
21%
Libre
11
Desarrollador 11
Evaluación
(298)
Proyectos
427
26%
Arbitraje
18
61% / 33%
Caducado
26
6%
Libre
12
Desarrollador 12
Evaluación
Proyectos
1
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
13
Desarrollador 13
Evaluación
(568)
Proyectos
641
41%
Arbitraje
21
57% / 29%
Caducado
47
7%
Trabaja
14
Desarrollador 14
Evaluación
(263)
Proyectos
537
50%
Arbitraje
55
40% / 36%
Caducado
224
42%
Trabaja
15
Desarrollador 15
Evaluación
(16)
Proyectos
20
0%
Arbitraje
9
0% / 78%
Caducado
6
30%
Libre
16
Desarrollador 16
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
i need hft mt5 trading bot and if you want to reply, reply me with demo version and i will selected you instantly and we can proceed to work together
Hello there, I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4. Check the attached file below
I have an existing MQL4 indicator that I would like to convert to Pinescript. The indicator is to identify certain candlestick patterns also draw some lines. I attached an example of what the indicator is drawing
Hello Developers, I am currently seeking a highly skilled and experienced developer to assist with an important project. I requested the conversion of an existing TradingView code to MetaTrader 4 (MT4). The main objective is to convert a TradingView script to an exact MT4 equivalent. If you have the expertise and are interested in this project, please provide a quote and your estimated timeline for the conversion
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

Información sobre el proyecto

Presupuesto
30 - 100 USD
Para el ejecutor
27 - 90 USD
Plazo límite de ejecución
de 3 a 5 día(s)