EA based on outside bar reversal and MA trend

MQL4 エキスパート

指定

I want an EA to run on different FX pairs, indicies and commodities.

The basis of the opening and closing of a trade is on an outside bar reversal pattern.

Long position

1hr chart

50MA has to be above 100MA

Entry = If low of current bar is lower than the previous bars low and the close of the current bar is higher than the previous bars high

Stop = Low of current bar minus half the range of the current bar

Target = High of the current bar plus the range of current bar

Short Position

1hr chart

50MA has to be below 100MA

Entry = If high of current bar is higher than the previous bars high and the close of the current bar is lower than the previous bars low

Stop = high of current bar plus half the range of the current bar

Target = low of the current bar minus the range of current bar


応答済み

1
開発者 1
評価
(590)
プロジェクト
789
71%
仲裁
9
33% / 33%
期限切れ
22
3%
2
開発者 2
評価
(362)
プロジェクト
496
39%
仲裁
27
56% / 4%
期限切れ
53
11%
3
開発者 3
評価
(414)
プロジェクト
670
33%
仲裁
60
17% / 32%
期限切れ
113
17%
仕事中
4
開発者 4
評価
(35)
プロジェクト
40
23%
仲裁
10
10% / 50%
期限切れ
16
40%
5
開発者 5
評価
(1858)
プロジェクト
3462
88%
仲裁
73
40% / 15%
期限切れ
265
8%
6
開発者 6
評価
(339)
プロジェクト
809
73%
仲裁
30
33% / 37%
期限切れ
194
24%
7
開発者 7
評価
(258)
プロジェクト
315
37%
仲裁
6
50% / 17%
期限切れ
7
2%
8
開発者 8
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
9
開発者 9
評価
(2440)
プロジェクト
3075
66%
仲裁
77
48% / 14%
期限切れ
340
11%
10
開発者 10
評価
(879)
プロジェクト
1392
67%
仲裁
117
32% / 42%
期限切れ
215
15%
仕事中
11
開発者 11
評価
(195)
プロジェクト
395
28%
仲裁
155
20% / 52%
期限切れ
112
28%
12
開発者 12
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
13
開発者 13
評価
(1100)
プロジェクト
1781
61%
仲裁
14
64% / 7%
期限切れ
84
5%
14
開発者 14
評価
(554)
プロジェクト
1341
59%
仲裁
28
82% / 0%
期限切れ
10
1%
15
開発者 15
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
16
開発者 16
評価
(550)
プロジェクト
827
73%
仲裁
15
53% / 13%
期限切れ
193
23%
仕事中
17
開発者 17
評価
(219)
プロジェクト
370
42%
仲裁
145
17% / 41%
期限切れ
124
34%
18
開発者 18
評価
(266)
プロジェクト
540
50%
仲裁
55
40% / 36%
期限切れ
224
41%
仕事中
19
開発者 19
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
20
開発者 20
評価
(16)
プロジェクト
18
44%
仲裁
1
0% / 100%
期限切れ
1
6%
21
開発者 21
評価
(1134)
プロジェクト
1436
62%
仲裁
21
57% / 10%
期限切れ
43
3%
22
開発者 22
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
23
開発者 23
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
24
開発者 24
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
1
100%
25
開発者 25
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
26
開発者 26
評価
(30)
プロジェクト
52
52%
仲裁
6
0% / 100%
期限切れ
18
35%
27
開発者 27
評価
(586)
プロジェクト
1048
49%
仲裁
39
28% / 41%
期限切れ
49
5%
28
開発者 28
評価
(53)
プロジェクト
79
18%
仲裁
13
15% / 54%
期限切れ
5
6%
29
開発者 29
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
EA improvements 60+ USD
Hi, I want to improve an existing EA Ability to modify the main time frame and indicators settings. I will give you clear specifications and I will send you the source code. Best regards
Basil 50+ USD
thanks alot Very nice concept , but if I want to write a price action indicator with multiple prices (high,low,close,open)which calculates indicator value based on i.e difference of high and low there is a problem of having only one array of data (m_source_data in CIndicator class),is there a way to work around this or do you suggest to modify the CIndicator class and make the m_source_data an array of (mqlRates or
I want to deal in triangular forex arbitrage trading. I want an automated trading robot for the same. It is also expected that the developer advises me about the setting up the operations. I live in India, so he/she must know the ethical way to do it, be it international broker account or whatever. I just need to start this sooner but in the efficient way. The developer is expected to have some experience and should
Alex 30+ USD
//+------------------------------------------------------------------+ //| PriceAction.mq4 | //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023" #property link " https://www.mql5.com " #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property
**Technical specifications for the improvement of the ProNewsTrader advisor** 1. **Description of the current state of the advisor:** - The **News** advisor automatically trades on financial markets, focusing on news events. - In the current version, news is loaded from external sites that no longer work. - The **Stop Loss**, **Take Profit**, **Trailing Stop** levels and pending orders are implemented virtually. 2
hello here am looking for someone that can assist me in removing validation form my demo file and if anyone is interested dm the for more details i will be waiting to get any reply by some on that can assist me with this
I need an expert to trade Heiken Ashi candles according to the conditions in which Doji candles appear until signs of buying or selling appear, and to enter into trades after the Heiken Ashi candle above, using the scalping method, especially for gold and currency pairs with high liquidity. I have more details for those who want to prepare an expert
1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. EA should place the pending limit order ONLY when the current price is about 10 points above the limit order level. Check the
Hey developers! It is my pleasure to meet you. I am looking for a developer to help meet build and develop a simple EA robot that works based on EMAs. If you are a professional and expierenced MT4 programmer looking to work on this project, do bid for this project so that we can proceed and work on it. Thank you
Trading robots are programs, which operate according to underlying algorithms. An algorithm is a set of actions that need to be performed in response to certain events. For example, the most common task in algo trading is the identification of the "New bar" event. When the event occurs, the robot checks the emergence of trading signals and acts accordingly. Before you decide to program or order a trading robot, you

プロジェクト情報

予算
50 - 110 USD
開発者用
45 - 99 USD
締め切り
最低 1 最高 14 日