Trend Laser EA

MQL4 Experts

Trabalho concluído

Tempo de execução 14 dias

Termos de Referência

the target is the profitabel use of the „trend laser“ indicator automated. It has to open a buy position, if given trend changes from sell to buy and has to open a sell order, if given trend changes from buy to sell. So, if no other parameters speak against it, always one position per currency is opened.

Also there are some given external parameters it has to work with. The most of them are speaking for themselve, i think, but i wrote some instructions to every one of it. If you have any questions or suggestion for improvement or price and period are unrealistic feel free to talk about it.



##External Parameters

#general settings
Auto lot size                           true/false
lot size                                0,01
per every (x) (if auto lot size)        1000
max lot size                            5
stopp loss                              10
take profit                             100
trailing stopp                          5       
min profit in pips                      10
Break even after  (x) pips in profit    10
Break even offset                       1

#Filters
max spread                              0,5
Monday start hour (24h)                 6
Friday close hour (24h)                 22
Disable before next trend               true/false
agressive mode (martingale)             true/false

#Strategy Settings
Timeframe for Entry                     M1,M5,...
trade only with trend                   true/false
Trimeframe for Trend                    M5,M15,...
min success rate in %                   85
use RSI for Entry                       true/false


Explanation

  • if „auto lot size=true“ open every position with „lot size“ * „per every (x) (if auto lot size)“
    e.g. lot size=0.1; per every (x) (if auto lot size)=1000; deposit =5250
    → open position with 0,5 lot
    e.g. lot size=0.2; per every (x) (if auto lot size)=1500; deposit >5250
    → open position with 0,6 lot

  • if „auto lot size=false“
    → open every position with „lot size=x“)

  • „max lot size“
    → maximum lot size for „auto lot size=true“ and „agressive mode=true“

  • „stopp loss“
    → should be clear what to do;
    → if 0, then disable

  • „take profit“
    → should be clear what to do
    → if 0, then disable

  • „trailing stopp“
    → should be clear what to do
    → if 0, then disable

  • „min profit in pips“
    →enable „trailing stopp“ after x pips in profit

  • „Break even after (x) pips in profit“
    → set stopp loss to entry after x pips profit
    → if 0, then disable

  • „Break even offset“
    → add x pips to break even (stopp loss) for buy entry if „Break even after (x) pips in profit“ is >0
    → reduce x pips to break even (stopp loss) for sell entry if „Break even after (x) pips in profit“ is >0

  • „max spread“
    → only open position, if spread is lower than x pip
    → if 0, then disable

  • „Monday start hour (24h)“
    → open first positon not before x on monday
    → if 0, then disable

  • „Friday close hour (24h)“
    → close open position at x on friday
    → if 0, then disable

  • „Disable before next trend“
    → if true and position is opened, then just close position if „Timeframe for Entry“ changes direction
    → if false and position is opened, then close position if „Timeframe for Entry“ changes direction and open a new position with new trend direction
    → if false and no position is opened, then wait until „Timeframe for Entry“ changes direction and open a new position with new trend direction

  • „agressive mode (martingale)“
    → if true and if last position closed in loss, then open the next position with doubled lot size until „max lot size“ is reached

  • „Timeframe for Entry“
    →used timeframe for entry signals, given by indicator

  • „trade only with trend“
    → if true, then only open a position, if entry signal given by indicator at „Timeframe for entry“ is the same signal given by indicator as „Trimeframe for Trend“
    →if false, then ignore „Trimeframe for Trend“

  • „Trimeframe for Trend“
    → used Timeframe to check long term trend
    → check, that it is higher than „Timeframe for Entry“, otherwise print fail „time for trend has to be higher, than timeframe for entry“

  • use RSI for Entry
    → if true and given trend for Entry is long, then wait and only open a buy position with if RSI is lower than 30 the next time
    → if true and the given trend for Entry is short, then wait and only open a sell position if RSI is higher than 70 the next time
    → has to work together with „trade only with trend“ if both set „true“
    → if false, then ignore RSI

  • „min success rate in %“
    → only open position if „success rate“, given by indicator, is higher than x

Respondido

1
Desenvolvedor 1
Classificação
(2077)
Projetos
2636
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
2
Desenvolvedor 2
Classificação
(52)
Projetos
133
44%
Arbitragem
14
50% / 29%
Expirado
55
41%
Livre
3
Desenvolvedor 3
Classificação
(1235)
Projetos
2820
80%
Arbitragem
156
22% / 43%
Expirado
488
17%
Livre
4
Desenvolvedor 4
Classificação
(28)
Projetos
30
50%
Arbitragem
4
0% / 100%
Expirado
8
27%
Livre
5
Desenvolvedor 5
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
6
Desenvolvedor 6
Classificação
(439)
Projetos
545
25%
Arbitragem
21
38% / 38%
Expirado
83
15%
Livre
7
Desenvolvedor 7
Classificação
(225)
Projetos
284
42%
Arbitragem
15
13% / 47%
Expirado
67
24%
Livre
8
Desenvolvedor 8
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
9
Desenvolvedor 9
Classificação
(219)
Projetos
370
42%
Arbitragem
145
17% / 41%
Expirado
124
34%
Livre
10
Desenvolvedor 10
Classificação
(647)
Projetos
1295
67%
Arbitragem
84
26% / 49%
Expirado
338
26%
Livre
11
Desenvolvedor 11
Classificação
(272)
Projetos
394
63%
Arbitragem
70
53% / 26%
Expirado
198
50%
Livre
12
Desenvolvedor 12
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Livre
13
Desenvolvedor 13
Classificação
(15)
Projetos
65
58%
Arbitragem
6
17% / 33%
Expirado
39
60%
Livre
Pedidos semelhantes
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
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

Informações sobre o projeto

Orçamento
10 - 100 USD
Desenvolvedor
9 - 90 USD
Prazo
de 1 para 7 dias