Writing of an Expert Advisor

MQL5 Experten

Auftrag beendet

Ausführungszeit 8 Tage
Bewertung des Kunden
not recommended

Spezifikation

       

entry condition

                if previous candle (1 hour default) if bullish then buy at opening price .

                similary if  previous candle (1 hour default) if bearish then sell at opening price .

Take profit / Stop Loss

                Fixed stop loss and takeprofit (input)

Trade only in between

                Start time = 11:00 (default in input) as per Indian standard time

                End time = 23:00

Position Sizing

                Qty  =  0.01 lot (default / input)

Increase qty two consecutive loss . no increase in qty after profit.

First loss

.01

Second loss

.01

Third loss

.02

Fourth loss

.04

Fifth loss

.08

 

Stop this process / series as instructed in input section of expert advisor

                                Losing streak = 5 (Default/input)

 

Note :

1 . No new trade , if previous trade is yet to be closed.

2. stop trading for a day  if losing streak hit at max (max =( Losing streak = 5 (Default/input)))

3. no new trade after “End time = 23:00” but wait for old  trade to hit TP/Sl.

 4. code the strategy in manner where we can edit entry and exit condition and positon sizing will remain same 


Bewerbungen

1
Entwickler 1
Bewertung
(21)
Projekte
20
10%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(240)
Projekte
377
17%
Schlichtung
24
38% / 29%
Frist nicht eingehalten
19
5%
Beschäftigt
3
Entwickler 3
Bewertung
(166)
Projekte
196
27%
Schlichtung
8
25% / 50%
Frist nicht eingehalten
5
3%
Arbeitet
4
Entwickler 4
Bewertung
(1)
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(2)
Projekte
5
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
20%
Arbeitet
7
Entwickler 7
Bewertung
(31)
Projekte
43
19%
Schlichtung
7
29% / 43%
Frist nicht eingehalten
5
12%
Frei
8
Entwickler 8
Bewertung
(101)
Projekte
125
40%
Schlichtung
9
89% / 0%
Frist nicht eingehalten
0
Arbeitet
9
Entwickler 9
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(111)
Projekte
123
60%
Schlichtung
0
Frist nicht eingehalten
0
Frei
11
Entwickler 11
Bewertung
(4)
Projekte
4
0%
Schlichtung
0
Frist nicht eingehalten
0
Arbeitet
12
Entwickler 12
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
13
Entwickler 13
Bewertung
(11)
Projekte
23
4%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
7
30%
Frei
14
Entwickler 14
Bewertung
(260)
Projekte
462
35%
Schlichtung
57
37% / 37%
Frist nicht eingehalten
168
36%
Arbeitet
15
Entwickler 15
Bewertung
(66)
Projekte
201
72%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
0%
Arbeitet
Ähnliche Aufträge
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

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD