Tarea técnica

The EA should be flexible and trade various underlyings and run on multiple brokers at the same time as well as on different time frames on real money accounts after successful back and front testing.

EA open trades in both direction. All trades (first buy or first sell) are opened at the begining of a new bar to prevent false signals.
If there is an opened position, and there is a opposite signal, the opened position doesn't have be closed. Just a new one must be opened in the opposite direction.

EA will need to contain the following:

  • Halftrend indicator builtin for signal
  • Halftrend indicator builtin for filtering signal
  • Standard money managements, lot size, SL, TP, Trailing Stop, account margin check are required
  • Hedge and Martingale
  • Max orders
  • Slippage Limit
  • Trading times restriction
  • Spread restriction
  • Option to just trade only with Halftrend signals without specific conditions to be agreed (means others indi disabled)
  • Display BUY/SELL breakeven/profit lines
  • all informations about: Buy/Sell lots, Buy/Sell profit, free margin, equity
  • Different buttons in the chart : close buy, close sell, close all, trade sell, trade buy, new cycle

The basic entry and exit rules will be provided in details to the selected developer as well as the indicators to use as. This is an overview of the rules

Long Entry Rules:

1. If the DeepSkyBlue upward pointing arrow of the HalfTrend indicator along with its lower indicator line gets aligned fairly below price bars
2. If another indicator used as filter it must confirm the halftrend signal. Suppose we use the stochastic => Stochastic confirms the direction proposed by halftrend and stochastic is not in the overbought/oversold range (which would be a setting variable in the EA).

Sell Entry Rules:

1. If the Tomato upward pointing arrow of the HalfTrend indicator along with its lower indicator line gets aligned fairly above price bars
2. If another indicator used as filter it must confirm the halftrend signal


The expert advisor should come with the source code(.mq4)

My first specification is to get a great developer not a beginner. Great to make a great code and great to code quickly without bugs.


Thanks for reading me - If you are a beginner, please do not make me waste my time.

I will review all applications by the end of the day and select up to 3 potential coders, thank you to all coders applying.
Interested coder should be willing to have a voice communication(via zoom, WhatsApp, etc.) for enhance and seamless understanding if the need arises.

Great developers, welcome ! !

Best regards

 

 

Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(65)
Proyectos
71
30%
Arbitraje
8
0% / 88%
Caducado
5
7%
Libre
2
Desarrollador 2
Evaluación
(2)
Proyectos
2
0%
Arbitraje
3
0% / 100%
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(50)
Proyectos
54
43%
Arbitraje
3
0% / 100%
Caducado
3
6%
Libre
4
Desarrollador 4
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
5
Desarrollador 5
Evaluación
(23)
Proyectos
45
20%
Arbitraje
24
29% / 46%
Caducado
12
27%
Libre
6
Desarrollador 6
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
7
Desarrollador 7
Evaluación
(769)
Proyectos
1033
44%
Arbitraje
50
8% / 50%
Caducado
117
11%
Libre
8
Desarrollador 8
Evaluación
(36)
Proyectos
50
28%
Arbitraje
2
0% / 100%
Caducado
6
12%
Libre
9
Desarrollador 9
Evaluación
(87)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
10
Desarrollador 10
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
An EA based on zigzag and some indicators ( The ea is already working i need to add this indicator to guide and control trades) Project Overview: - I am seeking a skilled freelance developer to enhance my existing Expert Advisor (EA) by creating source code that I can easily integrate. The EA currently uses Moving Averages (MA) and lines to place trades. I need to add a zigzag function with a true/false option and
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
I 'm looking for a bot to take trades . I have questions 1 . What is the win rate? It could be ! 2 . Any guarantee if the bot does not take a win trade
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is

Información sobre el proyecto

Presupuesto
30 - 50 USD
IVA (20%): 6 - 10 USD
Total: 36 - 60 USD
Para el ejecutor
27 - 45 USD
Plazo límite de ejecución
a 3 día(s)