Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help with adding plots?

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

    Help with adding plots?

    HI I am trying to add Plots to this volume delta indicator but unsucessfull
    I have added these lines but it doesnt plot

    Code:
    if (BarsInProgress == 0)
                {
    
                    Values[0][0] =  OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaClose[0];
                    Values[1][0] =  OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaOpen[0];
                    Values[2][0] =  OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaHigh[0];
                    Values[3][0] =  OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaLow[0];
    
                    Print("Delta Close: " + OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaClose[0] + " CurrentBar: " + CurrentBar);
                    Print("Delta Open: " + OrderFlowCumulativeDelta(BarsArray[0], CumulativeDeltaType.BidAsk, CumulativeDeltaPeriod.Session, 0).DeltaOpen[0] + " CurrentBar: " + CurrentBar);​
    Attached Files

    #2
    Hello, thanks for writing in. Please first check the Log tab of the Control Center for any errors. Also confirm that your calls to OrderFlowCumulativeDelta are returning a value. They should be printing values from the Print methods that you have here.

    Comment


      #3
      ok. I looked at databox window and i didnt see it there. Does it mean its not plotting if its not there? or no

      Comment


        #4
        Hi Boris, this means the plots are either have their color set to Transparent, The strategy is not calling AddPlot in state.SetDefaults, or there are not values being applied to the plots.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        51 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        32 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        165 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        100 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        161 views
        2 likes
        Last Post CaptainJack  
        Working...
        X