Create a simple EA with Buy / Sell signal comes from the signal of the Object on the chart

Trabajo finalizado

Plazo de ejecución 1 día
Comentario del Cliente
Mike is very professional and good. Will cooperate with him more.
Comentario del Ejecutor
First time with this customer. It was a pleasure. Hope to work with you again

Tarea técnica

I want to create a simple EA that includes the following functions:

1. The Buy / Sell signal comes from the signal of the Object on the chart:

Here are the instructions of the indicator author:

you can enumerate all charts objects and fined only arrows from MA Bounce Indicator. All arrows starts from name% s_Arrow_ where% s is a Signal Code from property, By default it's [MA Bounce]. So search all arrows with name "[MA Bounce] _Arrow_".

const int totalObjects = ObjectsTotal (ChartID ());

   for (int index = 0; index <totalObjects; ++ index)

   {

      const string objectName = ObjectName (ChartID (), index);

      if (StringFind (objectName, "[MA Bounce] _Arrow_")! = 0)

      {

         // Do work with arrow

      }

   }

1.1: Buy Signal Image:

In attact file

1.2: Signal Sell Image:

In attact file

1.3: Object list Image:

In attact file

 

2. EA has a Magic Number.

3. EA has input and uses Stoploss in pips.

4. EA has input and uses Takeprofit in pips.

5. EA has Trailing Stop with ATR.

6. I need to have the source code of the EA generated.

Thanks you very much.

Archivos adjuntos:

PNG
Arrow_Buy.png
12.8 Kb
PNG
Object.png
64.4 Kb

Han respondido

1
Desarrollador 1
Evaluación
(161)
Proyectos
217
30%
Arbitraje
4
50% / 25%
Caducado
4
2%
Libre
2
Desarrollador 2
Evaluación
(150)
Proyectos
220
58%
Arbitraje
3
100% / 0%
Caducado
45
20%
Trabajando
3
Desarrollador 3
Evaluación
(43)
Proyectos
72
49%
Arbitraje
4
0% / 50%
Caducado
19
26%
Libre
4
Desarrollador 4
Evaluación
(42)
Proyectos
62
8%
Arbitraje
12
58% / 42%
Caducado
1
2%
Libre
5
Desarrollador 5
Evaluación
(257)
Proyectos
341
58%
Arbitraje
7
14% / 71%
Caducado
9
3%
Libre
Solicitudes similares
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
The expert Advisor will place trades during high-impact news releases. it will then close trades by trailing stop methods after reaching the breakeven points. It should be built in such a way that it will allow adjustments of parameters like opening distance points, initial stop loss, breakeven points etc
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
I need an EA which only trades the news data. The EA has to analyze the news-data and needs to classify them into categories. The Strategy includes the following points and this features needs to be included : 1. Filter for news Data : Pairs : USD ● EUR ● AUD ● GBP News Events : GDP Unemployment rate (initial claims) CB Consumer Confidence (US) Retail sales Consumer Price Index (CPI) Purchasing Managers' Index (PMI)
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 750 USD
I am in need of 3 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 50 percent of the Fibonacci..this will be present on all 3 EA, all three EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe
Need a good synthetic EA 50 - 1000 USD
I don't have specifications. If you're good at building an EA with good coding, accuracy, 85% money management, good trading decision. Please apply let's discuss Bussiness. Price below is not specific we can discuss new price depending on your professionalism
I want to lock my indicators and my EAs in the data folder with a password because i am going to give my pc to a trader , and i do not want him to just go to my data folder and copy my indicators and EAs , i will not send my indicators to the developer, i want to use a password protection in the windows system or if mt4 has this protection feature then its ok, the real names of the indicators also should be changed

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD
Plazo límite de ejecución
de 1 a 10 día(s)