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 sjsj2732, Yesterday, 04:31 AM
    0 responses
    32 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    286 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    283 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    133 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    91 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X