Writing of an Expert Advisor

MQL5 エキスパート

仕事が完了した

実行時間8 日
依頼者からのフィードバック
not recommended

指定

       

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 


応答済み

1
開発者 1
評価
(21)
プロジェクト
20
10%
仲裁
2
50% / 50%
期限切れ
0
2
開発者 2
評価
(240)
プロジェクト
377
17%
仲裁
24
38% / 29%
期限切れ
19
5%
取り込み中
3
開発者 3
評価
(166)
プロジェクト
196
27%
仲裁
8
25% / 50%
期限切れ
5
3%
仕事中
4
開発者 4
評価
(1)
プロジェクト
0
0%
仲裁
0
期限切れ
0
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(2)
プロジェクト
5
0%
仲裁
1
0% / 100%
期限切れ
1
20%
仕事中
7
開発者 7
評価
(31)
プロジェクト
43
19%
仲裁
7
29% / 43%
期限切れ
5
12%
8
開発者 8
評価
(101)
プロジェクト
125
40%
仲裁
9
89% / 0%
期限切れ
0
仕事中
9
開発者 9
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
10
開発者 10
評価
(111)
プロジェクト
123
60%
仲裁
0
期限切れ
0
11
開発者 11
評価
(4)
プロジェクト
4
0%
仲裁
0
期限切れ
0
仕事中
12
開発者 12
評価
(42)
プロジェクト
62
8%
仲裁
12
58% / 42%
期限切れ
1
2%
13
開発者 13
評価
(11)
プロジェクト
23
4%
仲裁
1
0% / 0%
期限切れ
7
30%
14
開発者 14
評価
(260)
プロジェクト
462
35%
仲裁
57
37% / 37%
期限切れ
168
36%
仕事中
15
開発者 15
評価
(66)
プロジェクト
201
72%
仲裁
4
100% / 0%
期限切れ
1
0%
仕事中
類似した注文
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

プロジェクト情報

予算
30+ USD
開発者用
27 USD