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 Taddypole, 04-26-2024, 02:47 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Eduardo  
        Started by futtrader, 04-21-2024, 01:50 AM
        6 responses
        58 views
        0 likes
        Last Post futtrader  
        Started by sgordet, Today, 11:48 AM
        0 responses
        4 views
        0 likes
        Last Post sgordet
        by sgordet
         
        Started by Trader146, Today, 11:41 AM
        0 responses
        5 views
        0 likes
        Last Post Trader146  
        Started by jpapa, 04-23-2024, 07:22 AM
        2 responses
        22 views
        0 likes
        Last Post rene69851  
        Working...
        X