Specification
== Introduction ==
- As per this videos (https://www.youtube.com/watch?v=A1_SUlwsWVk) there is an opinion that most market moves are random save for a select few non-random moves.
- It is also a matter of statistical fact that markets get less noisy as you go up time frames.
- This EA is designed to make simple sensible discount entries in line with the trend using MACD and 50/200EMA but manage the trade in a very specific way using ATR trailing stops on escalating time frames (15m, 1H, 4H, 12H, 1D) to catch these
- non-random moves.
- Though the video speaks of a 10 pip/3ATR stop on the 1m timeframe I think we can simplify by starting on the 15m timeframe and with perhaps 1.5ATR stop - the inital stop must be small for the magic to work.
- This is part 1 of a 2 part project - part 2 will incorporate more risk management techniques to preserve account balance based on (https://www.youtube.com/watch?v=wZb8XJbhY4A) should part 1 look promising.
== Entry Rules ==
Entry Rules (Long):
1)MACD cross occurs under zero lines
2)50EMA is above 200EMA by X%
3)Close is above 200EMA
4)Within 0800-1600UTC time window
Entry Rules (Short):
1)MACD cross occurs above zero lines
2)50EMA is below 200EMA by X%
3)Close is below 200EMA
4)Within 0800-1600UTC time window
== Trade Management (Long Example Only) ==
Trade is taken on 15m chart with 1ATR SL and at the point it hits TP (breakeven level) SL is moved to BE (if BE option is checked)
IF the price moves up to the extent that the 1H ATR > BE then the 1H ATR is used as the trailing stop value (once)
IF the price moves up to the extent that the 4H ATR > 1H ATR trailing stop, 4H ATR is used as the trailing stop value (once)
IF the price moves up to the extent that the 12H ATR > 4H ATR trailing stop, 12H ATR is used as the trailing stop value (once)
IF the price moves up to the extent that the 1D ATR > 12H ATR trailing stop, 1D ATR is used as the trailing stop value (true trailing stop)
- What we are doing is actually widening the ATR SL to make way to catch big moves over days and weeks
- As you'll see from the video there will be a lot of BE trades, smaller wins and losers but then some wins can be absolutely huge (50R+).
- It works for the same reason DCA doesn't work - eventually the market will move and not come back to where you entered for a long time (XAU/US500/USOIL/BTC/USDJPY etc)
==Full List of EA parameters==
ATR SL: <float> default 1.5
ATR TP (BE level): <float> default 1.5
Risk Per Trade (%): <float> default 0.5
Use BE : <bool> default Y
Add Spread To BE : <bool> default N
Add pips to BE: <int> default 0
ATR Period: <int> default 14
1H ATR Stop Distance: <float> default 3
4H ATR Stop Distance: <float> default 3
12H ATR Stop Distance: <float> default 3
1D ATR Trailing Stop Distance: <float> default 3
Trade Window Start HH(UTC): default 08
Trade Window Start MM(UTC): default 00
Trade Window Finish HH(UTC): default 16
Trade Window Finish MM(UTC): default 00
==Acceptance Criteria==
- EA will behave in line with this spec and video
- Source code should be delivered to me please
Responded
1
Rating
Projects
122
16%
Arbitration
4
25%
/
25%
Overdue
11
9%
Loaded
2
Rating
Projects
111
39%
Arbitration
15
47%
/
53%
Overdue
28
25%
Working
3
Rating
Projects
461
24%
Arbitration
48
58%
/
21%
Overdue
52
11%
Loaded
4
Rating
Projects
335
24%
Arbitration
19
63%
/
21%
Overdue
1
0%
Loaded
5
Rating
Projects
0
0%
Arbitration
1
0%
/
0%
Overdue
0
Working
6
Rating
Projects
0
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
7
Rating
Projects
2
50%
Arbitration
1
0%
/
100%
Overdue
0
Free
8
Rating
Projects
8
13%
Arbitration
1
0%
/
0%
Overdue
2
25%
Free
9
Rating
Projects
2
0%
Arbitration
3
0%
/
33%
Overdue
0
Working
10
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
13
Rating
Projects
955
46%
Arbitration
30
40%
/
33%
Overdue
95
10%
Free
Published: 6 codes
14
Rating
Projects
271
35%
Arbitration
12
25%
/
58%
Overdue
42
15%
Loaded
15
Rating
Projects
34
21%
Arbitration
3
67%
/
0%
Overdue
0
Working
Published: 1 code
16
Rating
Projects
2779
62%
Arbitration
117
45%
/
25%
Overdue
425
15%
Working
17
Rating
Projects
0
0%
Arbitration
1
0%
/
0%
Overdue
0
Working
18
Rating
Projects
24
13%
Arbitration
3
67%
/
0%
Overdue
2
8%
Working
19
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
20
Rating
Projects
11
27%
Arbitration
1
100%
/
0%
Overdue
0
Working
21
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Working
22
Rating
Projects
20
0%
Arbitration
9
0%
/
78%
Overdue
6
30%
Free
23
Rating
Projects
548
49%
Arbitration
55
40%
/
36%
Overdue
226
41%
Working
24
Rating
Projects
227
29%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
Similar orders
hello i need expert that uses this indicator open buy /close sell if currency numerator crossed upwards currency denominator open sell /closs long if currency numerator crosses downwards currency denominator
Turning my strategy into a metatradrer 5 bot
30 - 50 USD
I need an expert who can turn the following strategy into metatrader 5 bot and also pinescript strategy for tradingview? If so, I will have to double-check if tweaks are needed and also how long would it take you and how much would you charge? Thanks
Hello my name is Ayofe . Can you help set my parameters in the Input Parameters of ForexSignalClient.ex4 file which I already have ? So I had another person set this up . I subscribe and have two signal providers 1) provides forex signals and 2) provides Gold XAUUSD . When we receive signals they have the SL and 3 TP levels for each single . This person has not set up this correctly and I need to set up properly
Fix code
30 USD
//+------------------------------------------------------------------+ //| MA Bot.mq5 | //| Simple Martingale MA-based Trading Bot for Gold (XAUUSD) | //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; input int maPeriod = 13; input ENUM_MA_METHOD maMethod = MODE_EMA; input double tradeGapUSD = 2.0; input
Hi
50 USD
I need a robot that can trade auto for me, set sl and to and be able to fund account to allow robot to run freely. Smal budget of 50 dollars to complete
Hello, I am looking for a skilled developer with verifiable experience to develop an automated trading system / expert / EA for the MT5 platform and the TradingView platform. Consider everything I have stated here as a suggestion from a "trader". It is up to you as a "developer" to tell me that something is not feasible or too complicated and we will look for a compromise or another solution = I am open to all
NEED EXPERT ADVISOR MT5 FOR GOLD
100 - 600 USD
Hi All Developer! I need EA Like Beatrix Investor MT5 from MQL Market I already buy this EA but I want modification if you can build like that, contact me. and show me. if you can, send me .ex5 file to test it and see the result if your ea perfect like what I want, I will increase price
I need an MT5 Expert Advisor (EA) that trades forex pairs using the following strategy: Timeframe: M5 Pairs: All forex pairs Entry Buy: Price above 9 EMA 9 EMA above 20 EMA 20 EMA above 60 EMA Entry Sell: Price below 9 EMA 9 EMA below 20 EMA 20 EMA below 60 EMA Stop Loss: ATR(14) based, 1.5x ATR distance Trailing Stop: Start trailing after +1 ATR profit Risk Per Trade: 20% of account balance per trade (Switch to 5%
Need an expert coder to convert my tradingview pine script to mt5 indicator for me, the indicator is very simple I need you to go through it very well before sending message, make very sure you can do it
Everyday market open: 1. Every minute from market open calculate the upper and lower bands based on the formula in the paper. Average move for every minute for each of the last 14 days-check the paper. You can create these bands as an indicator as well so I can apply it to charts. 2. Also calculate the recursive vwap for every minute of the trading day. And create this indicator as well. 3. Every
Project information
Budget
70 - 100 USD
Deadline
to 5 day(s)
Customer
Placed orders5
Arbitrage count0