Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Tracking Each Candles' Transactions Value Indicator

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

    Tracking Each Candles' Transactions Value Indicator

    Hello everyone.
    I need an indicator that tracks times and sales list's data for each candle.

    What i'm asking for is an indicator that does this:

    "Multiplies contracts volume, which is shown on T&S list as it rolls, by the price which it's whether SOLD or BOUGHT.

    Here is an example for better explanation:

    12001.25 2
    12001.25 7
    12001.75 12
    12003.00 9
    12002.50 3
    12002.50 3
    12002.75 1
    12002.75 1
    12002.75 1
    12002.75 1
    12002.75 1

    The Indicator does this: "(12001.25*2) + (12001.25*7) + (12001.75*12) + (12003.00*9) + (12002.50*3) + (12002.50*3) + (12002.75 *1) + (12002.75 *1) + (12002.75 *1) + (12002.75 *1) + (12002.75 *1) and sums the result"

    This is what i need to track money flow on each candle.

    It'll be very convenient if the summed number can be chosen to be depicted Upper/Lower/To the Right/To the Left of the candle.


    Thanks.
    Last edited by Uhumm; 07-26-2021, 07:26 AM.

    #2
    Hi, thanks for posting.

    The OrderFlow+ Volumetric bars will display a volume footprint of bid/ask data for each bar:



    This suite of tools comes with a lifetime license of NInjaTrader 8. If interested in purchasing this, I have linked the page to purchase a license below.

    (currently a sale on lifetime licenses) https://ninjatrader.com/LPs/LT-July-Promo/

    To make this "from scratch" the indicator needs to collect bid/ask information from OnMarketData as the bar forms, or add a 1 tick series and gather the bid/ask data per bar. Unfortunately, there is not an existing example I can provide. One notable example to reference would be the "BuySellVolume" indicator that comes with the platform.

    Kind regards,
    -ChrisL

    Comment


      #3
      Originally posted by NinjaTrader_ChrisL View Post
      Hi, thanks for posting.

      The OrderFlow+ Volumetric bars will display a volume footprint of bid/ask data for each bar:



      This suite of tools comes with a lifetime license of NInjaTrader 8. If interested in purchasing this, I have linked the page to purchase a license below.

      (currently a sale on lifetime licenses) https://ninjatrader.com/LPs/LT-July-Promo/

      To make this "from scratch" the indicator needs to collect bid/ask information from OnMarketData as the bar forms, or add a 1 tick series and gather the bid/ask data per bar. Unfortunately, there is not an existing example I can provide. One notable example to reference would be the "BuySellVolume" indicator that comes with the platform.

      Kind regards,
      -ChrisL
      Hey Chris.

      I already have checked the indicator and thats not what I need.
      It provides good info but not what im asking for and also huge drawback to that is that it limits chart zoom level to few candles.
      I need Transactions*Volume. Buy and sales.

      Comment


        #4
        Hi, thanks for your reply.

        The T&S window is basically a visual representation of the OnMarketData method. OnMarketData needs to be monitored during the formation of each bar to collect the data into a custom data structure. Once the bar is done forming, take the collected data and render the sum to the bar using Draw.Text(). I attached a sample to get started.

        Kind regards,
        -ChrisL
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X