Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to plot Delta, Min Delta and Max Delta ?

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

    How to plot Delta, Min Delta and Max Delta ?

    Hi,
    I would like to ask you for a little help with programming the following indicator. I hope it is not too complicated to code.

    I need:
    Indicator for NT8 that plots 3 lines (Yellow, Red and Green) at the bottom of a chart.

    Calculation of the lines:
    For the calculation you need 3 variables that are: Delta, Min Delta and Max Delta.
    Yellow: Delta
    • Red: (Delta + Min Delta)
    • Green: (Delta + Min Delta + Max Delta)
    • Horizontal line #1: 500 (ideally allowing you to modify the value from the properties)
    • Horizontal line #2: -500 (ideally allowing you to modify the value from the properties)

    Example simulated in Excel.
    Click image for larger version

Name:	Indicator-Delta-Lines.png
Views:	1905
Size:	114.2 KB
ID:	1131700



    I would appreciate being able to integrate the calculation mode for each Tick and also for on bar close. This way I can test it and see which mode is the most convenient.

    Thankful in advance

    #2
    Hello Guille_cl, thanks for writing in.

    We offer the OrderFlow Volumetric bars that will provide bid/ask delta information. It is available to be used in a NinjaScript object. You must have a lifetime license for NinjaTrader 8 to use the OrderFlow suite. There is a full example of accessing data from the bars type here:
    https://ninjatrader.com/support/help...tric_bars2.htm

    In the example, this would be used when the primary series (the bars on the chart) are the Volumetric bars. If you want a secondary volumetric bar series use AddVolumetric.

    Please let me know if I can provide any further information.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, Today, 04:31 AM
    0 responses
    20 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    280 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    279 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    130 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X