Creation of a Simple Price Action EA - MT5

MQL5 专家

工作已完成

执行时间579 天

指定

Idea of Trading System: 

Buy market entries are performed when price reaches a new 4 candle high. Stop loss of a new 2 candle low from entry candle. Take profit when a reverse signal appears ( 4 candle low )


Sell market entries are performed when price reaches a new 4 candle low. Stop loss at a new 2 candle high from entry candle. Take profit when a reverse signal appears. ( 4 candle high )


Trend:

Is determined by 4 candle high, trend is growing. 4 candle low trend is falling



Trading Signal:

  • Buy signal: when price reaches new 4 candle high (unclosed candle)

  • Sell signal: when price reaches new 4 candle low (unclosed candle)


Positions are opened:

  • Buy Position: Market price when 4 candle high is reached on a unclosed candle

  • Sell Position: Market price when 4 candle low is reached on a unclosed candle


Additional filters for opening a position




Positions are closed:

  • Buy Position Closed at: when reverse signal appears 

  • Sell Position Closed at: when reverse signal appears


Position management:

- Buy Position:

  • Stop Loss in place when position is entered at 2 candle low from initial entry OR reverse signal occurs


-Sell Position

    -     Stop Loss in place when position is entered at 2 candle high from initial entry OR reverse signal occurs



Position Size: 

  • Input for account balance in %

  • Example: 10% of tradable account balance 


Additional: EA can trade multiple symbols



反馈

1
开发者 1
等级
(355)
项目
487
52%
仲裁
24
54% / 25%
逾期
5
1%
已载入
2
开发者 2
等级
(39)
项目
50
18%
仲裁
5
40% / 40%
逾期
0
空闲
3
开发者 3
等级
(2442)
项目
3079
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
4
开发者 4
等级
(109)
项目
140
44%
仲裁
19
16% / 53%
逾期
20
14%
已载入
5
开发者 5
等级
(1)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(7)
项目
14
21%
仲裁
1
0% / 100%
逾期
3
21%
空闲
7
开发者 7
等级
(133)
项目
174
18%
仲裁
17
47% / 18%
逾期
0
工作中
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(378)
项目
401
31%
仲裁
63
19% / 70%
逾期
51
13%
已载入
10
开发者 10
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(29)
项目
35
14%
仲裁
5
40% / 60%
逾期
5
14%
空闲
12
开发者 12
等级
(197)
项目
320
35%
仲裁
64
13% / 56%
逾期
83
26%
空闲
13
开发者 13
等级
(129)
项目
163
42%
仲裁
20
60% / 20%
逾期
9
6%
工作中
14
开发者 14
等级
(31)
项目
41
20%
仲裁
9
11% / 89%
逾期
5
12%
空闲
15
开发者 15
等级
(2103)
项目
2674
62%
仲裁
114
46% / 25%
逾期
420
16%
已载入
16
开发者 16
等级
(141)
项目
207
80%
仲裁
18
33% / 44%
逾期
10
5%
工作中
17
开发者 17
等级
(36)
项目
45
2%
仲裁
6
33% / 17%
逾期
1
2%
空闲
18
开发者 18
等级
(558)
项目
1343
59%
仲裁
28
82% / 0%
逾期
10
1%
工作中
相似订单
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I want to modify my Expert Advisor and add the following details below 1. Add Money Flow Index Indicator (can be enable and disable) 2. Add Range 3. Add Range Multipier and level 4. Add lot multiplier and increment 5. Add TP by level Tp1 and Tp2 6. Add Trailing ( Trailing Start and Stop) 7. Add Max Percentage to Stop 8. Add Balance and Equity on the screen Please see attached picture what it precisely look like
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific
Hello Developers, I am interested in purchasing the source code of ready-made Expert Advisors (EAs) with a proven live account track record. The drawdown must be minimal, and I am not looking for risky strategies. I am open to purchasing from multiple sellers, and pricing will depend on the EA's performance, functionality, and features. If you are confident in your work, please send over the investor credentials
Renko EA 30 - 150 USD
I want a Renko EA similar to the one I have, because I want the source code. The Renko EA will have the mode presets described, the Renko EA will be live, it will be for MT5, it will be saved under Expert Advisors. Please see the attached file for specifications. Please let me know if you have any questions
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
I’m looking for windows tool that can convert csv file to metastock data format Like the attachment Data more than 364 days Data type: stock data E xample file (csv) attached named: AG
//+------------------------------------------------------------------+ //| EngulfingBot.mq5 | //| Copyright 2024, Your Name | //| https://yourwebsite.com | //+------------------------------------------------------------------+ input double TakeProfit = 50; // Take profit dalam pips input double StopLoss = 30; // Stop loss dalam pips input double LotSize
Ich will den oben erwähnten RSI Divergence Indicator als Expert Advisor eins zu eins umgesetzt haben. In MQL5, mit Code. Die Input Felder gemäss Muster sind ebenfalls 1 zu 1 zu übernehmen. Wer kann mich in diesem kleinen Auftrag unterstützen
Only bid if you can complete the task with the stated amount. I need someone to do some 3 main changes to my EA. The chaeges are outlined in the doc I will provide. We'll first have to do the first change, then we'll proceed to now fully engage and have the projrct awarded

项目信息

预算
50+ USD
开发人员
45 USD
截止日期
 1  2 天