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
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) //
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
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
my request is to convert a trading view indicator to mt4. I have a supertrend indicator for trading view or pine script. and all I want is to convert it for to mt4 or mql4
TIME FRAME: 15 MIN LOT SIZE: 0.01 CANDLE START TIME: 2:00 CANDLE END TIME: 2:14 ENTRY BUFFER: 1 SL BUFFER: 1 TARGET $: 10 MARTINGALE % : 200 (All the above data should be adjustable) Details: 1. We have to mention candle start time and end time (ie: 4.00 to 4.59). If the candle breaks the high of the given time it should go for buy. If it breaks the low of the given time it should go for sell. 2
I need help with creating a website traders chatroom, it must show traders online,offline,inactive. the chatroom top section must show four clocks with different times and time scale like this.. the chatroom must have a history data of up to 10days, then longer history must be deleted automatically. if you have better chatroom please say your recommendations
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk

项目信息

预算
50 - 80 USD

客户

所下订单3
仲裁计数0