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

명시

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 

응답함

1
개발자 1
등급
(121)
프로젝트
159
49%
중재
15
53% / 27%
기한 초과
4
3%
무료
2
개발자 2
등급
(19)
프로젝트
26
27%
중재
3
0% / 100%
기한 초과
2
8%
무료
3
개발자 3
등급
(180)
프로젝트
301
30%
중재
54
24% / 56%
기한 초과
98
33%
무료
4
개발자 4
등급
(233)
프로젝트
414
34%
중재
52
37% / 40%
기한 초과
153
37%
로드됨
5
개발자 5
등급
(39)
프로젝트
50
18%
중재
5
40% / 40%
기한 초과
0
무료
6
개발자 6
등급
(795)
프로젝트
1365
72%
중재
112
29% / 48%
기한 초과
341
25%
작업중
7
개발자 7
등급
(2067)
프로젝트
2625
62%
중재
113
45% / 26%
기한 초과
418
16%
로드됨
8
개발자 8
등급
(251)
프로젝트
400
54%
중재
9
67% / 22%
기한 초과
36
9%
무료
9
개발자 9
등급
(56)
프로젝트
167
69%
중재
4
100% / 0%
기한 초과
1
1%
무료
10
개발자 10
등급
(26)
프로젝트
34
26%
중재
7
14% / 43%
기한 초과
7
21%
무료
11
개발자 11
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
12
개발자 12
등급
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
13
개발자 13
등급
(568)
프로젝트
641
41%
중재
21
57% / 29%
기한 초과
47
7%
작업중
14
개발자 14
등급
(263)
프로젝트
537
50%
중재
55
40% / 36%
기한 초과
224
42%
작업중
15
개발자 15
등급
(16)
프로젝트
20
0%
중재
9
0% / 78%
기한 초과
6
30%
무료
16
개발자 16
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
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

프로젝트 정보

예산
30 - 100 USD
개발자에게
27 - 90 USD
기한
에서 3  5 일