Trend Laser EA

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 14 días

Tarea técnica

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

Han respondido

1
Desarrollador 1
Evaluación
(2317)
Proyectos
2916
63%
Arbitraje
124
44% / 25%
Caducado
429
15%
Trabaja
2
Desarrollador 2
Evaluación
(52)
Proyectos
133
44%
Arbitraje
14
50% / 29%
Caducado
55
41%
Libre
3
Desarrollador 3
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
487
17%
Libre
4
Desarrollador 4
Evaluación
(28)
Proyectos
30
50%
Arbitraje
4
0% / 100%
Caducado
8
27%
Libre
5
Desarrollador 5
Evaluación
(2653)
Proyectos
3370
68%
Arbitraje
77
48% / 14%
Caducado
342
10%
Libre
Ha publicado: 1 ejemplo
6
Desarrollador 6
Evaluación
(452)
Proyectos
565
26%
Arbitraje
24
42% / 38%
Caducado
85
15%
Trabaja
Ha publicado: 6 ejemplos
7
Desarrollador 7
Evaluación
(225)
Proyectos
285
41%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
8
Desarrollador 8
Evaluación
(258)
Proyectos
396
28%
Arbitraje
69
19% / 49%
Caducado
121
31%
Libre
9
Desarrollador 9
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
Ha publicado: 38 ejemplos
10
Desarrollador 10
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
11
Desarrollador 11
Evaluación
(273)
Proyectos
396
63%
Arbitraje
70
53% / 26%
Caducado
198
50%
Libre
12
Desarrollador 12
Evaluación
Proyectos
1
0%
Arbitraje
0
Caducado
1
100%
Libre
13
Desarrollador 13
Evaluación
(15)
Proyectos
65
58%
Arbitraje
6
17% / 33%
Caducado
39
60%
Libre
Solicitudes similares
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step

Información sobre el proyecto

Presupuesto
10 - 100 USD
Plazo límite de ejecución
de 1 a 7 día(s)