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

Adaptive CCI for NT 7?

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

    Adaptive CCI for NT 7?

    Anyone know if there is a working version of the adaptive CCI for NT 7? I tried importing the file from the files section, but it won't import.

    #2
    Hello TradingZen,

    I'm not aware of an NT7 version. If you're intersted in porting over, see below for steps to resolve code breaking changes in NT7.

    Should you run into any errors during import, it likely means that the contents inside the archive are not NinjaTrader 7 compatible.

    To resolve, please follow these steps:

    1. Go to “Documents\NinjaTrader 6.5\bin\Custom\Indicator” and manually copy the source files for your NinjaScript to “Documents\NinjaTrader 7\bin\Custom\Indicator”
    2. Go to “Documents\NinjaTrader 6.5\bin\Custom\Strategy” and manually copy the source files for your NinjaScript to “Documents\NinjaTrader 7\bin\Custom\Strategy”
    3. If your scripts use any file dependencies like UserDefinedMethods.cs, please ensure you have copied those to their respective folders
    4. If your scripts are using custom DLL references in NinjaTrader 6.5 you will also need to add those references to NinjaTrader 7.
    a. To view your 6.5 references go to the NinjaScript Editor via Tools > Edit NinjaScript and open any file. Then Right Mouse Click > References
    b. To add references to 7, go to the NinjaScript Editor > Right Mouse Click > References and press the “Add” button. You will need to add any DLL references that were on 6.5, but not on the default 7 reference list.
    5. After all components are copied you will need to compile the NinjaScript assembly. Go to Tools > Edit NinjaScript and open any file. Press “F5” on your keyboard or the “Compile” button on the toolbar. When compiling you should see a list of errors that need to be addressed before your NinjaScript files will work. Please review the "Code breaking changes" information that may help in resolving some of the errors in your list.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    4 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    12 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    13 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Working...
    X