Risk management EA. Detailed diagram provided

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 12 gün
Geliştirici tarafından geri bildirim
Pleasure working with Adam. Patient, communicative and attentive to detail. Looking forward to the next one!!

İş Gereklilikleri

All information is detailed in the attached EA diagram.

Please see the attached image for all/more details and please let me know what you think/your price is.

It is a risk management EA build that calculates % amounts based on a snapshot of the starting balance each day, the initial balance and the floating balance.

I then need to close positions based on these targets and also disable/enable algo trading.

Quite basic ideas using a GUI. please be aware it must be made in a nice working GUI, laid out as shown in the diagram

I need someone who has experience making GUIs that dont crash, look clean and modern and are efficient.

I also need the back end code to be written efficiently please and will need a copy of the code for inspection.

Please see the attached image for all/more details and please let me know what you think/your price is.

Delivery time 7 days.

Please only apply if you are serious.

Thank you



Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(205)
Projeler
210
28%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
2
Geliştirici 2
Derecelendirme
(13)
Projeler
29
28%
Arabuluculuk
3
0% / 0%
Süresi dolmuş
1
3%
Meşgul
3
Geliştirici 3
Derecelendirme
(101)
Projeler
125
40%
Arabuluculuk
9
89% / 0%
Süresi dolmuş
0
Çalışıyor
4
Geliştirici 4
Derecelendirme
(39)
Projeler
45
29%
Arabuluculuk
4
25% / 25%
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(8)
Projeler
10
20%
Arabuluculuk
0
Süresi dolmuş
1
10%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(49)
Projeler
77
43%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
1
1%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(50)
Projeler
71
28%
Arabuluculuk
8
50% / 13%
Süresi dolmuş
14
20%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(8)
Projeler
18
17%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
10
Geliştirici 10
Derecelendirme
(67)
Projeler
75
64%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
7
9%
Yüklendi
11
Geliştirici 11
Derecelendirme
(4)
Projeler
3
0%
Arabuluculuk
3
33% / 67%
Süresi dolmuş
1
33%
Serbest
12
Geliştirici 12
Derecelendirme
(15)
Projeler
19
37%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
0
Serbest
13
Geliştirici 13
Derecelendirme
(263)
Projeler
433
38%
Arabuluculuk
88
43% / 18%
Süresi dolmuş
73
17%
Meşgul
14
Geliştirici 14
Derecelendirme
Projeler
1
0%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
0
Serbest
15
Geliştirici 15
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
Bot casino 30+ USD
Cómo si nombre lo indica, necesito crear un EA tipo casino. Operativa: 1. Abrir dos operaciones al mismo tiempo, una de compra y una de venta 2. Usar MG 3. Abrir maximo 20 operaciones 4. El EA trabajar para cuentas centavo 5. Abrir una nueva operación MG cada 10 pips 6. Cerrar operación con una utilidad de 15 pips 7. MQL4 8.que funcione igual para cualquier par La estrategia es muy sencilla, como se indica en su
double baseLotSize = 0.1; double currentLotSize = baseLotSize; void OnTrade() { if (LastTradeWasWin()) // Custom function checking last trade outcome { currentLotSize *= 1.5; // Increase lot size by 50% on a win } else { currentLotSize = baseLotSize; // Reset to base lot size on a loss } OpenTrade(currentLotSize); }
Test.......... 30+ USD
} return INIT_SUCCEEDED; // Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; //
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
Test_shangrila 30+ USD
// Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; // Unique magic number for this EA // Indicator
Experienced developer to write an EA applying 2 indicators and 3 conditions in a timely manner. Knowledge of the use of Stop Loss and Trailing stops is critical for this order
edit/ add simple features with buffers to existing zz indicators learners should not apply this job anyone looking for strategy should also not apply this job. if you are good, next job would be for an EA
2. Scope of Work 2.1 Debugging: - Code Review:Comprehensive review of existing EA code to identify and resolve bugs, inefficiencies, and any potential issues. - Testing:** Conduct thorough testing on historical data to evaluate the performance and reliability of the AI HFT Bot. - Performance Optimization:** Fine-tune algorithms for improved execution speed and accuracy. 2.2 Installation: - System Setup: Configure the
Hi, Are you familiar with the retail trade sentiment software FXSSI FXSSI - https://fxssi.com/ Are you able to feed the sentiment data into the EA to make trading decisions? Please advise. Thanks
For Metatrader5 Strategy Overview Timeframe: 15-minute Condition to Enter Short: the close of the last candle( called LC_) is smaller than the lowest low of the previous 3 candles THE VOLUME OF THE last CANDLE IS BIGGER THAN THE AVERAGE volume OF THE PREVIOUS 19 CANDLES Order Details: Short Entry at the close value of LC_ Volume: 0.01 lots. Stop Loss: 1.025*( close value of LC_ ) Take Profit: 99.75% *( close value

Proje bilgisi

Bütçe
100+ USD
Geliştirici için
90 USD