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

工作已完成

执行时间1 一天
客户反馈
Mike is very professional and good. Will cooperate with him more.
员工反馈
First time with this customer. It was a pleasure. Hope to work with you again

指定

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.

附加的文件:

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

反馈

1
开发者 1
等级
(162)
项目
218
30%
仲裁
4
50% / 25%
逾期
5
2%
空闲
发布者: 1 代码
2
开发者 2
等级
(181)
项目
287
64%
仲裁
3
100% / 0%
逾期
65
23%
工作中
3
开发者 3
等级
(43)
项目
74
50%
仲裁
5
0% / 60%
逾期
19
26%
空闲
4
开发者 4
等级
(43)
项目
66
12%
仲裁
12
58% / 42%
逾期
1
2%
空闲
5
开发者 5
等级
(257)
项目
341
58%
仲裁
7
14% / 71%
逾期
9
3%
空闲
相似订单
I am in need of creating a new like crypto coin, I need experts to evaluate my idea,---- --------------- ------------ - -------------------------------------- ----------------------- ------------- ---------------------------------- ----------------------------------------------------------------------- ------------------------------------------------------------------------
I require a custom EA and an accompanying custom indicator built in MQL5 for Meta Trader 4/5. The EA must be fully automated (Algo Trading); Telegram-Signal-Linked and named 'AMK Fx'
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation

项目信息

预算
30+ USD
截止日期
 1  10 天