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, 12:02 AM
      1 response
      10 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by GLFX005, Today, 03:23 AM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by nandhumca, Yesterday, 03:41 PM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by The_Sec, Yesterday, 03:37 PM
      1 response
      11 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by vecnopus, Today, 06:15 AM
      0 responses
      1 view
      0 likes
      Last Post vecnopus  
      Working...
      X