Implement an ea with 3 partial closes and better time filter

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Simply PERFECT! It been a pleasure work with him
Geliştirici tarafından geri bildirim
Better late than never. An interesting job and a client who understands things. Thank you.

İş Gereklilikleri

Good morning all,

I need to implement my simple BB ea that at the moment is like this:

 

#define _doNothing   0

#define _doOpenBuy   1

#define _doOpenSell  2

#define _doCloseBuy  3

#define _doCloseSell 4

 

Instead of only 1 close I need 3 Partial close (so I need 2 input like pct1=30; pct2=30; ---pct3 is obviously automatically calculated like this 100-(pct1+pct2)) 

Everything must be code OnTick mode, if PARTIAL_SIGNAL_CLOSE is true than close a partial.

So I need 6 more defines:

#define _doClosePartialBuy1 5  

#define _doClosePartialSell1 6

#define _doClosePartialBuy2 7  

#define _doClosePartialSell2 8

#define _doClosePartialBuy3 9  

#define _doClosePartialSell3 10 

Partial close at 2 and 3 are different from 1, because are influenced by an integer (that should be make by you) that count minBars from the previous close.

The ea works like that: long, short, long etc... So the difficult part is that I need an ea that remember the last deal, if the metatrader disconnected or restarted or anything, the ea should understand if the last was a partial close or a normal close and if was buy or long.

I need also to implement my time filter until now it closes all opened at end time hour, instead when a position is opened the close hour shouldn't mean close opened position, but manage until normal signal close and don't open new one until start hour...also I need a different time filter for friday only

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(63)
Projeler
80
28%
Arabuluculuk
17
12% / 76%
Süresi dolmuş
48
60%
Serbest
2
Geliştirici 2
Derecelendirme
(272)
Projeler
394
63%
Arabuluculuk
70
53% / 26%
Süresi dolmuş
198
50%
Serbest
3
Geliştirici 3
Derecelendirme
(3)
Projeler
5
20%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
3
60%
Serbest
4
Geliştirici 4
Derecelendirme
(215)
Projeler
302
79%
Arabuluculuk
4
25% / 0%
Süresi dolmuş
62
21%
Serbest
5
Geliştirici 5
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
488
17%
Serbest
6
Geliştirici 6
Derecelendirme
(18)
Projeler
37
43%
Arabuluculuk
6
17% / 50%
Süresi dolmuş
17
46%
Serbest
7
Geliştirici 7
Derecelendirme
(182)
Projeler
342
42%
Arabuluculuk
118
12% / 73%
Süresi dolmuş
104
30%
Serbest
8
Geliştirici 8
Derecelendirme
(15)
Projeler
18
61%
Arabuluculuk
4
0% / 100%
Süresi dolmuş
8
44%
Serbest
9
Geliştirici 9
Derecelendirme
(62)
Projeler
140
46%
Arabuluculuk
19
42% / 16%
Süresi dolmuş
32
23%
Serbest
10
Geliştirici 10
Derecelendirme
(7)
Projeler
15
47%
Arabuluculuk
6
33% / 17%
Süresi dolmuş
4
27%
Serbest
Benzer siparişler
Hi There, my name is Jordan and I’m based in Australia. I’m looking to get an EA developed through freelance work and I’ve outlined some rough details of the intended EA, which is a similar concept to an existing EA by Andrii Hurin called “Time Range Sweep EA”. There are quite a lot of similarities to the reference EA and these include: · Trade on any market and instrument or on several pairs at the same time
Hello, Looking to create an arbitrage EA for MT5. The EA will run on two local MT5 instances (ex. 2 different accounts) and keep track of a certain pair price every 10 seconds. The EA will send data from instance #1 to instance #2 and vice versa. The EA will execute trades on the two accounts if a set of conditions are met. Apply if you have the experience and knowledge
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators. Posted earlier
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Good day i will need a developer to create an EA for me using existing trading view indicator .The EA will open after the indicator has given signal and will close if altenate signal comes.The trading view indicator will be shared and improvement is welcome
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I

Proje bilgisi

Bütçe
200- USD
Son teslim tarihi
to 7 gün