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 timmbbo, 07-05-2023, 10:21 PM
    4 responses
    158 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by tkaboris, Today, 08:01 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Lumbeezl, 01-11-2022, 06:50 PM
    31 responses
    818 views
    1 like
    Last Post NinjaTrader_Adrian  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    5 responses
    15 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by swestendorf, Today, 11:14 AM
    2 responses
    6 views
    0 likes
    Last Post NinjaTrader_Kimberly  
    Working...
    X