Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bad data?

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

    Bad data?

    I am looking at Symbol NYX

    and using Kinetick as my provider.


    Can anyone confirm for me that the following code:

    //Returns PP value
    double pivotPoint = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).PP[0];

    //Returns R1 value
    double resistance1 = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).R1[0];

    //Returns R2 value
    double resistance2 = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).R2[0];

    //Returns S1 value
    double support1 = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).S1[0];

    //Returns S2 value
    double support2 = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).S2[0];


    when printed is returning a single value (25.67) for all 5 points...which is of course wrong and causing my strategy to buy and sell things simultaneously...

    Thanks for any help from a Kinetick user...

    Regards.

    #2
    Hello,

    I am seeing the same values on my end when using Daily mode.

    I would suggest switching to CalcFromIntradayData. There are known limitations when using the Pivots Daily mode when accessing it programmatically that can generate invalid values such as you have been reporting.

    Our development team has plans to improve this indicator method in an upcoming version, however I do not have an ETA on when this would be changed.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    56 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    143 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    276 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X