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 cmoran13, 04-16-2026, 01:02 PM
    0 responses
    43 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    25 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    162 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    157 views
    2 likes
    Last Post CaptainJack  
    Working...
    X