An Expert Advisor (EA) for scalping that operates in a grid-like fashion similar to DARK VENUS

MQL4 Uzman Danışmanlar Forex

İş Gereklilikleri

Hello, the EA for Metatrader 4 that I am looking for functions like DARK VENUS (which is available for free on MQL5.com) but it needs a modification. I use DARK VENUS with the following configuration:

  1. It opens grid orders following the Bollinger Bands (sell above and buy below);
  2. It opens orders every 10 pips (user-configurable);
  3. It opens a maximum of 50 buy orders (user-configurable);
  4. It opens a maximum of 50 sell orders (user-configurable);
  5. Take profit beyond the breakeven line of 5 pips (user-configurable).

These above are the main configuration data (but if you try Dark Venus, you will see all the rest), but the ones I just described are the ones that I usually modify.

Now, I need it to function like Dark Venus, but the user should be able to configure the EA to open orders every 10 pips, but from the tenth order onwards, it should open every 8 pips, then from the twentieth order onwards, it should open every 7 pips, and so on.

So, I would like the configuration of the EA to be, for example, like this: From the X order, open orders every Y pips; From the X order, open orders every Z pips; From the X order, open orders every J pips; From the X order, open orders every Y pips;

I hope I have been clear in what I am asking. Thank you.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(50)
Projeler
73
15%
Arabuluculuk
3
33% / 33%
Süresi dolmuş
7
10%
Yüklendi
2
Geliştirici 2
Derecelendirme
(146)
Projeler
172
23%
Arabuluculuk
7
29% / 43%
Süresi dolmuş
4
2%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(42)
Projeler
62
8%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
4
Geliştirici 4
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(63)
Projeler
68
25%
Arabuluculuk
12
42% / 42%
Süresi dolmuş
4
6%
Serbest
6
Geliştirici 6
Derecelendirme
(10)
Projeler
25
28%
Arabuluculuk
2
0% / 0%
Süresi dolmuş
1
4%
Yüklendi
7
Geliştirici 7
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(59)
Projeler
77
26%
Arabuluculuk
9
33% / 56%
Süresi dolmuş
8
10%
Serbest
10
Geliştirici 10
Derecelendirme
(95)
Projeler
117
38%
Arabuluculuk
9
89% / 0%
Süresi dolmuş
0
Serbest
11
Geliştirici 11
Derecelendirme
(256)
Projeler
415
38%
Arabuluculuk
86
44% / 19%
Süresi dolmuş
70
17%
Meşgul
12
Geliştirici 12
Derecelendirme
(4)
Projeler
6
0%
Arabuluculuk
4
25% / 75%
Süresi dolmuş
0
Serbest
13
Geliştirici 13
Derecelendirme
(13)
Projeler
18
28%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
4
22%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(36)
Projeler
44
32%
Arabuluculuk
6
17% / 33%
Süresi dolmuş
8
18%
Çalışıyor
15
Geliştirici 15
Derecelendirme
(42)
Projeler
59
54%
Arabuluculuk
3
0% / 0%
Süresi dolmuş
1
2%
Çalışıyor
16
Geliştirici 16
Derecelendirme
(42)
Projeler
88
14%
Arabuluculuk
30
30% / 53%
Süresi dolmuş
36
41%
Çalışıyor
17
Geliştirici 17
Derecelendirme
(31)
Projeler
40
43%
Arabuluculuk
0
Süresi dolmuş
2
5%
Çalışıyor
18
Geliştirici 18
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
302
59% / 25%
Süresi dolmuş
124
13%
Yüklendi
Benzer siparişler
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (B) Add the function (false) or (true) INTO THE EXISTING FUNCTION: TradeSize = 0.01; (true) Function (C)
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
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
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
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. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work

Proje bilgisi

Bütçe
30 - 500 USD
KDV (22%): 6.6 - 110 USD
Toplam: 36.6 - 610 USD
Geliştirici için
27 - 450 USD
Son teslim tarihi
from 7 to 30 gün