Job finished

Execution time 5 days

Specification

·         EA must be usable only with authorized accounts. (I can change the account number in mql file)

·         EA must have options enter three trading periods.

Example

Trading session 1- 05:00-12:00

Trading session 2-13:00-17:00

Trading session 3- 18:00-21:30

·         EA must have option to enter expiry date.  (I can change the Expiry date in mql file)

·         EA’s trading time frame must be changeable. (default is 5m)

 

1.     Entering trades

·         Basic rule: At the end of a bullish candle, enter a buy trade. At the beginning of a bearish candle, enter a sell Trade. EA must activate a fixed SL and fixed TP when entering the trade. Default fixed SL is 15 pips and fixed TP is 30 pips, and must be adjustable in EA

Scenario 1.

a.       If the trade goes to 5 pips (adjustable number pips in EA) profit, the EA must not allow the trade to come back to loss, and EA should close the trade at 1 pip profit if the price tries to come back to loss.

b.       Also if the trade goes to 5 pips (adjustable number pips in EA) profit, activate a trailing stop of 10 pips (Default trailing stop is 10 pips and must be adjustable in EA. All TPs and SLs must be applied by EA, and should not be entered in broker platform). Do not open more trades during the same candle.

Scenario 2.

a.       The trade hits the fixed SL before going to profit, and then closes the candle as opposite candle (in case of b buy trade, a Bearish candle, and in case of a sell trade, a bullish candle). At the opening of the next candle, enter a trade in the direction of the closed candle with martingale lot size (Lot multiplier and Number of martingale steps must be adjustable in EA.) This way, continue to enter the trades in the direction of the closing candle (every new trade is at the beginning of a new candle) with martingale lot until winning the trade or until completing the number of martingale steps, and if still loses all martingale trades, stop entering more trades with martingale lot. (Important: Each trade should be opened at the beginning of the new candle).

 

        When all martingale trades are lost, start with Basic rule of entering trades described above.

 

In this strategy, all trades are entered in the direction of the previous candle, one candle one trade. If a trade is lost, do martingale trades as described in Scenario 2.

 

Have an option to enter maximum number of trades that can be open at a time including all the signals for the pair. (do not open more trades during same candle (One candle equals one trade)

Have an option to enter equity protection percentage.

Must have option to enter starting lot size.

Responded

1
Developer 1
Rating
(28)
Projects
38
32%
Arbitration
3
100% / 0%
Overdue
7
18%
Working
2
Developer 2
Rating
(39)
Projects
50
18%
Arbitration
6
33% / 50%
Overdue
0
Free
3
Developer 3
Rating
(465)
Projects
813
49%
Arbitration
75
21% / 51%
Overdue
141
17%
Working
4
Developer 4
Rating
(50)
Projects
64
20%
Arbitration
11
27% / 55%
Overdue
5
8%
Free
5
Developer 5
Rating
(1)
Projects
1
0%
Arbitration
2
50% / 50%
Overdue
0
Free
6
Developer 6
Rating
(53)
Projects
91
52%
Arbitration
2
0% / 50%
Overdue
1
1%
Free
7
Developer 7
Rating
(618)
Projects
1429
59%
Arbitration
31
81% / 0%
Overdue
10
1%
Free
8
Developer 8
Rating
(3)
Projects
9
22%
Arbitration
12
42% / 58%
Overdue
0
Free
9
Developer 9
Rating
(271)
Projects
553
50%
Arbitration
57
40% / 37%
Overdue
227
41%
Working
10
Developer 10
Rating
(40)
Projects
59
85%
Arbitration
0
Overdue
1
2%
Free
Published: 2 codes
11
Developer 11
Rating
(14)
Projects
18
67%
Arbitration
2
50% / 50%
Overdue
3
17%
Free
12
Developer 12
Rating
(72)
Projects
80
10%
Arbitration
38
8% / 58%
Overdue
6
8%
Free
13
Developer 13
Rating
(568)
Projects
641
41%
Arbitration
25
48% / 36%
Overdue
46
7%
Working
Similar orders
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
I need I trading robot with a dashboard for stop and start working 99%accurate profit while scalping me the user only putting password of mt5 then I run it that doesn't take a long time to process a trade and always making sure that altlest it makes 500dollars per day using 0.05 lot size

Project information

Budget
30+ USD
Deadline
from 1 to 2 day(s)