An Expert Adviser/Robot Based on ZeroLag MACD & RSX

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 7 días
Comentario del Ejecutor
Good order. Recommend.
Comentario del Cliente
He did build this EA/Robot according to the Requirements Specification, which works very well in Trending Markets... Thanks, Sergey

Tarea técnica


I need a Robot or Expert Advisor that trades by signals of the ZeroLag MACD and the Turbo_JRSX indicators… on the Meta Trader 4 trading platform. With a 80%+ trading win rate...

Basically, this is what I want: 1 EA/Robot, multi-currencies, multi Time Framedwhich trades by signals of the ZeroLag MACD and the Turbo_JRSX indicators…

The ZeroLag MACD - ENTRIES

·         When the RED Line is below the GOLDEN Dash Line then rises upward crossing the GOLDEN Dash Line, EA enters a BUY position… Based on risk allotted…

·         When the RED Line is above the GOLDEN Dash Line then drops downward crossing the GOLDEN Dash Line, EA enters a SELL position… Based on risk allotted…

The Turbo_JRSX - EXITS

·         In a SELL position: Exit the trade when the RSX Line crosses BELOW the silver dashed line 20 and the RSX Line is GOLDEN then turns to Yellow… Exit the Trade.

·         In a BUY position:  Exit the trade when the RSX line crosses ABOVE the silver dashed line 80 and the RSX Line is GREEN then turns to Yellow… Exit the Trade.

NOTE: the Indicator values, which are specialized, will be privately shared with the individual that I elect to contract with.

I would like a false signals filter and a trailing stop in this EA/Robot, as well as, a take profit based on the attached indicator(s). I generally work in the m5, m15 or H1 charts… 

It’s got to have all the bells and whistles like money management (based on risk 1 up to 5 percentage).

The goal of this job is to have EA/Robot functioning as intended without hanging, freezing or bugs. It must be reliably trustworthy to work on real account with all types of brokers. EA/Robot must be independent and operationally resilient, not relying on so many external factors and peculiar nuances. The developer must focus on this rather than the amount of work or hrs. put in.

The budget is $200 (to be paid through MQL) for its successful functioning creation. $200 to be paid for completed bug-free EA’s/Robot’s (v1). The project is on basis that you can have "Private Use" ONLY! But not for re-creation (including any and all packages of re-distribution, resale as EA/Robot, a system, or any type of signals or code). There will be no copying, modifying, translation or development of a derivative product or compilation of this EA/Robot. No reverse-engineering, building with or without modifications and then licensing, selling, distributing or any other illegal actions or activity to deriving codes of this EA/Robot system.

All the exclusive rights to the ordered software are completely assigned to the customer (personally or in a reflected commercial entity such as Good Holdings, Llc.).

 


Han respondido

1
Desarrollador 1
Evaluación
(1053)
Proyectos
1391
45%
Arbitraje
46
72% / 13%
Caducado
35
3%
Trabaja
2
Desarrollador 2
Evaluación
(362)
Proyectos
496
39%
Arbitraje
27
56% / 4%
Caducado
53
11%
Libre
3
Desarrollador 3
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
4
Desarrollador 4
Evaluación
(2377)
Proyectos
2987
65%
Arbitraje
76
47% / 14%
Caducado
340
11%
Libre
5
Desarrollador 5
Evaluación
(6)
Proyectos
7
14%
Arbitraje
8
13% / 88%
Caducado
3
43%
Libre
6
Desarrollador 6
Evaluación
(487)
Proyectos
1013
58%
Arbitraje
29
28% / 24%
Caducado
131
13%
Trabaja
7
Desarrollador 7
Evaluación
(2050)
Proyectos
2601
62%
Arbitraje
113
44% / 26%
Caducado
417
16%
Trabaja
8
Desarrollador 8
Evaluación
(1848)
Proyectos
3448
88%
Arbitraje
73
40% / 15%
Caducado
265
8%
Libre
9
Desarrollador 9
Evaluación
(59)
Proyectos
182
55%
Arbitraje
31
45% / 16%
Caducado
103
57%
Libre
10
Desarrollador 10
Evaluación
(169)
Proyectos
204
30%
Arbitraje
25
40% / 44%
Caducado
12
6%
Libre
11
Desarrollador 11
Evaluación
(253)
Proyectos
358
49%
Arbitraje
24
25% / 50%
Caducado
80
22%
Libre
12
Desarrollador 12
Evaluación
(68)
Proyectos
111
26%
Arbitraje
17
6% / 71%
Caducado
15
14%
Libre
13
Desarrollador 13
Evaluación
(542)
Proyectos
1319
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Trabaja
Solicitudes similares
Hello, Are you able to program an EA from Scratch OR Reprogrammed an existing EA using the source code, Ofcourse I have an MQL4 version of the EA, All I need is another version of this EA with different settings let me, I will be sharing all info via a comment section, kindly reach out if you are skilled in programming an MT4 EA thanks
Gizmogold 30 USD
import pandas as pd import numpy as np import matplotlib.pyplot as plt # Load historical price data (e.g., from a CSV file) data = pd.read_csv('historical_data.csv', index_col='Date', parse_dates=True) # Calculate short-term (e.g., 50-day) and long-term (e.g., 200-day) moving averages data['Short_MA'] = data['Close'].rolling(window=50).mean() data['Long_MA'] = data['Close'].rolling(window=200).mean() # Plot the
This EA uses Progressive and Fibonacci system to cover losses. Here's how it works: I want the fibonacci lotsize system to be modified to go beyond the maximum that was coded. First, It will open two orders: Buy and Sell. It does not set any take profit or stop loss to prevent market manipulation by some brokers. Instead, it directly closes orders once the direction order (bullish or bearish) makes the overall profit
Xecta 30+ USD
//+------------------------------------------------------------------+ //| MACD_Sample_Expert.mq5| //| Copyright 2013, MetaQuotes Software Corp. | //| https://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright "2013, MetaQuotes Software Corp." #property link " https://www.metaquotes.net " #property version "1.00" #property description "Sample Expert Advisor
SpotBot45 30+ USD
I know nothing about trading so am looking for a custom made automated trading bot with medium risk and maximum returns.I am looking for about a ten percent return per day minimum and minimise as much risk where possible
Hello, I need help me with fixing a custom indicator for me. I need the indicator buffer value fixing to work perfectly with EA. I think once you bid and check the file you will understand the matter of the issue. Normally the indicator is good to give the signal. But based on the signal I can't get into the EA. Because of the buffer value working issue. Also some time it's doing issue to show the singnal when
i am currently in need of someone who can be able to help me out.i want my custom indicator to be non repainting and i also want the custom indicator to be able to send out all types of alerts...thank you
I want to develop an EA (MT5) where trader will enter some preset order buy/sell (like pending order) on a specific pair with specific value. when the market touch the preset order line and close the candle above/below according to order buy/sell then EA execute the order. all preset/pending function will be handled from the dashboard similar picture like below; The dashboard must be good looking. in strategy there
I need a skilled analyst to help me backtest and optimize my existing EA. I have already developed the EA with the help of another developer, I only need the best combination of settings. The EA should be optimized for maximum profit and minimal drawback
This job is basically between the Bridge Application Msi . and Expert Advisor . The programer connect the Application to VPS where EA is Given to users .. If we changed anything in application it's automatic changed to all users EA which users have. Complicated work but only a good programmer DM me

Información sobre el proyecto

Presupuesto
200+ USD
Para el ejecutor
180 USD
Plazo límite de ejecución
de 7 a 14 día(s)