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

modifying an existing NT6 indicator

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

    modifying an existing NT6 indicator

    How would Iuse an existing indicator that comes with NT6, modify it, and save it under a different name?

    For example, I want to be able to add a PivotPoint indicator that is calculated on Weekly H, L, & C values and display the resulting Support and Resistance lines on a chart. I figured I would take one of the 2 existing Pivot Point indicators (Pivots and PivotDaily) and modify one of them to do what I want. I seem to run into a problem with filenames when I try to do this, however. Am I missing something?



    Thanks,
    Ben

    #2
    imported post

    Please:
    - start NT
    - go to windows explorer and copy file
    <my documents>/NinjaTrader6/bin/Custom/Indicator/@<system indicator>.cs to
    <my documents>/NinjaTrader6/bin/Custom/Indicator/<your new indicator>.cs
    - Tools-> Edit NinjaScript->Indicator->edit your new indicator->Change class name to <your new indicator>. See code line
    >> public class MyCustomIndicator : Indicator
    - F5 to compile

    Note: We have non-intraday pivots on our list. We expect them to implemented within the next few weeks.

    Comment


      #3
      imported post

      Hey, that's great news. Thanks for the notice.

      Regards,
      Ben

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by r68cervera, 04-25-2024, 05:29 AM
      2 responses
      16 views
      0 likes
      Last Post r68cervera  
      Started by SugarDefHealth, Today, 03:30 AM
      0 responses
      2 views
      0 likes
      Last Post SugarDefHealth  
      Started by ETFVoyageur, Today, 02:08 AM
      1 response
      9 views
      0 likes
      Last Post ETFVoyageur  
      Started by kujista, 04-22-2024, 07:46 AM
      3 responses
      13 views
      0 likes
      Last Post kujista
      by kujista
       
      Started by kujista, 04-23-2024, 06:23 AM
      7 responses
      58 views
      0 likes
      Last Post kujista
      by kujista
       
      Working...
      X