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

Can I add a strategy (build in strategy builder wizard) as a Market Analyzer column?

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

    Can I add a strategy (build in strategy builder wizard) as a Market Analyzer column?

    Thanks Shawn for your prompt response.

    I will review the resources you mentioned. Another quick question,

    Can I add a strategy (build in strategy builder wizard) as a Market Analyzer column?

    #2
    Hello Bhavika,

    Thanks for your post.

    Custom NinjaScript strategies cannot be added to a Market Analyzer column.

    Only custom NinjaScript indicators are able to be added to a Market Analyzer column.

    See this help guide for more information: https://ninjatrader.com/support/help...t_analyzer.htm

    Please let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      I played around with Market Analyzer and it's a great tool.

      I would like to add below two columns (with conditions)
      1. If the close is above EMA 45 , Show the value in green
      2. If the close is above last 15 bars high, show the value in green
      Thanks in advanced for your help.

      Comment


        #4
        Hello Bhavika,

        Thanks for your note.

        You would need to create a custom NinjaScript indicator that checks if the current Close price is greater than EMA(45) and plots a value of 1, 0, or -1. Then you could add the Indicator to a column in the Market Analyzer window and set up cell/filter conditions that check for the number of the plot and changes the color of the cell.

        For example, if the indicator plots a 1 when the indicator condition becomes true, you could create a cell condition in the Market Analyzer that checks if the plot is 1 and changes the color of the cell to Green.

        This would also need to be done for the second column you would like to create. A custom indicator would need to be created that plots 1, 0, or -1 when your condition becomes true. Then you would add the indicator to a Market Analyzer column and set up your cell/filter conditions.

        NinjaScript indicators are created or modified in a NinjaScript Editor window (New > NinjaScript Editor).

        I am also linking you to the Educational Resources section of the Help Guide in NinjaTrader 8 to help you get started with NinjaScript: https://ninjatrader.com/support/help..._resources.htm

        And the MSDN (Microsft Developers Network) C# Language Reference: https://ninjatrader.com/support/help...erence_wip.htm

        We also have a webinar on using the NinjaScript Editor.
        Live Webinar - https://ninjatrader.com/Webinar/NinjaScript-Editor-401
        Recorded Video - https://www.youtube.com/watch?v=BA0W4ECyVdc

        Creating Cell/Filter Conditions: https://ninjatrader.com/support/help...lter_condi.htm

        Let us know if we may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment


          #5
          This is great help Bandon ! Thank you !

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by wzgy0920, 04-20-2024, 06:09 PM
          2 responses
          27 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, 02-22-2024, 01:11 AM
          5 responses
          32 views
          0 likes
          Last Post wzgy0920  
          Started by wzgy0920, 04-23-2024, 09:53 PM
          2 responses
          49 views
          0 likes
          Last Post wzgy0920  
          Started by Kensonprib, 04-28-2021, 10:11 AM
          5 responses
          193 views
          0 likes
          Last Post Hasadafa  
          Started by GussJ, 03-04-2020, 03:11 PM
          11 responses
          3,235 views
          0 likes
          Last Post xiinteractive  
          Working...
          X