Updating existing EA

İş tamamlandı

Tamamlanma süresi: 19 saat
Müşteri tarafından geri bildirim
One of the best coder I have worked with! Great job!

İş Gereklilikleri

Important

- This EA must control its trades separately. I will be running more than one EA on same currency pair so it must not conflict.

- Drawdown protection must be control as whole account and not just this EA.

- All inputs conditions may change during open trades and all existing trades must follow the new updated rules.


Management

- TimeFrame

- DDprotection = if drawdown reaches certain input, no new trades can be executed. But if first entry has been made it must finish the cycle.

- TP in pips to close all trades made from this EA

- TP in dollars to close all trades made from this EA

- Apply Logic on Open of New Abr Only = True/False

- Allow custom comments inputs - This can be displayed from the comments sections.


Trend confirmation

- Parabolic SAR = Trend confirmation (Allow Input Value and TimeFrame selection) Enable True/False


Entry

- BUY trade Scenario 1 = If hit indicator "Envelopes" on Upper Band check Parabolic Sar on same TF for bullish direction (Allow input valuen change on Parabolic Sar) ENTER Long position and MUST be first Parabolic Sar first dot ONLY. If after first DOT of Parabolic Sar then DO NOT ENTER TRADE!

- Set SL last candle low to close all positions that is opened from this EA

- Set BUY STOP pending order 5pips from first entry (Allow input value change to lot size and pip distance)

- Set BUY STOP pending order 10pips from first entry (Allow input value change to lot size and pip distance)

- Set BUY STOP pending order 15pips from first entry (Allow input value change to lot size and pip distance and True/False to be active or not)

- Set BUY STOP pending order 20pips from first entry (Allow input value change to lot size and pip distance and True/False to be active or not)

- Enter new BUY position on hit LOWER BAND once only with SL 10pips (Allow input value change to lot size and pip distance to SL) from entry 

- Set Trailing SL after 10pips profit (Allow input value change) to follow every pip move. TrailingSL must apply to one or more positions together. If there are more than one open positions opened, EA must calculate trailingSL together to find profit P/L and trail and when hit it must close all together.

- BUY trade Scenario 2 = If hit indicator "Envelopes" on Lower Band check Parabolic Sar on same TF for bullish direction (Allow input value change on Parabolic Sar) enter long position.

- Set SL 10pips (Allow input value change) from entry and to close all positions that is opened from this EA

- Set BUY STOP pending order 5pips from first entry (Allow input value change)

- Set BUY STOP pending order 10pips from first entry (Allow input value change)

- Set BUY STOP pending order 15pips from first entry (Allow input value change and True/False to be active or not)

- Set BUY STOP pending order 20pips from first entry (Allow input value change and True/False to be active or not)

- Set Trailing SL after 10pips profit (Allow input value change) to follow every pip move. TrailingSL must apply to one or more positions together. If there are more than one open positions opened, EA must calculate trailingSL together to find profit P/L and trail as one and close all when trailing SL gets hit.


ALL SELL scenario is to follow Scenario 1 & 2 but reversed.


Dashboard

- To show on the top left hand corner how many positions are opened from the 6 posible entries and show P/L on this EA trades.


Security - Add security in source file so EA can only work when it matchses the account name and number and within expiry date. This is disabled on default setting unless I input the information.

- AccountName

- AccountNumber

- ExpiryDate



Update from existing EA requirements:

1) Add Enable/Disable OsMA trend confirmation rule to enter trade. When there is an opportunity to enter trade, confirm OsMA is above 0 line for BUY and below 0 line for SELL

2) Apply a new rule, to all entries. EA checks for trades to confirm if current candle Envelopes band line is higher than the previous band line and must have options to check different number of previous candles lines to confirm a trade. If I input 2 then it will check that the last 2 candless lines from the Envelopes indicator is higher high or lower low for SELL.

3) Currently first entry from SAR first dot uses SL of the previous candle. Apply an option to use pip SL instead if I choose to.

4) Currently on first Dot SAR entry hitting upper band envelopes it will enter trade, I need to add an option (Enable/Disable) to enable trade when price hit upper band even after first dot of SAR. This ENABLE  trade option is only one time entry when hitting upper band. Second time hitting the upper band will not make any trades until an change of SAR direction and everything will start again.

5) I need to add a new fuction where if the trailing SL is activated with 80 pips gap and price is profiting 100pips. When price profits to 200 pips I like to reduce trailing Gap to 30pips. SO then trailing SL will change from 80 to 30 pips. I require a method so I can change the trailing SL to a smaller value once profit hits a certain number. I would prefer using pips so once price reaches certain pips in profit apply new trailing SL value.

6) First SAR Dot entry now must trade at all times even if old positions are not closed. Currently on first SAR new cycle and price hits upper band envelopes EA must enter first trade BUY or SELL with the same direction of the SAR. But if old direction positions are not close it will not make new entry so I would like to have it so it will still open the new cycle entry even old positions are not closed.

7) Create one SET of rules for UPPER band separating from Lower band rules.  Example, Upper band will have its own Order distance 1,2,3,4,5. Initial TP, SL,MAX trades, Trailing SL, Trailing_fromTrade,BE_on. Currently both upper and lower band is following the same rules.

8) Allow Enable/Disable rule for ""Multi Trade On" Lowerband entry. Currently it is set so only one positions can be opened at a time during one cycle. (One cycle mean from first DOT SAR to last DOT SAR). This option enables to keep entering new trades when price hitting lower band but it must still follow all rules from current settings.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(136)
Projeler
196
43%
Arabuluculuk
17
29% / 59%
Süresi dolmuş
28
14%
Serbest
2
Geliştirici 2
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
3
Geliştirici 3
Derecelendirme
(516)
Projeler
784
63%
Arabuluculuk
33
27% / 45%
Süresi dolmuş
23
3%
Serbest
Yayınlandı: 1 kod
4
Geliştirici 4
Derecelendirme
(23)
Projeler
53
9%
Arabuluculuk
10
20% / 60%
Süresi dolmuş
11
21%
Serbest
Yayınlandı: 6 kod
Benzer siparişler
//| Function to print info | Initial Deposit: - The first deposit made to the account Withdrawals: - Withdrawals made from the account at any time Deposits: - Additional deposits over time are not the first deposit Reset to start over if the account balance drops to $0.00 string InitialDeposit_Str = DoubleToString (return_deposit(), 2 ) + " " + Currency_Str; In MT4, this leads nowhere.( string
I am looking for an experienced C#/.NET developer to build a MetaTrader 5 (MT5) trade copier that executes trades between a master account and multiple slave accounts instantly, with no delay and full support for bulk order execution. The copier must communicate between the master and slave accounts via a dedicated server IP or socket connection to achieve real-time synchronization. Key Requirements: • Strong
We are building a Python-based backend that integrates with a MetaTrader 5 Expert Advisor (EA) . The EA sends structured market data (pair, session, ATR, volume, previous highs/lows, etc.) to a FastAPI server , and the server responds with AI-driven trade recommendations and parameters . This backend will act as the “brain” of the EA , managing all decision logic, learning models, and data storage. This is a serious
We are developing a next-generation Expert Advisor for MetaTrader 5 that integrates with a Python-based AI backend . This EA will act as the execution engine, communicating with the AI via API requests to receive trading bias, entry logic, and risk parameters in real time. This is not a basic robot — it’s a professional build intended for mass distribution under a subscription model. Only apply if you have experience
I intend to help in selling and buying of currency pairs and Nasdaq gold and many more I have given my all into this and i beleave I can help others to achieve their goals and I also help with better strategies for when to enter or exit a trade (more like signals)
fait un robot de trading basée sur une stratégie de cassure de range (breakout) fondée sur l’analyse des mouvements de prix consécutifs à la session asiatique . Son objectif est d’ exploiter la volatilité générée à l’ouverture de la session européenne , lorsque le marché sort de la phase de consolidation formée durant la nuit. Concrètement, la stratégie identifie le plus haut (High) et le plus bas (Low) atteints
Robô “Caçador de Tendência” (MT5) 🔹 1. Lógica principal O robô deve: Operar com base em um preço de referência definido pelo usuário. A partir desse preço, crie uma grade horizontal (grade) com distância fixa definida pelo usuário entre níveis (por exemplo: 1.000 pontos). Em cada nível acima do preço de referência, deve haver uma ordem de compra definida. Em cada nível abaixo do preço de referência, deve haver uma
Sadam Hussain 150 - 200 USD
Hello everyone, I need a developer who can create an expert advisor for mt4 that trades gold USDT, US 30,crude oil,silver USDT and major currency pairs whose loss is in cents and profit is in dollars and with it there is also a VPS facility. Buying Range 150 to 200$
I want to create a simple Expert Advisor for MT5 focused on XAU/USD scalping. Requirements: • Timeframe: M1 or M5 (auto-detect if possible) • Entry logic: follow trend using 2 Moving Averages (MA 9 and MA 50) • Buy when MA 9 crosses above MA 50 and candle closes above both • Sell when MA 9 crosses below MA 50 and candle closes below both • Lot size: 0.01 (customizable) • Take Profit: 10–15 pips (customizable) • Stop
Hi, Please provide a quote for cost and delivery timing to develop my Quantower bot with the attached specifications? (Please note that these are proprietary indicators for which source are not available but the indicators have outputs that can be used for coding bots). Thanks

Proje bilgisi

Bütçe
100+ USD
Geliştirici için
90 USD
Son teslim tarihi
from 1 to 2 gün