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

Daily Volume Indicator modification v7

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

    Daily Volume Indicator modification v7

    i am looking to modify the standard volume indicator on a daily chart using v7.

    is it possible to have each hour (using regular trading hours) plot a different color on a single daily volume bar?

    so the result would have 7 different colors on a single daily volume bar.

    thx!

    #2
    Hello,

    Yes this would be possible however this would require a multi series indicator as a daily volume is only reported at the end of the day with daily data and NinjaTrader would have no way to tell what volume occured at what time we only know the End of Day volume number.

    To know what time this volume occured you would need to use Minute data. To make it easy you could add a 60 minute dataseries and then on the first tick of a new bar you know that one hour has gone by on the 60 minute data then you could change the plot color using NT's multi color plot approach.

    So the answer is yes this can be done however it is not as simple as you would think at first glance as you need to use multi series programming.

    Multi-Time Frames:


    Sample MultiColor Indicator approach in NT7:


    Let me know if I can be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bortz, 11-06-2023, 08:04 AM
    47 responses
    1,607 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    9 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    19 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    6 views
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    15 views
    0 likes
    Last Post Javierw.ok  
    Working...
    X