Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

General Request for Simple Aggregated T&S List Development

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    General Request for Simple Aggregated T&S List Development

    Hello everyone

    I'm planning to code a simple Aggregated T&S List that sum data based on time.

    By this post, I'm willing to requesting interested one and enthusiasts take part, if willing.

    Here I explain what I wanna do:

    There are bunch of live data flushing through the T&S List but which attract my attention include "Time, Buy Volume & Sell Volume".

    What I'm planning to code as and Indicator/Add-On/DOM Column or as a separate window, which ever is more convenient, is form of an Aggregated T&S List that sums BUY and SELL VOLUME in defined time intervals and shows them. here is an example:

    Assume the Time Interval is set to 5 second and we have these data in this 5 second increment:
    1:25:01 1 buy
    1:25:01 3 buy
    1:25:02 1 sell
    1:25:02 1 sell
    1:25:02 1 sell
    1:25:02 1 sell
    1:25:03 1 sell
    1:25:03 5 sell
    1:25:03 3 sell
    ​​​​​​​1:25:04 24 buy
    1:25:05 13 buy
    1:25:05 8 sell
    1:25:05 1 sell
    1:25:05 1 sell
    1:25:05 3 sell

    The tool should sum and show info like this:
    1:25:01 41 26 67

    which are: "1:25:01, is the start of the assigned Time Interval" and "41, is the sum of total BUYs traded at the assigned time interval" and "26, is the sum of total SELLs traded at the assigned Time Interval" and "67 is the total volume traded at that assigned Time Interval".

    The indicator needs 4 separate columns to depict data which are as following:
    1. Time: shows starting time of the assigned Time Interval
    2. B: shows total buy volume traded at the assigned Time Interval
    3. S: shows total sell volume traded at the assigned Time Interval
    4. V: shows total volume traded at the assigned Time Interval

    The columns data needs to be able to change their color.


    That's all.

    Thanks for reading.

    Any comments and help offers to code this tool is appreciated.

Latest Posts

Collapse

Topics Statistics Last Post
Started by ghoul, Today, 06:02 PM
3 responses
14 views
0 likes
Last Post NinjaTrader_Manfred  
Started by jeronymite, 04-12-2024, 04:26 PM
3 responses
44 views
0 likes
Last Post jeronymite  
Started by Barry Milan, Yesterday, 10:35 PM
7 responses
20 views
0 likes
Last Post NinjaTrader_Manfred  
Started by AttiM, 02-14-2024, 05:20 PM
10 responses
180 views
0 likes
Last Post jeronymite  
Started by DanielSanMartin, Yesterday, 02:37 PM
2 responses
13 views
0 likes
Last Post DanielSanMartin  
Working...
X