Expert Advisor needed for the first trading day of the month trade

MQL4 Asesores Expertos Fórex

Trabajo finalizado

Plazo de ejecución 15 días

Tarea técnica

Expert Advisor needed for the first trading day of the month trade.

This strategy is 100% mechanical with no discretion used.

Time frame traded: Daily

Please supply code.

Please build in an expiry date.

Strategy outline

At the closeof the daily candle on the first trading day (no weekend candles, new year’s day) of the month create a Buy order and a Sell order. 

For trade outcome scenarios please see pictures attached.

Buy order using half the candle range

  • Daily candle range divided by two.
  • Stop: the halfway point on the candle
  • Entry: Five pips above the high
  • Take Profit: is a multiple of the risk. For this example, we can say that R:R is 2:1

 Sell Order using half the candle range

  • Daily candle range divided by two.
  • Stop: the halfway point on the candle
  • Entry: Five pips below the low
  • Take Profit: is a multiple of the risk. For this example, we can say that R:R is 2:1

See setup example attached.

EA Input Settings Required  

Slippage: Maximum amount of slippage the EA will allow.

Max_Spread_Pips: Maximum amount of spread the EA will allow.

Lots Settings

  • Calculation_Based: Balance/Equity/Min_Equity_Or_Balance
    • Balance – Percentage of current balance to be used.
    • Equity – Percentage of current equity to be used.
    • Min_Equity_Or_Balance – EA will select whichever is the smaller value.
    • Risk_Percentage: Percentage amount to risk on the trade

 Entry Settings

  • Pips above the high/low of the candle

Stop Loss Settings

  • Full candle range
  • Half candle range
  • Quarter candle range

Profit Target Settings

  • Mulitplier: Reward to risk ratio the EA will use.

Break Even Settings

  • Use_Break_Even: True/False
  • Break_Even_At_Profit: Select the multiplier at which the stop loss can be moved to break even. i.e. at 1:1 move stop to BE.
  • Break_Even_To: Number of pips above the entry point. i.e. you would put the breakeven point just above entry to cover costs on the trade.

Trailing Stop Settings

  • Use_Trailing_Stop: True/False
  • Trailing_Stop: : Select the multiplier at which trade must be in profit before the trailing stop will be initiated. The stop loss will be moved to break even at this point and then the trailing step will kick in. i.e. at 1:1 move stop to BE.
  • Trailing_Step: Multiplier of profit from break even level before the stop loss will be moved again. i.e. at 1.5:1 move stop 0.5:1 in distance from break even level.
See example attached


Chart Info Settings

  • Display_Chart_Info: True/False
  • Font color for the Chart Info: Pick a display colour (default can be gold)


Info to display example

TSC_FDOM

Magic Number: 111111

Buy Trade: Active

Sell Trade: Not Active

EA Expiry Date: 2020.06.30

Han respondido

1
Desarrollador 1
Evaluación
(2428)
Proyectos
3057
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
2
Desarrollador 2
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
3
Desarrollador 3
Evaluación
(463)
Proyectos
524
33%
Arbitraje
28
39% / 43%
Caducado
7
1%
Ocupado
4
Desarrollador 4
Evaluación
(88)
Proyectos
143
39%
Arbitraje
21
19% / 48%
Caducado
30
21%
Libre
5
Desarrollador 5
Evaluación
(409)
Proyectos
537
75%
Arbitraje
9
44% / 0%
Caducado
24
4%
Libre
6
Desarrollador 6
Evaluación
(1)
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(36)
Proyectos
50
28%
Arbitraje
2
0% / 100%
Caducado
6
12%
Libre
8
Desarrollador 8
Evaluación
(16)
Proyectos
17
29%
Arbitraje
1
0% / 100%
Caducado
2
12%
Libre
9
Desarrollador 9
Evaluación
(8)
Proyectos
10
40%
Arbitraje
0
Caducado
0
Libre
10
Desarrollador 10
Evaluación
(82)
Proyectos
86
57%
Arbitraje
25
0% / 84%
Caducado
19
22%
Libre
11
Desarrollador 11
Evaluación
(130)
Proyectos
184
32%
Arbitraje
16
31% / 63%
Caducado
27
15%
Libre
12
Desarrollador 12
Evaluación
(185)
Proyectos
327
32%
Arbitraje
33
42% / 27%
Caducado
98
30%
Trabaja
13
Desarrollador 13
Evaluación
(266)
Proyectos
540
50%
Arbitraje
55
40% / 36%
Caducado
224
41%
Libre
14
Desarrollador 14
Evaluación
(17)
Proyectos
22
5%
Arbitraje
7
14% / 29%
Caducado
3
14%
Libre
15
Desarrollador 15
Evaluación
(87)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
16
Desarrollador 16
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
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

Información sobre el proyecto

Presupuesto
50 - 70 USD
Para el ejecutor
45 - 63 USD
Plazo límite de ejecución
a 12 día(s)