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

Сollect the indicator without compilation in NT8

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

    Сollect the indicator without compilation in NT8

    Hello!
    Question.
    Whether there is a way to collect the indicator in archive .zip for NT8, from several files .cs and Info.xml, without compilation in NT8?
    Thank.

    #2
    Hello Muratello,

    Thank you for your post.

    There would not be a means to export files such as the NinjaScript objects without the compiler running.

    Are you running into errors when going to Tools > Export > NinjaScript Add On?

    Comment


      #3
      Originally posted by NinjaTrader_PatrickH View Post
      Hello Muratello,

      Thank you for your post.

      There would not be a means to export files such as the NinjaScript objects without the compiler running.

      Are you running into errors when going to Tools > Export > NinjaScript Add On?
      Hello, NinjaTrader_PatrickH.
      Thank you for your for the answer.
      Converted in Converter from our forum files .cs from archive of the indicator for NT7 WoodiesCCIPanel. But NT8 them accepts on this them it is visible in NinjaScript Add On.
      Prompt, please, how to receive WoodieCCIPanel for NT8?

      Converter.zip - for converting скриптов from NT7 in NT8. The size of archive of 33 mb. Unpacking a folder Converter the size of 84 mb.
      ( To unpack archive and to start Converter.exe, which is in a folder "Converter\Converter\Converter\bin\Debug")

      The link for to download: https://cloud.mail.ru/public/5Md2/9GPWMbSpr
      Attached Files
      Last edited by Muratello; 11-30-2016, 11:02 AM.

      Comment


        #4
        Hello Muratello,

        Thank you for your response.

        There are a few key items to look for when converting your scripts from NinjaTrader 7 format to NinjaTrader 8, and we keep a Code Breaking Changes table updated in the NinjaTrader 8 Help Guide to assist in identifying changes or new implementations of familiar methods and properties from NinjaTrader 7: http://ninjatrader.com/support/helpG...ng_changes.htm

        The biggest things that you will run into when converting will be:
        • Initialization has changed significantly. Initialize() has been replaced with OnStateChange(), which can be used to filter out different stages of the entire life cycle of a script (SetDefaults, Configure, Historical, Realtime, Terminated, etc.) OnStateChange() is fully covered in the Help Guide.
        • The names of many methods and properties have changed slightly, so you will need to refactor these in your code. The Code Breaking Changes table can make this task much easier, and there is also an alphabetical reference in the Help Guide that can help to find new method/property names: http://ninjatrader.com/support/helpG..._reference.htm
        • In numerous instances, you now have direct access to objects, where in NinjaTrader 7 you had to work with interfaces. For example, rather than the IOrder interface, you now have direct access to an Order object and its related fields. This will require a change in the way items like this are handled in your code.

        As always, we are more than happy to help out with tips and advice in this area, although we do not offer full script conversion services.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Jon17, Today, 04:33 PM
        0 responses
        1 view
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        5 views
        0 likes
        Last Post Javierw.ok  
        Started by timmbbo, Today, 08:59 AM
        2 responses
        10 views
        0 likes
        Last Post bltdavid  
        Started by alifarahani, Today, 09:40 AM
        6 responses
        41 views
        0 likes
        Last Post alifarahani  
        Started by Waxavi, Today, 02:10 AM
        1 response
        20 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Working...
        X