Trend EA based on Indicator

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 22 días

Tarea técnica

EA based on Indicator:


1. SendOrder(OP_Buy/Sell): Entries on Trendchange, then use the Entries on standard Timeframe (M15 or M30) BUT filter them with Higher Timeframes(H1 and/or H4).

So Entry is (pseudo code with H1 and bools):

if (trendup == true && trendup H1 == true)

EntryBuy; 

Also, Put the H4 filter in too as option in Input:

if (trendup == true && trendupH1 == true && trendupH4 == true)

EntryBuy; 

}

2. Exit Buy/Sell on Trendchange filtering by Higher Timeframes, otherwise SendCloseOrder then waiting next signal. 

3. EA Input Tap: 


Parameters

  • Magic — trades ID;
  • EA comment — a comment to trades.

Time Frame

     .  TF1: Current TF(m1/m5/m15/m30/h1/h4/d1)

     .  TF2: Higher TF(filtering, m5/m15/m30/h1/h4/d1, 0=false)

     .  TF3: Higher TF(filtering, m15/m30/h1/h4/d1, 0=false)

Risk Settings

  • Lot type — money management type:
    • Fixed Lot — fixed lot;
    • Risk per trade — lot based on the StopLoss value: %     
  • Margin percent use — lot based on margin value; %
  • Fixed lot size;
  • Risk % — the percent of risk to calculate the lot for Risk per trade and Margin percent use;
  • Max lot — maximum lot size (0 - off)

      .   Initial StopLoss — initial StopLoss;

  • TakeProfit — TakeProfit;
  • BreakEven After — profit value to move StopLoss to BreakEven To;
  • BreakEven To — profit protected by breakeven.

Trailing Stop

  • Trailing stop — trailing stop value:
    • -1 — off;
    • 0 — TrailingStop= StopLoss;
    • >0 — гse the specified value;
  • Trailing step — trailing step;

Operation hours (GMT)

  • EveryDay Start Hour;
  • EveryDay Start Minute;
  • EveryDay End Hour;
  • EveryDay End Minute.
  • FridayStopTime — HH:MM. Leave it blank to disable;
  • GMT mode — GMT offset of the broker server time;
    • Auto GMT
    • Manual GMT
  • Max average spread — 0 - off;


4. Indicator Buffers

Buffer0 = Uptrend

Buffer1 = Downtrend

Buffer4 = Uparrow

Buffer5 = Downarrow

Buffer6 = UptrendOSC

Buffer7 = DowntrendOSC 


END...




Han respondido

1
Desarrollador 1
Evaluación
(133)
Proyectos
185
30%
Arbitraje
77
9% / 73%
Caducado
77
42%
Libre
2
Desarrollador 2
Evaluación
(304)
Proyectos
509
47%
Arbitraje
29
10% / 45%
Caducado
138
27%
Libre
3
Desarrollador 3
Evaluación
(2067)
Proyectos
2625
62%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
4
Desarrollador 4
Evaluación
(6)
Proyectos
5
0%
Arbitraje
2
0% / 100%
Caducado
1
20%
Libre
5
Desarrollador 5
Evaluación
(17)
Proyectos
19
21%
Arbitraje
1
0% / 0%
Caducado
4
21%
Libre
6
Desarrollador 6
Evaluación
(69)
Proyectos
76
59%
Arbitraje
0
Caducado
12
16%
Libre
7
Desarrollador 7
Evaluación
(769)
Proyectos
1033
44%
Arbitraje
50
8% / 50%
Caducado
117
11%
Libre
8
Desarrollador 8
Evaluación
(46)
Proyectos
73
16%
Arbitraje
13
8% / 92%
Caducado
37
51%
Libre
9
Desarrollador 9
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
10
Desarrollador 10
Evaluación
(1090)
Proyectos
1768
61%
Arbitraje
14
64% / 7%
Caducado
83
5%
Libre
11
Desarrollador 11
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
12
Desarrollador 12
Evaluación
(14)
Proyectos
15
60%
Arbitraje
2
0% / 100%
Caducado
5
33%
Libre
13
Desarrollador 13
Evaluación
(187)
Proyectos
367
56%
Arbitraje
45
22% / 56%
Caducado
188
51%
Libre
Solicitudes similares
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
Hello, I’m looking for a profitable mt4 or mt5 EA that makes 10+% montly. No martingale or grid strategy. No major equity fluctuations. If you have an EA with proven track record please contact me
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me

Información sobre el proyecto

Presupuesto
30 - 50 USD
Para el ejecutor
27 - 45 USD
Plazo límite de ejecución
de 1 a 3 día(s)