Работа завершена

Время выполнения 19 часов
Отзыв от заказчика
One of the best coder I have worked with! Great job!

Техническое задание

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.

Откликнулись

1
Разработчик 1
Оценка
(135)
Проекты
192
42%
Арбитраж
17
29% / 59%
Просрочено
28
15%
Свободен
2
Разработчик 2
Оценка
(258)
Проекты
395
28%
Арбитраж
69
19% / 49%
Просрочено
120
30%
Свободен
3
Разработчик 3
Оценка
(499)
Проекты
749
63%
Арбитраж
33
27% / 45%
Просрочено
23
3%
Свободен
4
Разработчик 4
Оценка
(23)
Проекты
53
9%
Арбитраж
10
20% / 60%
Просрочено
11
21%
Свободен
Похожие заказы
Mt5 bot 60+ USD
This code integrates the bounds checking logic into your existing GBPUSD Basic Indicator script. It ensures that array indices are checked before accessing array elements, which should help prevent "array out of range" errors
Hello Developers, I need an EA automatic and semi auto combined with RSI indicator, a situation whereas at a particular time frame defined by user the robot will open sell position once the price touched 70 level of RSI indicator and candle stick closed is a bear candle and opens another position once the following candle stick closed as bear candle stick martingale multiply lot size by defined user on the direction
I am looking to have a specific strategy of mine based off a mean reversion indicator in trading view, developed into a EA on MQL5. An understanding of pine script and MQL5 is mandatory for this project. It is a martingale strategy. I am only using one indicator off of trading view, no more
Omega Bot 30 - 40 USD
Hello to everyone reading this, I have a strategy that's great and I want to turn it into a bot, the strategy is based on 3 moving averages on the main chart and Macd indicator, I want the bot to enter and exit trades(for example 3 Moving average crossover to the upside on m15 plus macd crossover to the upside(apply to specific settings) , signal buy and enter buy trades and exit only when the is a crossover to the
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (Ill provide the pine script) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (Ill provide the pine script) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Hello, I am a trader and I trade on MT4/5 platform , but now I want to upgrade my trading so I need an expert who can code an Expert advisor EA for me with my strategy on MT4/MT5, so if you are an expert in coding I am expecting your response
Dear colleagues, I have a small request for development. It is required to develop an indicator to display the 1-2-3 pattern. Standard strategy format for the indicator. Line display, separate line buffers for long and short signals. Arrow entry point. Separate input buffers for long and short signals, that is, separate arrows. Marks of TP and SL levels at entry point. The indicator should analyze the selected
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (I'll provide pine script code) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it

Информация о проекте

Бюджет
100+ USD
Исполнителю
90 USD
Сроки выполнения
от 1 до 2 дн.