Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer - MA Slope

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

    Market Analyzer - MA Slope

    Hello, i searched in the forum and also tutorial but couldnt fin anything.

    I would like something very simple: to scan the market with the market analyzer i need an option that can measure the slope of a weighted moving average (also simple).
    Could you please help me Ninja?
    Thanks a lot

    #2
    Hello polo0202,

    You could make an Indicator for this purpose and then use the Indicator column in the MA.

    You would need to create an indicator that has 1 plot, from OnBarUpdate you could then plot the slope of an indicator:

    Code:
    Value[0] = Slope(WMA(20), 10, 0);




    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Originally posted by polo0202 View Post
      Hello, i searched in the forum and also tutorial but couldnt fin anything.

      I would like something very simple: to scan the market with the market analyzer i need an option that can measure the slope of a weighted moving average (also simple).
      Could you please help me Ninja?
      Thanks a lot
      hello Jesse, and thanks for the reply.
      Since i have no idea on how to make an indicator i was wondering if in the Market Analyzer there is instead an option that shows the price percentage change over x periods. Would be the same thing as a slope of a moving average, maybe even better. I saw there is the Net Change, but i cant change the period,
      thanks again

      Comment


        #4
        Hello polo0202,

        The slope would not be able to be used by using the analyzer alone. For the slope an indicator would be needed to report that as a plot, that is because the slope is an analytical tool for scripting and not all tools.

        You can apply indicators like the SMA and adjust its period using the analyzer however adding other steps like a slope would require making that indicator. If you are interested in learning how to make indicators we could walk through the process of making the above mentioned code.

        I look forward to being of further assistance.


        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by haas88, 03-21-2024, 02:22 AM
        18 responses
        208 views
        0 likes
        Last Post haas88
        by haas88
         
        Started by Board game geek, Today, 02:20 AM
        0 responses
        2 views
        0 likes
        Last Post Board game geek  
        Started by knighty6508, Today, 01:20 AM
        2 responses
        14 views
        0 likes
        Last Post knighty6508  
        Started by franatas, Today, 01:53 AM
        0 responses
        3 views
        0 likes
        Last Post franatas  
        Started by knighty6508, Today, 01:17 AM
        0 responses
        9 views
        0 likes
        Last Post knighty6508  
        Working...
        X