Specification

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 requested by the client.

The bot must be highly configurable so the user can adjust important parameters without modifying the source code.

The user interface and user-facing configuration should be in Spanish.


2. PLATFORM AND INSTRUMENTS

  • Platform: NinjaTrader 8
  • Primary instruments: NQ and MNQ (Nasdaq Futures)
  • The bot must be developed specifically for NinjaTrader 8.
  • The bot must be suitable for testing/backtesting through NinjaTrader 8.
  • The source code must be delivered unlocked/editable so additional features can be added in the future.

3. OPERATING MODES

The bot must have two main operating modes:

A. AUTOMATIC MODE

When Automatic Mode is activated:

  • The bot analyzes the market automatically.
  • It checks the programmed strategy conditions.
  • When all required conditions are satisfied, the bot automatically executes the trade.
  • The user configures the desired parameters before activating Automatic Mode.
  • The bot then operates according to those selected parameters.
  • The user should not need to manually execute every signal.
  • Automatic Mode is intended to help the user avoid emotional/psychological interference while trading.
  • The bot must automatically manage the position according to the configured Stop Loss, Take Profit, Break Even, partial profit, averaging and risk rules.
  • Automatic Mode should stop trading when the configured daily profit objective or daily loss limit is reached.
  • The user must be able to activate Automatic Mode again later when desired.

B. MANUAL MODE

When Manual Mode is selected:

  • The bot analyzes the market according to the same strategy.
  • The bot does not automatically execute the trade.
  • When a valid trading opportunity appears, the bot sends an alert.
  • The user decides whether to execute the trade manually.
  • The relevant risk-management settings should also be available in Manual Mode.
  • The user should be able to configure Stop Loss, Take Profit and loss limits for Manual Mode.

4. ORIGINAL TRADING STRATEGY

The bot must incorporate the original strategy discussed.

EMA 50 / EMA 200

  • EMA 50
  • EMA 200

These are part of the market/trend conditions used by the strategy.

SWEEP LOGIC

The bot must identify the required sweep setup according to the strategy rules before considering an entry.

ATR FILTER

  • ATR must be included as part of the strategy.
  • ATR multiplier: 1.5.

ADX FILTER

  • ADX must be included as a market-condition filter.
  • The ADX threshold should be configurable.

VOLUME FILTER

The original volume requirement is:

Volume > 1.2 × Average Volume

The bot should compare current volume with the relevant average volume and only allow the setup when the required volume condition is satisfied.

CORRELATION CONTROL

  • Include the specified correlation limit/control from the original strategy.
  • The purpose is to prevent unwanted correlated exposure according to the strategy rules.

5. STOP LOSS

The bot must support a configurable Stop Loss.

Original Stop Loss specification:

  • 40 ticks.

The Stop Loss should be configurable from the bot's settings rather than permanently locked in the source code.


6. TAKE PROFIT

The original strategy uses:

  • Take Profit = 2.5R.

The client also requested that Take Profit be configurable.

The user should be able to determine the desired Take Profit according to the available configuration.


7. BREAK EVEN

When the trade reaches:

  • 1R

The bot must move the Stop Loss to Break Even according to the strategy rules.


8. PARTIAL PROFIT

At:

  • 1.5R

The bot must:

  • Close 50% of the open position.
  • Keep the remaining 50% running.

The remaining position should continue toward the larger target:

  • 2.5R.

9. RISK PER TRADE

The original risk specification discussed:

  • 1–2% risk per trade.

The risk percentage must be configurable.

The user specifically wants the ability to manually configure the loss/risk percentage even when Automatic Mode is being used.


10. DAILY LOSS LIMIT

The original strategy included:

  • 3% daily loss limit.

However, the client subsequently requested that this value be configurable.

Therefore:

  • The daily loss limit must be configurable.
  • The user decides how much loss is acceptable.
  • The limit should be configurable in the relevant amount/percentage format.
  • Once the configured daily loss limit is reached, the bot must stop further trading according to the configured rules.
  • The daily loss control must work with both Automatic Mode and Manual Mode where applicable.

11. DAILY PROFIT TARGET

The bot must support a configurable daily profit target.

The client gave:

  • €1,500

as an example of the desired daily profit target.

The €1,500 value should not necessarily be permanently fixed.

The user must be able to configure the desired profit objective.

Desired behavior:

  1. User configures the desired daily profit target.
  2. Automatic Mode is activated.
  3. Bot executes trades according to the strategy.
  4. The bot manages the trades according to the configured settings.
  5. Once the configured profit target is reached, the bot closes/manages the relevant open position according to the programmed rules.
  6. The bot stops further trading for the day once the daily target is reached.
  7. The user can activate the bot again later when desired.

12. PROFIT AND LOSS CALCULATOR

The bot must provide profit/loss information.

The client specifically requested that profit and loss be available in:

  • Euros (€)
  • Percentage (%)

The system should calculate/display the relevant profit and loss according to the configured parameters.

The user should be able to configure the desired profit and loss limits.


13. AUTOMATIC CONTRACT AVERAGING

The client added an additional feature called contract averaging.

By averaging, the client means:

When the bot enters a trade and the market moves against the position, the bot automatically adds additional contracts according to the user's configuration.

Desired behavior:

  1. Bot enters the initial trade.
  2. Price moves against the position.
  3. The bot detects the configured averaging condition.
  4. The bot automatically adds the configured number of contracts.
  5. If the market continues moving against the position and another averaging condition is reached, the bot can add contracts again according to the configured rules.
  6. The process continues according to the configured averaging parameters and risk limits.
  7. The position is managed toward the configured profit objective.

14. CONFIGURABLE AVERAGING CONTRACTS

The number of contracts used for averaging must be configurable.

Example given by the client:

If the user configures:

  • 2 averaging contracts

the bot should add:

  • 2 contracts

when the averaging condition is triggered.

If the user configures:

  • 1 averaging contract

the bot should add:

  • 1 contract.

Therefore, the number of averaging contracts must not be permanently fixed in the code.

The user must be able to configure this before activating Automatic Mode.


15. AVERAGING + PROFIT TARGET

The averaging system must work together with the configurable profit objective.

Example:

  • Automatic Mode is activated.
  • Bot enters a trade.
  • Price moves against the position.
  • Bot automatically averages according to the configured number of contracts.
  • The position continues to be managed.
  • When the configured profit objective is reached, the bot closes the relevant position.
  • If the daily profit target has been reached, the bot stops trading for the day.

The client used:

  • €1,500

as an example of the desired profit target.

This value must remain configurable.


16. AVERAGING + LOSS MANAGEMENT

The averaging system must operate together with the loss-management system.

The bot must respect the configured loss/risk limits.

The averaging system should not continue adding contracts without respecting the configured risk controls.

The final averaging implementation must include the appropriate protection against excessive exposure.

The following specific averaging parameters still require final confirmation if they were not defined elsewhere:

  • Exact distance between averaging entries.
  • Maximum number of averaging entries.
  • Maximum total number of contracts.
  • Exact condition that triggers each averaging entry.
  • Exact behavior when the daily loss limit is reached during an averaging sequence.

These values should not be assumed without confirmation.


17. AUTOMATIC MODE CONFIGURATION

Before activating Automatic Mode, the user should be able to configure the relevant parameters.

These include, where applicable:

  • Risk percentage.
  • Daily loss limit.
  • Daily profit target.
  • Stop Loss.
  • Take Profit.
  • Break Even settings.
  • Partial profit settings.
  • Number of averaging contracts.
  • Other strategy parameters.
  • Relevant contract/risk limits.

After the user activates Automatic Mode, the bot follows those configured settings.


18. AUTOMATIC MODE STOP CONDITIONS

Automatic Mode must be able to stop according to the configured limits.

Important stop conditions include:

  • Daily profit target reached.
  • Daily loss limit reached.
  • Other relevant risk-control conditions configured by the user.

After stopping, the bot should remain inactive until the user decides to activate it again.


19. MANUAL MODE ALERTS

Manual Mode must provide alerts.

When a valid setup appears:

  • Bot identifies the opportunity.
  • Bot sends an alert.
  • User decides whether to execute the trade.

The bot should not automatically execute the trade while Manual Mode is active.


20. MANUAL MODE RISK MANAGEMENT

The client specifically requested configurable loss controls for both:

  • Automatic Mode.
  • Manual Mode.

Therefore, the relevant settings should be available in both modes.

These include:

  • Risk/loss limits.
  • Stop Loss.
  • Take Profit.
  • Profit target.
  • Daily loss control.

21. SPANISH LANGUAGE

The client specifically requested:

"Todo sea en español."

Therefore, all user-facing elements should be in Spanish as much as technically possible.

This includes:

  • Settings.
  • Configuration labels.
  • User-facing parameters.
  • Alerts.
  • Relevant messages.
  • Controls.
  • Descriptions.

22. BACKTESTING

The bot must be suitable for backtesting through NinjaTrader 8.

Testing should cover:

  • EMA 50 / EMA 200.
  • Sweep logic.
  • ATR filter.
  • ATR multiplier.
  • ADX filter.
  • Volume filter.
  • Correlation control.
  • Entry conditions.
  • Stop Loss.
  • Take Profit.
  • Break Even.
  • Partial profit.
  • Automatic Mode.
  • Manual Mode alerts.
  • Daily profit target.
  • Daily loss limit.
  • Contract averaging.
  • Different averaging contract quantities.
  • Risk-management behavior.

The averaging system must also be tested under different market conditions to verify that the programmed rules operate as intended.


23. NINJATRADER 8 INSTALLATION

The bot must be prepared for installation/import into NinjaTrader 8.

The client previously asked whether he would have problems installing the bot.

The project should therefore include appropriate assistance with:

  • Installing/importing the bot.
  • Configuring the bot.
  • Setting the required parameters.
  • Resolving reasonable installation/configuration issues if they occur.

24. SOURCE CODE

The client specifically requested that the source code not be locked.

Therefore:

  • Source code must be delivered.
  • Source code must remain editable.
  • No intentional source-code lock should prevent future modifications.
  • The client should be able to use the source code for future development/modifications.
  • Additional features can be added in future projects if agreed upon.

25. FUNDED ACCOUNT USE

The client explained that he intends to use the Automatic Mode mainly for funded trading accounts.

Therefore, risk-management functionality is particularly important.

The bot should provide configurable controls for:

  • Daily loss limit.
  • Profit target.
  • Risk percentage.
  • Contract quantity.
  • Averaging quantity.
  • Relevant exposure limits.

The bot itself does not guarantee that a funded-account evaluation will be passed. It will operate according to the programmed strategy and the limits configured by the user.


26. CORE CONFIGURATION SUMMARY

The following parameters should be available/configurable where applicable:

  • EMA 50.
  • EMA 200.
  • Sweep conditions.
  • ATR filter.
  • ATR multiplier.
  • ADX threshold.
  • Volume multiplier.
  • Correlation limit.
  • Stop Loss.
  • Take Profit.
  • Risk percentage.
  • Daily loss limit.
  • Daily profit target.
  • Break Even.
  • Partial profit.
  • Averaging contract quantity.
  • Relevant averaging limits.
  • Trading mode.
  • Alert settings.

27. ORIGINAL VALUES DISCUSSED

The original strategy values discussed are:

  • EMA: 50 / 200.
  • ATR multiplier: 1.5.
  • Volume: greater than 1.2 × average volume.
  • Stop Loss: 40 ticks.
  • Take Profit: 2.5R.
  • Break Even: 1R.
  • Partial close: 50% at 1.5R.
  • Remaining position: 50% toward 2.5R.
  • Risk per trade: approximately 1–2%.
  • Daily loss limit: approximately 3%.
  • Example daily profit target: €1,500.
  • Averaging contracts: configurable.

Where the client requested that these values be configurable, they should be implemented as configurable parameters rather than permanently fixed values.


28. FINAL FUNCTIONAL SUMMARY

The completed NinjaTrader 8 bot should provide:

  1. NQ/MNQ trading support.
  2. EMA 50/200 strategy conditions.
  3. Sweep logic.
  4. ATR filtering.
  5. ATR multiplier configuration.
  6. ADX filtering.
  7. Configurable ADX threshold.
  8. Volume filtering.
  9. Volume > 1.2 × average-volume condition.
  10. Correlation control.
  11. Configurable Stop Loss.
  12. Original 40-tick Stop Loss reference.
  13. Configurable Take Profit.
  14. 2.5R original Take Profit target.
  15. Break Even at 1R.
  16. 50% partial close at 1.5R.
  17. Remaining 50% toward 2.5R.
  18. Configurable risk percentage.
  19. Configurable daily loss limit.
  20. Original 3% daily loss reference.
  21. Configurable daily profit target.
  22. Example €1,500 profit target.
  23. Profit/loss calculation in €.
  24. Profit/loss calculation in %.
  25. Automatic Mode.
  26. Manual Mode.
  27. Manual trading alerts.
  28. Automatic trade execution.
  29. Configurable contract averaging.
  30. Configurable number of averaging contracts.
  31. Automatic averaging when price moves against the position.
  32. Averaging integrated with profit/loss controls.
  33. Automatic stop after configured daily target/loss limit.
  34. Spanish user-facing interface.
  35. NinjaTrader 8 backtesting support.
  36. Installation/configuration assistance.
  37. Unlocked/editable source code.
  38. Ability to add future functionality.


29. ITEMS TO CONFIRM BEFORE FINALIZING THE AVERAGING LOGIC

To make sure there is no misunderstanding during development, the following averaging rules should be confirmed:

  1. How many ticks/points must price move against the position before the first averaging entry?
  2. How many ticks/points should separate each additional averaging entry?
  3. What is the maximum number of averaging entries allowed?
  4. What is the maximum total number of contracts allowed?
  5. What should happen if the daily loss limit is reached while an averaging sequence is active?
  6. Is the €1,500 target intended as the total daily account profit target, the target for one individual position, or both?
  7. Should the averaging system operate with both NQ and MNQ?
  8. Should averaging be available only in Automatic Mode, or also in Manual Mode?

These points should be confirmed before the averaging logic is considered completely finalized.


30. CLIENT CONFIRMATION

Please review the requirements above and confirm that they accurately represent everything you want included in the bot.

Any additional functionality not included in this specification should be discussed and agreed upon before implementation so that the development scope remains clear for both sides.

The objective is to make sure the final bot matches the agreed requirements as closely as possible and that both parties have the same understanding of the project before development is completed,


( also i forgot to add " 
EMA 20 in the pullback together with the EMA 50 and EMA 200.” )


Responded

1
Developer 1
Rating
(17)
Projects
21
19%
Arbitration
5
40% / 40%
Overdue
0
Free
2
Developer 2
Rating
(173)
Projects
185
46%
Arbitration
3
33% / 33%
Overdue
1
1%
Working
3
Developer 3
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(13)
Projects
20
45%
Arbitration
7
29% / 14%
Overdue
2
10%
Loaded
Published: 7 articles, 35 codes
5
Developer 5
Rating
(3)
Projects
9
67%
Arbitration
0
Overdue
0
Working
6
Developer 6
Rating
(32)
Projects
33
42%
Arbitration
0
Overdue
3
9%
Free
7
Developer 7
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
Published: 1 code
8
Developer 8
Rating
(5)
Projects
7
29%
Arbitration
0
Overdue
1
14%
Working
9
Developer 9
Rating
(25)
Projects
31
13%
Arbitration
13
0% / 77%
Overdue
9
29%
Working
10
Developer 10
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
11
Developer 11
Rating
(9)
Projects
16
19%
Arbitration
2
0% / 50%
Overdue
3
19%
Working
12
Developer 12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
13
Developer 13
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
14
Developer 14
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Published: 1 article, 3 codes
15
Developer 15
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Looking for a developer in NinjaTrader For coding Inst - ES,NQ Chart type - Tick, range, volume & time Brief- Fib levels mapped on chart which act as entries, tgts and stops all based on candle close. (Maybe) use MACD for filtering direction. Daily manual input of the TWO fib Anchor levels is part of the strategy. I need a well experienced developer to bid and before biding check the attached file well. the PDF and
I buy EA for USDEUR or XAUUSD for FTMO with proven backtest. Send me images with backtest reports where daily max dd is 1% on 200k account. I can buy several eas if you have them with proofs. Need images of backtesting for 5 years
I need an expert Ninjatrader8 developer that can build this indicator. Can you build indicator like this? Ather https://share.google/HaxK5snnOWFR08ghd If you know you can do this send me message or bid to my proposal
I want to develop a custom trading indicator based on the functionality shown in a YouTube video and the indicators available on a website that I will provide. The main indicators/features I want to replicate or develop are: Volume Profile – Display volume distribution at different price levels, including key levels such as POC, VAH, and VAL where applicable. Order Flow – Analyze buying and selling activity at each
I’m looking for a developer to help automate trade execution from a TradingView Pine Script indicator I’ve already built for NQ/ES futures. The indicator already generates final LONG and SHORT entry signals, so I mainly need help connecting those signals to a broker or execution platform through alerts/webhooks. I’d like the system to support automatic entries, stop losses, profit targets, and basic protections such
I'm a ninja trader day trader and I have worked with a company called Legendary Trader and use their indicated and automated strategies to trade. I rencenly have been playing with a free indicator I was able to download that uses CCI & ATR calculations to define the market being in an up or down trend. I have found in reviewing historical data that taking a trade when the signal flips from bull to bear sentiment or
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification

Project information

Budget
50+ USD
Deadline
from 1 to 4 day(s)

Customer

Placed orders1
Arbitrage count0