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

Spécifications

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 

Répondu

1
Développeur 1
Évaluation
(121)
Projets
159
49%
Arbitrage
15
53% / 27%
En retard
4
3%
Gratuit
2
Développeur 2
Évaluation
(19)
Projets
26
27%
Arbitrage
3
0% / 100%
En retard
2
8%
Gratuit
3
Développeur 3
Évaluation
(180)
Projets
301
30%
Arbitrage
54
24% / 56%
En retard
98
33%
Gratuit
4
Développeur 4
Évaluation
(233)
Projets
414
34%
Arbitrage
52
37% / 40%
En retard
153
37%
Chargé
5
Développeur 5
Évaluation
(39)
Projets
50
18%
Arbitrage
5
40% / 40%
En retard
0
Gratuit
6
Développeur 6
Évaluation
(795)
Projets
1365
72%
Arbitrage
112
29% / 48%
En retard
341
25%
Travail
7
Développeur 7
Évaluation
(2067)
Projets
2625
62%
Arbitrage
113
45% / 26%
En retard
418
16%
Chargé
8
Développeur 8
Évaluation
(251)
Projets
400
54%
Arbitrage
9
67% / 22%
En retard
36
9%
Gratuit
9
Développeur 9
Évaluation
(56)
Projets
167
69%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
10
Développeur 10
Évaluation
(26)
Projets
34
26%
Arbitrage
7
14% / 43%
En retard
7
21%
Gratuit
11
Développeur 11
Évaluation
(298)
Projets
427
26%
Arbitrage
18
61% / 33%
En retard
26
6%
Gratuit
12
Développeur 12
Évaluation
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
13
Développeur 13
Évaluation
(568)
Projets
641
41%
Arbitrage
21
57% / 29%
En retard
47
7%
Travail
14
Développeur 14
Évaluation
(263)
Projets
537
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
15
Développeur 15
Évaluation
(16)
Projets
20
0%
Arbitrage
9
0% / 78%
En retard
6
30%
Gratuit
16
Développeur 16
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
Commandes similaires
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

Informations sur le projet

Budget
30 - 100 USD
Pour le développeur
27 - 90 USD
Délais
de 3 à 5 jour(s)