Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

enabling Correlation test

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

    enabling Correlation test

    Hello NinjaTrader

    I would like to test for Pearson Correlation between any open position I have and the next instrument added to my multi-instrument strategy. And so allow the next trade only if the Correlation between open position and the next strategy suggested instrument is below 0.2.

    I've found this Correlation indicator and wonder how to add to my conditions (attached code below) so that I could test for the above?
    Attached Files

    #2
    ionaz, would not really have a best practice approach on this uncharted territory, you would need to experiment and play with it. Generally you would want to run correlation calculations for each instrument combination you're trading and want to reference in your strategy multi series script. I would suggest also closely paying attention to the sync considerations discussed in the code for the realtime instrument updates, as if there is no tick for example for one instrument > then NT would not call your OnBarUpdate() its event based framework, so this could influence the bars you compare in the calcs.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Bertrand, I presume if I only want to implement this on the EOD Kinetick data, then I don't need to worry about sync considerations as there always be ticks required and NT would call OnBarUpdate() no probs, correct?

      Comment


        #4
        Correct Ionaz, you would get at least the settlement tick consistently.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        27 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        67 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        193 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,235 views
        0 likes
        Last Post xiinteractive  
        Working...
        X