Creation of a complex EA that uses 'Three Moving Averages' with multiple variables and toggles

İş tamamlandı

Tamamlanma süresi: 7 gün
Müşteri tarafından geri bildirim
Saad is very professional and prompt. Very skilled and detail-oriented. 100% will recommend.
Geliştirici tarafından geri bildirim
Clear specifications and communication, it was a pleasure collaborating with Mark. Looking forward to future projects.

İş Gereklilikleri

Outline for Expert Advisor. You can name it Trinity Vybz for now as the name will be finalized in the future.


Here are the parameters and mechanics:


(Bread and Butter - Main mechanic)

1. The EA will utilize 3 Simple moving averages. The 50, 15 and 10.  (

a. (This will take place on the 5 minute but please allow the time to be a variable that can change. Also price must cross either above or below all three moving averages before the trade signal can be generated.)

b. Once the signal is generated, the signal can only be triggered once it crosses all three moving averages again. *Price must close and cross all three to be a new signal.

c.(If price moves more than 150 points in one sweep and crosses two or three of the MAs then the signal is also invalid and must be triggered again.) ***(Allow this to be turned on or off as well and allow the amount a candle moves to be  modifiable.)


2. Additionally, the Next candle must move 6-8 points before entering the trade. Please also allow this “GAP” to be a modifiable value named: Gap


3. Additional parameter that can be switched on or off: (If the 10 MA is crossing the 15 MA, and is above the 15 and the 50 MAs, we will only look for buys.) (If the 15 MA is crossing the 10 MA and is below the 10 and the 50 MA, we will only look for sells. 


4. I would like for the Stop Loss to be dynamic and based off the 15 or the 50 MA line but also have the option to set a fixed amount. Please allow this to be a variable that can be changed between the 15 or the 50 or a fixed point amount.


5. When a trade signal is generated, lets have the bot open 2 trades. One trade will be for 80% of the position and the other will be for 20%. For the 80% trade, the take profit will be 20 points in the favorable direction. For the 20% trade, the take profit will be 120 points in the favorable direction. For example if the Lot Size is set to 1.0, upon entry there will be two trades. One for 0.80 with the TP at 20 points and another for 0.20 where the TP will be set at 120 points. Please allow both the percentages and the points to be a modifiable value.


6. If the 10 MA and the 15 MA are less than 15 points from the 50 MA, (example: If price is 1.26814 on the 15 MA and 1.26820 on the 10 MA and the 50 MA price is 1.26823), refrain from taking any trades until the MAs are more than 15 points apart in total, meaning if the 10 MA is 1.26814 and the 15 is 1.26820 and the 50 MA is 1.26831 we can look for trades. If there is currently an opened trade, no action is necessary. (Allow this to be enabled or disabled)


7. Starting Lot size can be set to 0.10


8. Lets allow the breakeven function. Allow this once the trade passes X amount of points to bring the trade to breakeven + Y amount of points. For example If the trades passes 40 points, allow the breakeven function to kick in and it will set the stop loss to entry + 5 points. (Allow this to be enabled or disabled at any time and allow the extra cushion to be a variable that can change.



9. Time filter - Allow trading to take place on certain days of the week and certain times of day.


10. Allow the function for the trade to be opened while price is actively crossing the 50 Moving average line. For example, this can work in opposition to rule 6 if that rule is disabled only. For example, if price is above or below the 15 and 10 MAs and heading up or down towards the 50 MA, allow that once price reaches the 50 MA for a trade signal to be generated. (Allow this to be enabled or disabled)


11. High Probability using slope calculations: When there is a positive slope greater than 0 on all of the moving average lines, we will only look for buys. When there is a negative slope, less than 0 on all of the moving average lines, we will only look for sells. Also make this a variable that can turn on or off 


12. Graphics: Please set the 50 MA line to yellow, the 15 to red and the 10 to green if possible.




Yanıtlandı

1
Geliştirici 1
Derecelendirme
(2)
Projeler
3
33%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(88)
Projeler
111
24%
Arabuluculuk
10
50% / 20%
Süresi dolmuş
8
7%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(42)
Projeler
62
8%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
4
Geliştirici 4
Derecelendirme
(2091)
Projeler
2653
62%
Arabuluculuk
114
45% / 25%
Süresi dolmuş
419
16%
Yüklendi
5
Geliştirici 5
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(61)
Projeler
188
73%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
7
Geliştirici 7
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(440)
Projeler
546
25%
Arabuluculuk
21
38% / 38%
Süresi dolmuş
83
15%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(6)
Projeler
12
8%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
4
33%
Serbest
10
Geliştirici 10
Derecelendirme
(95)
Projeler
117
38%
Arabuluculuk
9
89% / 0%
Süresi dolmuş
0
Serbest
Benzer siparişler
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
Hello developers, no negotian please this is the fucken last badget for this EA I need to code EA which can sell and buy within my help(semi-auto) and by gathering data from an indicator. I have the indicator needed for the strategy. It is very semple job. Here is the rules : 1 - I can set which direction for the ea to work buy or sell . 2- the ea collect the
I am looking for a highly skilled and experienced developer who can assist with converting six Pine Script strategies into NinjaTrader. The goal is to seamlessly transition these scripts while preserving their original functionality and ensuring they operate efficiently on the NinjaTrader platform. If you have the expertise and are interested in this project, please reach out. I am looking forward to collaborating
I just need someone to help convert tradingview indicator (Top Bottom by ceyhun) to mq5. With the input and the signal (Can change it to arrow). I need it for my MT5
The Trading View Indicator script has about 80% of what I need. 1. I have an additional entry model called a confirmation entry 2. I normally just look back 3-50 bars to determine if a bar is wide range or not, but the 3 additional WRB models require requirements based on 3 bars before it, and each one has its own name. 3. The TV indicator has a lot of visual cosmetics that we won't be able to do in MT5, but colour
Hello, I am looking for a developer to reconstruct an indicator that is currently in an ex4 file into an mq4 file. The indicator provides buy and sell signals with entry points, Stop Loss, and TP1, TP2, and TP3. However, the indicator has some errors, and I would like to correct them. Unfortunately, since I only have the ex4 file, it's not possible to make these corrections directly. Therefore, I would like to

Proje bilgisi

Bütçe
50 - 250 USD
Geliştirici için
45 - 225 USD
Son teslim tarihi
to 10 gün