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

EMA spread determination

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

    EMA spread determination

    I want to know if I am able to determine the spreads % between two moving averages using the strategy builder ? I see it will be a great chop" determination tool

    #2
    Hello Teebon21,

    Thanks for your post.

    If you are using two EMAs then it would be easily done by checking the value of the PPO indicator in the strategy builder. PPO = The Percentage Price Oscillator shows the percentage difference between two exponential moving averages.

    Otherwise, you would need to create a custom series (double type) in the "additional data" page.

    In a set without conditions,you would need 3 steps to calculate this, in this order.
    First assign the value of the fast moving average- slow moving average to the custom series.
    Next take the current value of the custom series and divide by the slow moving average and reassign to the custom series
    Next take the current value of the custom series and multiple times 100 and reassign to the custom series

    Please see the help guide on how to use "Offset" to perform these math functions: https://ninjatrader.com/support/help...setAnItemValue

    With the final step, the custom series would not hold the % difference of the two moving averages.

    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thank you. I will test out when I get To my pc
      when I'm trying to do is use a either a bool or % comparison value to determine if my algo should enter or ignore signals
      Last edited by Teebone21; 08-28-2020, 02:08 PM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by funk10101, Today, 09:43 PM
      0 responses
      6 views
      0 likes
      Last Post funk10101  
      Started by pkefal, 04-11-2024, 07:39 AM
      11 responses
      37 views
      0 likes
      Last Post jeronymite  
      Started by bill2023, Yesterday, 08:51 AM
      8 responses
      44 views
      0 likes
      Last Post bill2023  
      Started by yertle, Today, 08:38 AM
      6 responses
      26 views
      0 likes
      Last Post ryjoga
      by ryjoga
       
      Started by algospoke, Yesterday, 06:40 PM
      2 responses
      24 views
      0 likes
      Last Post algospoke  
      Working...
      X