I want a forex trading robot that will be based on candlesticks formation.

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 47 gün

İş Gereklilikleri

All the details are provided below. I want a situation where 
Once I put the robot on the chart and choose to buy, the robot will only buy and when I put the robot on sell, the robot will only sell.   I must be able to choose my particular direction of trade following one direction only. 
That is if I put the robot on the chart and chose to buy, and chose the number of trades to open per candle-open. It must be that way.   Time frame options should be open for me to choose from.
 
Scenario 1: (WHEN I CHOOSE to BUY)
When the BULLISH candle prints after the BEARISH candle, then the robot should open 2 BUYS on  MY CHOSEN parameter positions after every close of the bullish candle, whenever the Bearish candle opens and closes, the robot should stop opening positions and resume When the Bullish candle prints after the bearish candle

Scenario 2:  (WHEN I CHOOSE to SELL)
When the bearish candle prints after the bullish candle, then the robot should open 2 Sells on  MY CHOSEN parameter positions after every close of the bearish candle until the bullish candle opens and closes,  the robot should stop opening positions and resume  When the bearish candle prints after the bullish candle.

Same if I choose to say "BUY" in any time frame from 1 min,5mins,30mins, 1 hour, or 4 hours a day, week, and month the robot must be able to trade on any time frame
I want the same lot size and number of trades chosen from parameter settings that if I  chose direction-BUY, the robot should  keep buying until when the next candle is bearish or negative the robot should not perform any task, the robot only has to keep buying so long as bullish candle forms 
When bearish candle prints then it won’t buy or sell and it will wait until bullish candle prints and closes positive again then it will buy again with the previous lot size and a number of trades.

Magic Stop Loss or Magic Take Profit level is a level where, once the price reaches, the robots will automatically close all
positions. The robot should also display an overall gain or loss of pip counter on the charts. 

THE PARAMETERS INCLUDE
 
EA NAME  ---------------- ALPHA MINTPRO MAX
Trading direction..BUY only or SELL only
lot size  ( 0.01)
The number of trades to open at the next candle 
Take Profit 
Stop Loss,
Global take profits - This must close all positions at the same time.
Global stop losses - This must close all positions at the same time
Maximum spread filter
Time filter....true / FALSE
Time filter settings
Date filter and settings
Use Trailing stop (True / False)
Pending order level - When I am not buying or selling right away

If I open a Stop loss/ Trailing Stop Loss, the robot must be able to capture all stop loss on all trades that the robot has opened. 
Maximum spread filter,
 
                           FEATURES OF THE ROBOT



1. Time Frame     (1, 5 minutes,  15Min, 30Min, H1, H4, daily, weekly, monthly time frame )
2. Trailing stop 
3. Break even
4. Time filter  (True/False)
5. News filter (True/False)
6. Alert Popup (True/False)
7. Total Equity Risk  % Display
8. Risk Management parameter- This sets and shows the percentage of my account that I am risking 
9. Maximum spread filter          
10. Advanced/Global Stop Loss    
11. Advanced/Global Take Profit  - SL AND TP  ( That is a level once the price reach, the robots will automatically close all the positions)  

12. Money management...Fix lot (B), the auto lot (c), and the risk lot
13. Balance target profit and loss by percent or dollar
14. Recovering the loss by two options ( Grid positions or martingale add or martingale multiply) (TRUE/FALSE)
15. Develop a dashboard for me with the full statistics of my account which shows all the information I need so I can find the best perimeter
and symbols I need just by looking at the dashboard.

16. All currency pairs must be tradable
17. Support and resistance break line must show
18. Any broker
19.100% fully Automated
20. Nasdaq US30 S&P500 and Gold and all indices must be tradable
21. One-click installation
22.24/7 Support
23. Plug and play
24. signal per trade
25. AND NEVER BLOWS ACCOUNT

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(8)
Projeler
18
17%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(13)
Projeler
12
33%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
1
8%
Serbest
3
Geliştirici 3
Derecelendirme
(141)
Projeler
207
80%
Arabuluculuk
18
33% / 44%
Süresi dolmuş
10
5%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(2)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
100%
Serbest
5
Geliştirici 5
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(266)
Projeler
540
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
41%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(383)
Projeler
411
69%
Arabuluculuk
3
100% / 0%
Süresi dolmuş
2
0%
Meşgul
8
Geliştirici 8
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
Benzer siparişler
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL

Proje bilgisi

Bütçe
45 - 80 USD
Geliştirici için
40.5 - 72 USD
Son teslim tarihi
to 5 gün