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
評価
(199)
プロジェクト
287
52%
仲裁
0
期限切れ
1
0%
4
開発者 4
評価
(2091)
プロジェクト
2653
62%
仲裁
114
45% / 25%
期限切れ
419
16%
取り込み中
5
開発者 5
評価
(163)
プロジェクト
193
48%
仲裁
2
50% / 50%
期限切れ
1
1%
6
開発者 6
評価
(480)
プロジェクト
509
53%
仲裁
10
60% / 20%
期限切れ
3
1%
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
our exciting software developer isnt responding to the bugs he made in the mt5 ea now we need somebody for the long run that can fix the bugs and also add additional fuction in the future feel free to contact me
Hello, same as title. I do not care about the drawdown I just need a trading strategy that can do 100% return per month return, simple as that. It would be nice if it can be automated into a bot/EA. Most important is the return of at least 100% per month!!! The strategy you provide need to be tested and work fine and have been doing well in the live market by you or someone for a long time. To be clear again - I need
I basically have an EA that is with me and i have been using for the past seven months and have been giving me lot of profits, but recently the market condition changed and now the EA kept loosing to the extent of my account been at the brink of blowing. so now what i want to do is revesrse engineering to get the strategy in order to be able to create a new one
I have an indicator which is based on the main chart candlesticks.... The EA must follow the color of candlesticks for buy or sell even take profit. Open a buy if the color of candlestick is Aqua and open a sell if the color of the candlesticks is red
👋 Hey, I'm looking for someone who can consult for our company. Can you please answer the questions below. - How would you structure a leveraged crypto derivative product, considering leverage ratios, margin requirements, and funding rate calculations, while managing associated risks and ensuring profitability? and which tools are needed in your opinion
Converting MT4 indicator to work as an MT5 indicator. I need you to translate the MQL4 to MQL5. I want to use this indicator in the Metatrading 5 platform on all currencies futures and indices. I need the work done in the next 5days
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
Hello great developer Attached is the code I would like to have converted from pine script to mt4. It's a simple indicator. i will be looking for great developer that will bid for this project peace be unto you thanks
Looking for an mql5 EA developer to build a custom EA for MT5 based on several simple variables. It will be initially used on 5m EUR/USD, but needs to work with any currency/commodity/stock/crypto. Custom risk management will also need to be built into the EA. Exact variables will be discussed in detail once a developer is selected, but a basic overview of the EA variables is below. Positions will be opened based on
Hello, Can you build and help me optimize the following very simple strategy using tradingview: 1.) On QQQ, Wait for market opening range 10 minute bar to close. 2.) Go long beyond the high of 10 min range OR short below on low of 10 min range. (intrabar entry not on close of next bar) 3.) Stop loss is the opposite end of the 10 minute range. All stops and exits are intrabar. Far backtesting can we use 10 minute

プロジェクト情報

予算
57 - 75 USD
開発者用
51.3 - 67.5 USD
締め切り
最低 7 最高 10 日