Trend EA based on Indicator

MQL4 Experts

Trabalho concluído

Tempo de execução 22 dias

Termos de Referência

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...




Respondido

1
Desenvolvedor 1
Classificação
(133)
Projetos
185
30%
Arbitragem
77
9% / 73%
Expirado
77
42%
Livre
2
Desenvolvedor 2
Classificação
(304)
Projetos
509
47%
Arbitragem
29
10% / 45%
Expirado
138
27%
Livre
3
Desenvolvedor 3
Classificação
(2077)
Projetos
2636
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
4
Desenvolvedor 4
Classificação
(6)
Projetos
5
0%
Arbitragem
2
0% / 100%
Expirado
1
20%
Livre
5
Desenvolvedor 5
Classificação
(17)
Projetos
19
21%
Arbitragem
1
0% / 0%
Expirado
4
21%
Livre
6
Desenvolvedor 6
Classificação
(69)
Projetos
76
59%
Arbitragem
0
Expirado
12
16%
Livre
7
Desenvolvedor 7
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
8
Desenvolvedor 8
Classificação
(46)
Projetos
73
16%
Arbitragem
13
8% / 92%
Expirado
37
51%
Livre
9
Desenvolvedor 9
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
10
Desenvolvedor 10
Classificação
(1091)
Projetos
1771
61%
Arbitragem
14
64% / 7%
Expirado
84
5%
Trabalhando
11
Desenvolvedor 11
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
12
Desenvolvedor 12
Classificação
(14)
Projetos
15
60%
Arbitragem
2
0% / 100%
Expirado
5
33%
Livre
13
Desenvolvedor 13
Classificação
(187)
Projetos
367
56%
Arbitragem
45
22% / 56%
Expirado
188
51%
Livre
Pedidos semelhantes
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 1 para 3 dias