Develop Momentum/Time Based EA for MT4

MQL4 Uzmanlar

İş tamamlandı

Tamamlanma süresi: 7 gün
Müşteri tarafından geri bildirim
Garik is an excellent programmer and was easily able to chew through my complicated EA parameters. Highly recommended!

İş Gereklilikleri

My EA is a momentum and time focused auto trader that is constantly watching the markets called "Big Blue Whale". It functions as follows:

The EA opens trades based on two variables set within its parameters, the "Spike Distance" and the "Spike Countdown".

The "Spike Distance" is a set number of pips that price must get to within a certain period of time for a trade to be opened. The "Spike Countdown" is the time in which it has to get there by.

Spike Countdown will have an input for selecting units of measurement below it between ticks, seconds, minutes and hours.

If price moves the "Spike Distance" within the time allotted in "Spike Countdown", the trade is opened at market. If it does not, no trade is opened and the Spike Countdown is restarted. This cycle continues repeatedly until a trade is opened.

Upon opening a trade, two new variable come into play. These are the "Min. Momentum Distance" and the "Momentum Countdown" parameters.

"Min. Momentum Distance" is a certain number of pips that price must gain before "Momentum Countdown" reaches zero. For example, with a min momentum distance of 5 pips and a momentum countdown of 30 seconds, price must move and remain an additional 5 pips in the direction of the trade every 30 seconds to remain open. If it doesn't, the position is closed at market.

Momentum countdown will also have an input for selecting units of measurement below it between ticks, seconds, minutes and hours.

*Note, that price moving against the trade will not count towards the min momentum distance. Only movement in the direction of the trade will qualify. This means that the Momentum Countdown acts also as a times stop by naturally closing trades that proceed in the opposite direction of the trade.

Reminder, in the parameter settings for all time based inputs, I would like to have an input for selecting the time format to be in ticks, seconds, minutes, or hours.

For all pip based inputs I would like to use whole numbers( 25 pips, 50 pips) as opposed to full length prices (.0025 pips, .0050 pips)

The position size is determined by one of two methods. The first method will be a simple raw account percentage per trade up to the maximum margin able to be put on a position.

The parameter "Use Account Percentage" will be selectable in the EA parameters, as well as "Percentage of Account to Use" to accept input if this method is enabled. Simply put, this number will determine how much of an account to use, up to the maximum margin allowed, in order to open a position. For example, 100% will open the Maximum position possible for the account size and leverage available. 10% will use just 1/10 that amount and so on.

The second method of determining position size will basically measure the strength of price momentum against our set parameters and open a position sized accordingly.

The EA will have a selectable parameter "Use Sliding Account Percentage". Upon selecting this method, an input field "Max. Sliding Account %" will become available. This method will determine position size based on the speed of price movement in reaching the set "Spike Countdown".

For instance, assume we have a Spike Distance of 10 pips and a Spike Countdown of 10 seconds. If price reaches the Spike Distance in 1 second, this indicates a faster move taking just 1/10th of the time we set, and 100% of the Max Sliding Account % is opened. However, if price reaches the Spike Distance in 5 seconds, only 50% of the Max. Sliding Account % is opened. This sliding scale continues all the way down to opening just 10% of the maximum account % set and is calculated based on both the Spike Distance and Spike Countdown upon opening each trade.

It may be useful to determine the Maximum account leverage beforehand to increase execution times and determine maximum position sizing. As such, a drop down menu will also be available to select the account leverage beforehand with the options for: 10:1, 20:1, 30:1, 40:1, 50:1 & 100:1.

Two parameters, "Use Fixed Take Profit %" and "Use Fixed Stop Loss %" will be checkable. "Take Profit %" & "Stop Loss %" will be available if either of the features are enabled respectively. What these will do is simply take profit or exit the position if a certain % of the account is gained or lost on each individual trade.

A selectable parameter "Run EA on all charts" will be selectable. If enabled, the EA will scan for trades continuously on all opened charts. If disabled, only the chart it is attached to will be scanned with the chosen parameters.

A final parameter "Max. Open Trades" will be available for input. The EA may only have as many trades open as this number allows. An input of 1 will allow only one trade on the account as a whole at a time. An input a 3 will allow 3 and so on.

 Attached is a EA template overview for reference.

I'm looking for the best developers available to create this EA in the most effective way possible. High Quality coding is a MUST. Looking forward to hearing from you!

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(61)
Projeler
120
34%
Arabuluculuk
17
18% / 41%
Süresi dolmuş
51
43%
Serbest
2
Geliştirici 2
Derecelendirme
(2646)
Projeler
3363
68%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
342
10%
Serbest
Yayınlandı: 1 kod
3
Geliştirici 3
Derecelendirme
(49)
Projeler
74
18%
Arabuluculuk
30
17% / 53%
Süresi dolmuş
31
42%
Serbest
4
Geliştirici 4
Derecelendirme
(130)
Projeler
210
40%
Arabuluculuk
90
20% / 43%
Süresi dolmuş
85
40%
Serbest
5
Geliştirici 5
Derecelendirme
(90)
Projeler
159
61%
Arabuluculuk
40
18% / 63%
Süresi dolmuş
70
44%
Serbest
Benzer siparişler
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
The ea must repeat all orders until closed manually by a 'close all button' needed on panel EA must start at specific time / day and enter 'at market' - should be easy to code :) INPUTS REQUIRED: Pair ___ - Lot Size____ - Type ____ ( buy / sell) - Distance between trades in points______ - TP for each trade in points_____ - Maximum spread in Pips _____ - Time and day to
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
EA SMC/ICT 30+ USD
//+------------------------------------------------------------------+ //| SMC_ICT_Advanced_EA.mq5 | //| Smart Money Concepts Trading | //| Combines Order Blocks, FVG, BOS, CHoCH | //+------------------------------------------------------------------+ #property copyright "SMC/ICT Trading System" #property version "2.00" #property strict #include <Trade/Trade.mqh>
Logic: Healthy → no action Weak → reduce exposure Danger → strong protection Requirements: Equity tracking Basic trade management Simple dashboard Only apply if you understand risk-based EA logic
Mani 30 - 50 USD
Title: MT5 Martingale EA (Based on Stop Loss of Previous Trade) Description: Hello, I need a simple and efficient MT5 Expert Advisor based on a martingale logic. Main Logic: The EA should work with trades placed manually or by another EA (including limit orders). When a trade hits Stop Loss, the EA must automatically open a new trade in the same direction. The lot size of the new trade should be multiplied
Existing EA 30 USD
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Leonard Quantum FX 80 - 120 USD
I want the EA to be fully automated and capable of taking trades across multiple timeframes. It should be optimized for a starting account balance of $100 with proper risk management suitable for a small account, and it will be used with the broker ApexMarket.io. ⸻ Platform • Platform: MetaTrader 5 (MT5) • Type: Fully automated Expert Advisor • Operation: Hands-free (no manual trade management required) ⸻ 📈 Markets
Wealthy bot 50 - 200 USD
‎Build a mobile-based trading bot system integrated with MetaTrader 5 that specializes in high-frequency “machine gun” style trading on synthetic indices (crash 50 and Crash 300). ‎ ‎The bot must continuously scan the market in real-time using M1 and M5 timeframes and execute frequent trades based on probability, not prediction. Its core function is to detect early signs of potential reversals by analyzing combined
Tebza ngwenya 30 - 100 USD
Just know your deal,if you don't know what you are up to I gotchu. This is my first time trying also so yeah, but otherwise if you looking for something grand I'm here, if you got offered me well you in for some great time

Proje bilgisi

Bütçe
50 - 100 USD
Son teslim tarihi
from 5 to 14 gün