EA Based on MACD Strategy

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 3 gün
Müşteri tarafından geri bildirim
Oleksandr has delivered great work. I am very pleased with the result and when I have another job, I will make sure that he we develop it. Thanks again :-)

İş Gereklilikleri

Hello developers,


I am looking for someone with experience who can build an advanced MACD Strategy Robot with the following options. It needs to be exactly like this, configurable and fully automated. There needs to be a fully configurable trading dashboard where the options below can be configured as I want it. Please don't contact me if you don't have experiece with building these kind of robots/EA.


Developer Specifications:


EA DASHBOARD:

--------


TRADING STRATEGY:


--------


MACD STRATEGY 1 --> Buy if the histogram is increasing and vice versa (standard strategy)


--------


SETTINGS:


--------


Lot: lot amount with autolot disabled (standard 0.01)


Autolot: Enable autolot or disable it - false and true (standard false)


Risk: risk for autolot calculation (standard 2.0)


Magic Number: id for identify Ea orders (standard 78274)


Spread Allowed: spread limit, over no trade will be open (standard 300)


Max Orders: Maximum number of orders (standard 5)


Max Lot: Maximum lot size for trade (0 for disable) (standard 0)


---------


DIRECTIONS


---------


Open New Series: if true, allow to open new series of trades - false and true (standard true)


Enable Buy: Enable Buy Trade - false and true (standard true)


Enable Sell: Enable Sell Trade - false and true (standard true)


---------


TIMING


---------


Enable Fixed Trading Hour: if true, change from recommended trading hours to your trading hours - false and true (standard false)


Fixed Start Hour: hour for start trading (standard 20)


Fixed Start Minute: minute for start (standard 0)


Fixed Stop Hour: hour for stop trading (standard 8)


Fixed Stop Minute: minute for stop (standard 0)

 

close out of hour: Close when the trading time is over - false and true (standard false)


close friday night: Close when the Friday is over - false and true (standard false)


close friday hour: Hour for close friday (standard 21)


---------


SECONDARY ENTRY RULES


---------


Lot increase management: method for lot increase - sum increase and martingale (standard martingale)


Lot grid increase: Position increase coefficient (standard 1.0)


Minimum Distance: Minimum Distance For secondary Positions (standard 200)


Minimum Distance Multiplier: Multiply the Minimum Distance Number with this number for Each Trade (standard 1.0)


One Trade Bar Grid: if true, robot can open only one trade for bar for grid orders. - false and true (standard false)


Timeframe Secondary Order: Timeframe for secondary Trades. (standard 1 hour) - current, 1 minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 4 hours, 1 day, 1 week, 1 month (standard 1 hour)


---------


CLOSE RULES:


---------


Take Profit: take profit for orders (standard 100)


Modify Take Profit for First Order: Use a different take profit for the first order - false and true (standard false)


Take Profit for first order: take profit for first order (standard 100)


Close only end of bar: close trades only at the end of M1 bar - false and true (standard false)


---------


MONEY RULES:


---------


Enable Money Max Loss: Enable Loss Limit in money - false and true (standard false)


Every Microlot: Moltiply the amount of "money max loss" x 100 x lot - false and true (standard true)


Stop Trading When Hit: Stop Trading when you hit max loss - false and true (standard false)


Maximum Monetary loss: Maximum Monetary Loss amount (standard 1000)


---------


OTHER CLOSE RULES:


---------


Trade Comment: trades comments (standard EasyPipsGlobal)


---------


INDICATORS SETTINGS


---------


Macd Fast Ma: Fast Ma Period for Macd (standard 12)


Macd Slow Ma: Slow Ma Period for Macd (standard 26)


Macd Sma Signal: Period for Macd Sma Signal (standard 9)


Macd Mode: Mode Main (histogram) or Mode signal (the Red line of macd indicator) - MODE MAIN AND MODE SIGNAL (standard MODE MAIN)


Macd Price: Macd Applied Price - Close price, open price, high price, low price, median price, typical price, weighted price (standard close price)


Macd Up Level (in point): Level above which EA sell or buy (standard 30)


Macd Down Level (in point): Level under which EA sell or buy (standard -30)


Macd Timeframe: Timeframe for applied macd - current, 1 minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 4 hours, 1 day, 1 week, 1 month (standard current)


---------


TRADING DAYS


---------



Trading days:


Monday: false and true (standard true)


Tuesday: false and true (standard true)


Wednesday: false and true (standard true)


Thursday: false and true (standard true)


Friday: false and true (standard true)


Saturday: false and true (standard false)


Sunday: false and true(standard false)


---------


GRAPHICS


---------


Change Chart Color: Allow EA to change chart color - true and false (Standard true)


Show Panel: Show Panel info - true and false (Standard true)



The EA Bot needs to have a fully configureable dashboard where I can adjust the above specifications such as lot size, auto lot, etc. 

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(71)
Projeler
103
20%
Arabuluculuk
6
0% / 83%
Süresi dolmuş
3
3%
Serbest
2
Geliştirici 2
Derecelendirme
(807)
Projeler
1382
72%
Arabuluculuk
113
29% / 48%
Süresi dolmuş
343
25%
Yüklendi
3
Geliştirici 3
Derecelendirme
(49)
Projeler
134
27%
Arabuluculuk
62
13% / 53%
Süresi dolmuş
58
43%
Serbest
4
Geliştirici 4
Derecelendirme
(82)
Projeler
86
57%
Arabuluculuk
25
0% / 84%
Süresi dolmuş
19
22%
Serbest
5
Geliştirici 5
Derecelendirme
(1859)
Projeler
3463
88%
Arabuluculuk
73
40% / 15%
Süresi dolmuş
265
8%
Serbest
6
Geliştirici 6
Derecelendirme
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
1
100%
Serbest
7
Geliştirici 7
Derecelendirme
(48)
Projeler
80
28%
Arabuluculuk
8
75% / 13%
Süresi dolmuş
41
51%
Serbest
Benzer siparişler
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
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Proje bilgisi

Bütçe
100 - 200 USD
KDV (21%): 21 - 42 USD
Toplam: 121 - 242 USD
Geliştirici için
90 - 180 USD