Candlestick Based E. A With Trade And Risk Management

İş tamamlandı

Tamamlanma süresi: 6 gün
Müşteri tarafından geri bildirim
The best developer I found at mql. Job completed as per my specification and on time. I will recommend this developer.
Geliştirici tarafından geri bildirim
very patient and kind client, hope to work with you again !

İş Gereklilikleri

Please note that I need all in put settings at chart also. I am uploading my previous E. A's screen shot also. All input settings will be safe in background settings also. Settings will also remain safe in case of expert advisor restart or MT5 restart. 

There will be option to change nominal things in this writing before final version.

Developer will not deny from that. Developer will provide source code also.

Developer will give sufficient time for testing the E. A

Appologies for missing these lines before. 


Basic Strategy:

E. A will keep last 5 candles data safe in it’s data base. It will safe high and low of last 5 candles in its data base and sixth candle will be current candle. Every candle has one high and one low. We will ask this high and low the pivot points. These pivot points will work to open new trades in special conditions which I will explain in next lines. We will ask the second last candle’s high low SET 1. Third last candle’s high low set 2, Fourth last candle’s high low set 3, Fifth last candle’s high low set 4 and Sixth last candle’s high low set 5.

To open new trade, we will use only set 1 value while we will use set 2, set 3, set 4, set 5 for trailing stop or stop limit purpose.

MAIN PORTION OF STRATEGY: If current candle breaks the high of set 1 ( Second last candle’s high ) with given value, then E. A will consider low of set 1 ( Second last candle’s low )  + given value as a sell point. If current candle only breaks one side of second last candle or set 1, then E. A will do nothing.

Now I will try to explain by one example. You can say that second last candle’s, high price is 100 and low price is 50. Now latest or current candle breaks high of second last candle which is 100 and it went at 105. Now if we set add on value at 6 + previous candle’s high, It means that no breakage of second last candle done but if we set add on value at 4 + previous candle then E. A will consider that breakage of second last candle has done and now low price of second last candle + given value is the selling point if price moves in same candle’s time frame. You can say that we set 3 + second last candle’s value, so if price went at 47, E. A will open new sell trade at 47. If price do not go at 47, E. A will do nothing.

We could set chart time frame in settings and E.A will follow that. If some time we set wrong time frame tab at chart, it will still follow the time interval which we will set in settings.

If we set time frame of chart at 5 minutes, and also set time interval 5 minutes in settings,E. A will work according to 5 minutes candle and if we set chart time frame by mistake at 4 hours, it will work according to 5 minutes time interval still.

1: E. A Working Date                       2025:01:05      Till  2025:01:10

2: E. A Working Hours                     01:05:00   Till  23:55:

3: E. A Working Time Interval        5M/10/30/60  ( All Time Frame Selectable )

4: Previous Candle Breakage Value Authentication

     In this box we will put the value to add with the high or low of previous candle to confirm the breakage value. For example, in upper example, we assume the previous candle high 100 and low 50. Now if we put value 10 here, E. A will consider breakage of previous candle when price will go above 110 or lower than 40. If we put value 2 in this box, E. A will consider previous candle breakage when price will go above 102 or lower than 48.  

5: Trade Initiate Value

   In this box we will put the value to add with the second side of candle to open real trade. For example, in point 4 clarification, previous candle breakage value done with 10 points and price went above 110, so now down side is no confirm selling point. Low price is 50. So if we put 5 in this section, E. A will open real trade when price will go down more than 50-5 = 45. Same as if breakage of previous candle was done in lower side first, by going price down more than 40, then high of previous candle +5 will be the buying point. E. A will open real trade when price will go above than 105 in current candle.

6: Minimum Candle Size

  In this box, we will put the value to validate the set 1 or previous candle value. If previous candle’s high minus low value will be more than this value, then E. A will use that candle as a previous candle. If previous candle size will be less than giving value, E. A will not consider that candle and wait until correct size candle created. For example,  we put the value of 20 in this box. Now previous candle high is 60 and low is 45. So it is total 15 points candle. It is less than our giving value of 20 points. So current candle will not took any action although it breaks the high or low side both. Current candle will not took any action.  E. A will consider candle as a previous candle when it will be larger than 20 points candle.

7: Magic Number

Need allocation of magic number to all open trades which will open by this E. A

8: Comments

E. A will use comments for all trades because we will use some time same instrument with same magic number but with different time frame. In this case, E. A will operate all it,s own opened trdes.

9: Work For Selected Symbols Only         True / False

If we set this at True and put symbol names in point 10 box, E. A will work for only those symbols.

10: Symbol Selection                    ( Box For Selection Or Writing Symbol Names )

11: Maximum Spread

E. A will not open any trade if symbol spread is wider than this value.

12: lot Size

13: Delay In Real Trade Order                   True / False

We could set time here. This time will be in seconds. We could set delay in seconds. E. A will delay in order placing when second side breakage done and confirmed for real trade open.

14: Value For Delay

15: Auto Stop                             True / False

  Auto stop means, when new trade opens, the other side of previous candle will be set as a stop automatically. For example, previous candle high is 100 and low is 50. Current candle first went at 110 ( 100+given value 10 ) and confirmed breakage of previous candle’s one side and then went at 45.  E. A will open real sell trade at 45 ( 50 - trade initiate value 5 which is in box 5 ). Now the upper side of previous candle price which is 100 + given value in point 14 will be the auto stop. If we put value 15 in point 14, then stop will be at 115 ( 100+15 ) automatically.

16: Auto Stop Add On value

In this box we will put value to add in previous candle’s high or low. Explanation is in point 13.

17: Auto Stop Settings             Set 1/Set 2/ Set 3/ Set 4/ Set 5 ( Selectable )

Now here is the time to explain why I wrote 5 set and one current candle in start of basic strategy. You can check that I cleared that there will be 6 candles data in E. A’s data base. One current candle and 5 behind it. We gave the names of those 5 candles set 1, to set 5. Now in auto stop drop down settings button, if we will set Set 1, E. A will use it,s high low for auto stop with add on value. If we will select set 5 in this button, E. A will that candle’s high low for auto stop.  

18: Manual Stop                         True / False

If we will set manual stop at true, auto stop will totally disabled and only manual stop will work according to it,s given value in point 17.

19: Manual Stop Distance          In Points Value

Here we will add value for manual stop.

20: Maximum Trades At Same Point

According to our strategy, E. A will count previous candle one side breakage but will not took any action until price breaks second side of candle and this second side breakage will be our first entry into real trade. Now if market price goes at other side of candle, E. A will close first trade and open in that direction and same vice versa. Now we need to set that how many time it will open or revers the trade? So if we set 1, E. A will open one time trade only at second side breakage. It will not open again and again in case of manual close of trade, or trade closed at loss or closed at profit. If we set it at 2, E. A could open two time the same trade if price touches again and again. But please not that second or third opening at same point will be in case first opened trade is closed.

21: Reverse Trade From Basic Strategy          True / False

According to our strategy, E. A will open trade at second side breakage of the previous candles high or low. If second breakage is at low side E. A will go to sell the real trade while if second breakage is at high side, E. A will buy from there. But if we will set this point 19 tab at true, E. A will open in buy direction if second breakage will at low side while it will go to sell direction if second breakage is at high side. If we set it at false, then strategy will work as normal.

22: Break Even Jump Active            True/False

23: Break Even Jump Value               15

24: Profit Jump 1 Activation       True / False

25: Profit Jump 1 Activation Value     25

26: Profit Jump 1 Stop At                      20

27: Trailing Stop Start From             30

28: Trailing Stop Step                           5

29: Final Profit Target                         200

30: Email Alert

E.A will send email with details that this instrument, opened at this price, closed at this price and profit loss is this.

31: Email Heading

32: Email Subject

33: Trades Only               Both Side/ Buy Side / Sell Side

34: Delay in placing orders

35: Today’s Starting Balance

36: Todays Current Balance

37: Todays Starting Equity

38: Todays Current Equity

39: Todays Current Profit / Loss

40: Close All Open Trades At Profit Value     True / False

E. A will close all open trades and will cancel all open orders when profit will reach at given value. It will also disable E. A till giving time frame.

41: Profit Value In Percentage        10    

41: Disable All E. A  Till         ( Time in hours and Minutes )

42:

 

 

Special Notes:

1: E. A will not open second time any trade if there is already opened trade in account with same time frame or same symbol.

2: If Manual stop is active, no auto stop or strategy stop will work.

3:  Auto stop will not work if manual stop will be lower than auto stop.

4: E. A will not open multiple trades with same instrument , or same magic number, or with same comments.

5: In point number 33, there will be option to select that E. A will work for sell side only or buy side only or both side trades.

 There will be option to change nominal things in this writing before final version. Developer will not deny from that. Developer will provide source code also. Developer will give sufficient time for testing the E. A

 

.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(12)
Projeler
12
33%
Arabuluculuk
8
13% / 88%
Süresi dolmuş
3
25%
Serbest
2
Geliştirici 2
Derecelendirme
(250)
Projeler
313
28%
Arabuluculuk
34
26% / 62%
Süresi dolmuş
10
3%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(43)
Projeler
66
12%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
4
Geliştirici 4
Derecelendirme
(325)
Projeler
506
19%
Arabuluculuk
32
44% / 31%
Süresi dolmuş
34
7%
Yüklendi
5
Geliştirici 5
Derecelendirme
(429)
Projeler
628
54%
Arabuluculuk
30
53% / 23%
Süresi dolmuş
6
1%
Yüklendi
6
Geliştirici 6
Derecelendirme
(12)
Projeler
19
37%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
5%
Serbest
7
Geliştirici 7
Derecelendirme
(2642)
Projeler
3357
68%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
342
10%
Serbest
Yayınlandı: 1 kod
8
Geliştirici 8
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(154)
Projeler
192
58%
Arabuluculuk
10
80% / 0%
Süresi dolmuş
0
Çalışıyor
Yayınlandı: 1 kod
10
Geliştirici 10
Derecelendirme
(312)
Projeler
521
47%
Arabuluculuk
29
10% / 45%
Süresi dolmuş
139
27%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(102)
Projeler
105
60%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
12
Geliştirici 12
Derecelendirme
(456)
Projeler
794
49%
Arabuluculuk
71
17% / 54%
Süresi dolmuş
139
18%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(152)
Projeler
228
80%
Arabuluculuk
22
27% / 50%
Süresi dolmuş
11
5%
Serbest
Yayınlandı: 24 makale, 1882 kod
14
Geliştirici 14
Derecelendirme
(57)
Projeler
89
43%
Arabuluculuk
4
0% / 100%
Süresi dolmuş
3
3%
Çalışıyor
15
Geliştirici 15
Derecelendirme
(206)
Projeler
333
35%
Arabuluculuk
66
12% / 58%
Süresi dolmuş
87
26%
Serbest
16
Geliştirici 16
Derecelendirme
(253)
Projeler
259
30%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
Yayınlandı: 2 kod
17
Geliştirici 17
Derecelendirme
(549)
Projeler
635
33%
Arabuluculuk
41
39% / 46%
Süresi dolmuş
11
2%
Yüklendi
18
Geliştirici 18
Derecelendirme
(9)
Projeler
20
10%
Arabuluculuk
4
50% / 50%
Süresi dolmuş
5
25%
Serbest
19
Geliştirici 19
Derecelendirme
(77)
Projeler
243
74%
Arabuluculuk
7
100% / 0%
Süresi dolmuş
1
0%
Serbest
Yayınlandı: 1 makale
20
Geliştirici 20
Derecelendirme
(350)
Projeler
421
54%
Arabuluculuk
20
55% / 15%
Süresi dolmuş
29
7%
Çalışıyor
21
Geliştirici 21
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
22
Geliştirici 22
Derecelendirme
(1929)
Projeler
3550
88%
Arabuluculuk
73
40% / 15%
Süresi dolmuş
268
8%
Serbest
23
Geliştirici 23
Derecelendirme
(68)
Projeler
111
69%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
2
2%
Serbest
24
Geliştirici 24
Derecelendirme
(160)
Projeler
285
35%
Arabuluculuk
18
22% / 61%
Süresi dolmuş
42
15%
Yüklendi
25
Geliştirici 25
Derecelendirme
(70)
Projeler
91
25%
Arabuluculuk
26
19% / 54%
Süresi dolmuş
25
27%
Serbest
26
Geliştirici 26
Derecelendirme
(73)
Projeler
83
64%
Arabuluculuk
5
100% / 0%
Süresi dolmuş
9
11%
Serbest
27
Geliştirici 27
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
Benzer siparişler
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
I have a working MT5 Expert Advisor. I am NOT looking to change the strategy logic. I only need professional optimization and performance improvement. Requirements: • Parameter optimization • Risk adjustment • Max drawdown reduction • Forward testing report • Optimization for Gold (XAUUSD) Please provide previous optimization reports
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go

Proje bilgisi

Bütçe
150 - 350 USD
Son teslim tarihi
from 1 to 7 gün