I need someone to code NinjaTrader 8 indicator

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

Here’s a comprehensive specification document in English for developing your NinjaTrader bid/ask imbalance indicator: 

--- 

### Bid/Ask Imbalance Indicator for NinjaTrader: Full Specifications 

#### **Objective**The goal is to develop a custom bid/ask imbalance indicator for NinjaTrader 8. The indicator will calculate and visualize bid/ask imbalances in real-time and on historical tick data using Tick Replay. It will display geometric shapes based on the imbalance ratio, draw horizontal bands for stacked imbalances, and generate alerts when price interacts with these bands. 

--- 

### Functional Requirements 

#### 1. Data Input: 

   - The indicator must use both real-time and historical tick data with Tick Replay enabled.   - It should not rely on NinjaTrader’s OrderFlow subscription to access bid/ask data. 

   #### 2. Imbalance Calculation: 

   - Calculate imbalances by comparing the volume of bids against the volume of asks at each price level.   - Imbalances should be triggered when the ratio between bid and ask volume surpasses certain user-defined thresholds (e.g., 1:2, 1:3, 1:4, etc.). 

   - The ratio should be configurable by the user through the indicator’s settings. 

#### 3. Geometric Shape Visualization:   - When an imbalance is detected, a small geometric figure will be displayed on the chart beside the corresponding price candle. 

     - 1:2 Imbalance Ratio – Draw a triangle.     - 1:3 Imbalance Ratio – Draw a square. 

     - 1:4 Imbalance Ratio – Draw a hexagon.     - 1:5 Imbalance Ratio – Draw a circle. 

   - The color of the shape should change based on whether the imbalance is a buy imbalance (ask > bid) or a sell imbalance (bid > ask).     - Example: Green for buy imbalances and Red for sell imbalances (user configurable). 

   - Shapes must be small but visible, placed next to the relevant candle in the price chart. 

#### 4. Stacked Imbalance Bands:   - When consecutive imbalances are detected at different price levels, the indicator will draw horizontal bands across the price range where the stacked imbalances occurred. 

   - The bands should cover the price levels of all the imbalances that are stacked together.   - These bands should persist on the chart and remain visible until price breaks through or interacts with them. 

#### 5. Alerts: 

   - The indicator must generate alerts (both visual and/or audible) when the current price touches or crosses a band formed by previous stacked imbalances.   - Alerts should be optional and configurable, allowing the user to activate or deactivate them. 

#### 6. Configurable Parameters: 

   - Users should be able to customize the following settings: 

     - Imbalance ratio thresholds for geometric shapes (e.g., change the default 1:2 to another value).     - Colors for buy and sell imbalance shapes. 

     - Enable/disable stacked imbalance bands.     - Alert settings (enable/disable, type of alert). 

   #### 7. Performance Considerations: 

   - The indicator should be optimized for high-performance, capable of handling both real-time data and large historical tick datasets without significant lag.   - The calculation process must handle tick data efficiently, especially when running with Tick Replay. 

#### 8. Compatibility: 

   - The indicator will be compatible with NinjaTrader 8 and function independently, without relying on other external indicators or NinjaTrader add-ons.   - The indicator should be usable on any instrument available in NinjaTrader (stocks, futures, etc.). 

--- 

### Technical Requirements 

#### 1. NinjaScript Framework: 

   - The indicator must be built using NinjaScript (the NinjaTrader 8 scripting language), leveraging built-in methods for data access, tick replay, and chart visualization. 

#### 2. User Interface:   - A configuration panel should be provided where users can easily adjust the customizable parameters (imbalance ratios, shape colors, alert settings). 

   - The configuration panel should 

be accessible via the indicator settings in NinjaTrader. 

#### 3. Tick Replay Functionality: 

   - Ensure the indicator works seamlessly with

Tick Replay enabled, capturing both real-time and historical bid/ask data at the tick level.   - The user will need to enable Tick Replay manually from the chart settings in NinjaTrader. 

--- 

### Testing and Validation 

#### 1. Data Testing: 

   - Conduct testing with both real-time data and historical tick data to validate that imbalances are calculated correctly, and shapes are displayed as expected.    

#### 2. Visualization:   - Ensure geometric shapes (triangle, square, hexagon, circle) are drawn at the correct price levels and positioned next to the corresponding candles. 

   - Test various imbalance ratios (1:2, 1:3, etc.) to confirm that the correct shapes are shown for each scenario.    

#### 3. Stacked Imbalance Bands:   - Test the functionality of stacked imbalance bands, ensuring that they are drawn across multiple price levels when consecutive imbalances occur. 

   - Confirm that alerts are triggered correctly when price interacts with these bands. 

#### 4. Performance Optimization:   - Validate that the indicator performs efficiently, even with large tick data sets, without significant lag or delays in chart updates. 

--- 

### Deliverables 

  • NinjaScript Source Code for the bid/ask imbalance indicator. 
  • User Documentation:   - A brief guide explaining how to install and configure the indicator. 
  •    - Detailed explanations of configurable parameters (imbalance ratios, alerts, etc.).   - Instructions for enabling Tick Replay and running the indicator with historical data. 
  •  Support:   - Initial support for bug fixes or minor adjustments after delivery. 

This specification provides a clear roadmap for developing the indicator. Let me know if you need further modifications before sending it!

Read All Requirements And Tell Me If You Really Can Do It!!!!


Похожие заказы
I would to develop a trading bot with some confluences I use TradeLocker Settings must be adjustable…… I am based in uk and very keen to move my strategy to trade automatically 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI By LuxAlgo 3. Multiple Moving Average using only 1 indicator By Myfye13 4. Average True Range Trailing Stops By HPotter we have to combine this four indicator into a
Convert my tradingview pine script to mt4, Its a simple and straight code i need an expert programmer to convert my tradingview pine script to mt4, Thats All Thank you
Hello, i would like to have a fix on my plotted lines I use a liquidity strategy on the 1 hr time frame but the indicator that i am using for plotting the 1 hr lines is having a issue and printing the plot lines all over the place on the current 1 and 4 hr plot line as you can see in the screenshot this is very disturbing while i am trading can u fix that or just remove the current 1 hr plot line ?and or only show
SSL HYBRID TRADING BOT 30 - 400 USD
Requesting a developer for the creation of a EA based on the SSL HYBRID INDICATOR from tradingview. The requires a developer who can deal with pinescript as the original source code is in pinescript see text below //@version=4 //By Mihkel00 // This script is designed for the NNFX Method, so it is recommended for Daily charts only. // Tried to implement a few VP NNFX Rules // This script has a
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High

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

Бюджет
50 - 80 USD

Заказчик

Размещено заказов3
Количество арбитражей0