Create an MT5 EA trading tool that will send alerts and trade entries to Telegram and open orders automictically.

仕事が完了した

実行時間8 日
開発者からのフィードバック
Excellent Client highly recommended . Thank you for easy transaction
依頼者からのフィードバック
Excellent work ethic, great support, communicate well and completed the job as required.

指定

Develop an Expert Advisor (EA) trading tool in MQL5/MT5 that will use both the 8 EMA and 50 MA to detect Bullish and Bearish trends. The detected trend alerts and order entries will be sent to Telegram. The EA will also open order entries based on specific conditions and parameters:

The Bullish Indicator configuration has two conditions (A and B) as shown below: The 8 EMA must be above 50 MA for both A and B conditions:

CONDITION A:

A)       

1.       8 EMA must be above 50 MA

2.       If the distance range of a candlestick’s HIGH of any currencies is Xpip(s) to Xpip(s) (e.g., 5pips to 12pips) away from the 8 EMA.

3.       Then post the currency to telegram (Telegram link info will be provided).

See the “Bull Trend - Shorting opportunity_A” screenshot for additional information.

CONDITION B:

B)       

1.       8 EMA must be above 50 MA

2.       If the distance range of the 8 EMA for any currency is Xpip(s) to Xpip(s) (e.g., 5pips to 12pips) away from the 50 MA.

3.       Then post the currency to telegram (Telegram link info will be provided).

See the “Bull Trend - Shorting opportunity_B” screenshot for additional information.

 

See below an example of how an A and B signal should be post to telegram for a Bullish trend:

 

Bullish Trend A

GBP/USD

7pips

 

Bullish Trend B

GBP/USD

7pips

 

The Bearish Indicator has two conditions (A or B) ash shown below: The 8 EMA must be below MA 50 for both A and B conditions:

CONDITION A:

A)       

1.       8 EMA must be below MA 50

2.       If the distance range of a candlestick’s LOW of any currencies is -Xpip(s) to -Xpip(s) (e.g., -5pips to -12pips) away from the 8 EMA.

3.       Then post the currency to telegram (Telegram link info will be provided).

 

CONDITION B:

B)       

1.       8 EMA must be below MA 50.

2.       If the distance range of the 8 EMA for any currency is -Xpip(s) to -Xpip(s) (e.g., -5pips to -12pips) away from the 50 MA.

3.       Then post the currency to telegram (Telegram link info will be provided).

 

See below an example of how an A and B signal should be post to telegram for a Bearish trend:

Bearish Trend A

GBP/USD

-7pips

 

Bearish Trend B

GBP/USD

-7pips

This section below contains the conditions and configuration for triggering automated orders:

Bullish Trending Order Entries: 8 EMA must be above MA 50

1.       IF 8 EMA is above 50 MA

2.       AND, the distance range of the 8 EMA for any currency is Xpip(s) to Xpip(s) (e.g., 5pips to 12pips) away from the 50 MA.

3.       AND, the first candlestick that close below 8 EMA

4.       THEN, open a SELL order

See the Scenarios I sent to you for clarification:

Bearish Trending Order Entries: 8 EMA must be below MA 50

1.       IF 8 EMA is below 50 MA

2.       AND, If the distance range of the 8 EMA for any currency is -Xpip(s) to -Xpip(s) (e.g., -5pips to -12pips) away from the 50 MA.

3.       AND, the first candlestick must close above 8 EMA

4.       THEN, open a BUY order

Create The Parameter Settings below on the EA dashboard:

1.       Set EMA: (8)

2.       Set MA: (50)

3.       Select Indicators: A and/or B

4.       Bullish Distance: pip to pip (e.g., 5pips to 12pips)

5.       Bearish Distance: -pip to -pip (e.g., -5pips to -12pips)

6.       Buy and Sell: pip and -pip

7.       Take Profit: pip

8.       Stop Loss: pip

All Alerts will be sent to Telegram - The Telegram link information will be provided:

ファイル:

応答済み

1
開発者 1
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
2
開発者 2
評価
(34)
プロジェクト
48
21%
仲裁
6
83% / 17%
期限切れ
8
17%
3
開発者 3
評価
(208)
プロジェクト
297
54%
仲裁
0
期限切れ
1
0%
パブリッシュした人: 6 codes
4
開発者 4
評価
(2322)
プロジェクト
2925
63%
仲裁
123
45% / 25%
期限切れ
429
15%
仕事中
5
開発者 5
評価
(169)
プロジェクト
202
48%
仲裁
5
20% / 60%
期限切れ
2
1%
6
開発者 6
評価
(512)
プロジェクト
551
53%
仲裁
13
69% / 15%
期限切れ
3
1%
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
パブリッシュした人: 3 codes
類似した注文
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
Expert should be able to place trades across all Forex symbols (solution is advised) . xauusd live chart execution error . Deletion and Cleaning the Code (if required) . Live Chart Only
Dear All i am working on strategy in forex market specifically in xausud and i just want someone to make it automatic execution mode as per my requirements with propee risk management my broker is exness and i have an account in MT5
I am looking for an experienced MT5/MQL5 programmer to build Phase 1 of a larger Expert Advisor project. This first phase is limited to one custom signal only for the EUR/USD. If Phase 1 is completed correctly, additional signals may be added later as separate follow-up projects. The purpose of Phase 1 is to code, test, display, and log this signal accurately using completed M1 bars only. At this stage, I primarily
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Hi to all, I need a modification of an existing grid EA with the following instructions: Add the following optional external inputs to the attached Expert Advisor: input bool TradeModeAgainstTrend ( TMAT ) = true ; input int CounterTrendLotsToStartTMAT = 0.15 ; input double CoefficientForTrendLots = 0.30 ; input double MaxTrendLot = 0.08 ; input bool OneSideTMATOnly = true ; input double CombinedClosureAmount = 10.0
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
Gold robot 3000+ USD
I really liked this training platform. I want to start a good business with this funding amount."I like crypto trading. Does it provide a demo account that is good for learning?"
Gold robot 3000+ USD
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks

プロジェクト情報

予算
57 - 75 USD
締め切り
最低 7 最高 10 日