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

DValueArea Real Time Vat and Vab

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

    DValueArea Real Time Vat and Vab

    Hello,

    I'm using the DValueAea, and it only plots the previous VAT and VAB. How to get it to plot real-time VAT and VAB?

    //recalc for real time.
    if (ShowRtPOC && ShowDailyPlots)
    {
    SetSessionBars(0); //current session

    if (Time[0].CompareTo(cSStartTime) <= 0)
    SetPreSessBars(0); // could be pre-session
    if (sEndBnum - sStartBnum == 0)
    return; //must have at least 2 bars

    DetermineHL_BarRange();

    if (!StuffHits_BarRange())
    return;

    RtPOC[0] = sessPriceOfPOC;
    }

    #2
    Hello AdeptistJune,

    While this is an indicator we have converted it is not an indicator we have originally written.

    We will leave the thread open for any community feedback on modifying this indicator.
    JimNinjaTrader Customer Service

    Comment


      #3
      Thanks, Jim.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by f.saeidi, Today, 01:12 AM
      0 responses
      2 views
      0 likes
      Last Post f.saeidi  
      Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
      227 responses
      34,318 views
      7 likes
      Last Post rare312
      by rare312
       
      Started by f.saeidi, Today, 12:11 AM
      0 responses
      5 views
      0 likes
      Last Post f.saeidi  
      Started by Graci117, Yesterday, 11:40 PM
      0 responses
      6 views
      0 likes
      Last Post Graci117  
      Started by BIOK.NT, Yesterday, 01:56 PM
      2 responses
      11 views
      0 likes
      Last Post BIOK.NT
      by BIOK.NT
       
      Working...
      X