Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

NT7 to NT8 coding

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

    NT7 to NT8 coding

    Hello,
    I have managed to update the coding on most of my indicators for use with NT8, but I am having trouble with a PriceActionSwing indicator downloaded from futures.io. The indicator is based on 3 linked indicators:
    PriceActionSwing
    PriceActionBase
    PriceActionOscillator

    The latter 2 do not appear to be set up as indicators, as their compiling errors do not show up. They appear to just be linked to the PriceActionSwing indicator, where I am getting compilation errors, but I know the code it is referring to is correct. I think the problem is that I have not linked the "Swing" indicator correctly to the "Base."

    The problem may lie in the using declarations and the namespace for the "Base" code, but I am not sure how to change these for use in NT8.
    NT7 Using Declarations: Both the "Base" code and "Swing" indicator include the following: "using PriceActionSwing.Base;"
    NT7 namespace: The "Base" includes the following: "namespace PriceActionSwing.Base"

    How would these parts of the code be adjusted for use in NT8?

    Thank you.
    Last edited by GeorgeW; 11-13-2016, 07:03 AM.

    #2
    Hello GeorgeW,

    Our NinjaTrader Support would not be able to assist with modifying 3rd party indicators. I recommend you contact the vendor that has supplied the script for further information.

    It may be that these indicators use unsupported methods to extend each other instead of being created as independent indicators.

    This thread will remain open for any community members that would like to assist.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by WHICKED, Today, 12:45 PM
    2 responses
    16 views
    0 likes
    Last Post WHICKED
    by WHICKED
     
    Started by GussJ, 03-04-2020, 03:11 PM
    15 responses
    3,272 views
    0 likes
    Last Post xiinteractive  
    Started by Tim-c, Today, 02:10 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Taddypole, Today, 02:47 PM
    0 responses
    2 views
    0 likes
    Last Post Taddypole  
    Started by chbruno, 04-24-2024, 04:10 PM
    4 responses
    51 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Working...
    X