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
(2115)
Proyectos
2686
62%
Arbitraje
114
46% / 25%
Caducado
419
16%
Trabajando
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
488
17%
Libre
4
Desarrollador 4
Evaluación
(28)
Proyectos
30
50%
Arbitraje
4
0% / 100%
Caducado
8
27%
Libre
5
Desarrollador 5
Evaluación
(2452)
Proyectos
3088
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
6
Desarrollador 6
Evaluación
(441)
Proyectos
547
25%
Arbitraje
21
38% / 38%
Caducado
83
15%
Trabaja
7
Desarrollador 7
Evaluación
(225)
Proyectos
284
42%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
8
Desarrollador 8
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
9
Desarrollador 9
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
10
Desarrollador 10
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
11
Desarrollador 11
Evaluación
(273)
Proyectos
395
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
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

Información sobre el proyecto

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