An Expert Advisor based on EMA+MACD

MQL4 エキスパート

仕事が完了した

実行時間2 日
開発者からのフィードバック
Very straight forward client

指定

Hi Developer, I am looking Expert Advisor Robot. Could you please help me?

Rule for Buy: 

1. 50 EMA above 100 EMA and candle must be close above 50 EMA.
2. MACD signal must be above 0 level.
3. SL should be your previous Swing Low.
4. Target - Manual enter

Rule for Sell: 
1. 50 EMA below 100 EMA and candle must be close below 50 EMA.
2. MACD signal must be below 0 level.
3. SL should be your previous Swing High.
4. Target - Manual enter


MACD default

EMA - Close

TimeFrame - 2min


MT4 gives signals and buy or sell order should place in Nest Trader software.

Adding variables like, Exchange, Order_Type, Instrument_Name, Symbol, Qty, Target, Stoploss, TrailingStop, Product Type, order_validity and No_Trade_time, Close_time.

I really appreciated if anyone help me this. Thank you! 








ファイル:

JPG
ScreenShot.JPG
109.0 Kb

応答済み

1
開発者 1
評価
(167)
プロジェクト
192
11%
仲裁
37
38% / 35%
期限切れ
5
3%
仕事中
2
開発者 2
評価
(185)
プロジェクト
327
32%
仲裁
33
42% / 27%
期限切れ
98
30%
3
開発者 3
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
4
開発者 4
評価
(23)
プロジェクト
45
20%
仲裁
24
29% / 46%
期限切れ
12
27%
5
開発者 5
評価
(26)
プロジェクト
34
26%
仲裁
7
14% / 43%
期限切れ
7
21%
6
開発者 6
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
7
開発者 7
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
8
開発者 8
評価
(2)
プロジェクト
3
33%
仲裁
1
0% / 100%
期限切れ
0
9
開発者 9
評価
(447)
プロジェクト
506
33%
仲裁
25
40% / 48%
期限切れ
7
1%
取り込み中
10
開発者 10
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
11
開発者 11
評価
(6)
プロジェクト
6
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
13
開発者 13
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
14
開発者 14
評価
(196)
プロジェクト
318
35%
仲裁
64
13% / 56%
期限切れ
82
26%
15
開発者 15
評価
(135)
プロジェクト
192
42%
仲裁
17
29% / 59%
期限切れ
28
15%
16
開発者 16
評価
(4)
プロジェクト
4
0%
仲裁
1
0% / 100%
期限切れ
1
25%
17
開発者 17
評価
(58)
プロジェクト
76
33%
仲裁
9
78% / 11%
期限切れ
7
9%
18
開発者 18
評価
(2412)
プロジェクト
3031
66%
仲裁
77
48% / 14%
期限切れ
340
11%
19
開発者 19
評価
(1853)
プロジェクト
3455
88%
仲裁
73
40% / 15%
期限切れ
265
8%
20
開発者 20
評価
(153)
プロジェクト
169
42%
仲裁
5
0% / 80%
期限切れ
8
5%
仕事中
21
開発者 21
評価
(27)
プロジェクト
43
7%
仲裁
18
6% / 78%
期限切れ
26
60%
22
開発者 22
評価
プロジェクト
0
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
I have one table (Google Sheets) in my Google account. I need the MQL5 EA to be able to read this table and write to it. Please clarify immediately: can MQL5 EA access my table with my Google login and password or do I need to create some kind of service account
I would like a trading robot / Expert Advisor that simply operates on two basic trading view indicators to enter trades. Everything happens on the 1 minute time frame for this robot. Make the settings of both indicators full customization enabled from my end and also the risk percentage must be adjustable from my end but the risk-to-reward ratio must be fixed to 1:1.5. The scalping robot must operate based on two
I require an English speaking programmer to create the following robot: Brief overview: The program primarily operates just after the open of a new candle on the chart it is attached to. On new candle opening, previous candles over a user defined period are checked. If the number of candles closing with a price rise equal or exceed a given number, the market is considered “Overbought” and the program opens a buy or
Ezeana 40+ USD
i would like to have high frequency trading strategy bot that opens and close multiple trades in short calculated period of time . the expert adviser should be able to full run automatically on its own with 99% winning rate
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should

プロジェクト情報

予算
100+ USD
VAT(付加価値税) (19%): 19 USD
合計: 119 USD
開発者用
90 USD