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

DiNapoli

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

    DiNapoli

    Is there an indicator for Ninja 8 for DiNapoli Stoch and especially MACD DiNapoli ?
    I rely on them for Ninja 7 and would never consider moving over until my trades can move seamlessly as well.

    #2
    you just need MACD that allows you to enter double values
    ----------
    // DiNapoli MACD
    Av1 = ExponentialAverage [8.3896] (close)
    Av2 = ExponentialAverage [17.5185] (close)
    DiNapoliMACD = Av1-Av2
    Signal = ExponentialAverage [9.0503] (DiNapoliMACD )
    MACDSignal = DiNapoliMACD - Signal

    Comment


      #3
      Originally posted by nkhoi View Post
      you just need MACD that allows you to enter double values
      ----------
      // DiNapoli MACD
      Av1 = ExponentialAverage [8.3896] (close)
      Av2 = ExponentialAverage [17.5185] (close)
      DiNapoliMACD = Av1-Av2
      Signal = ExponentialAverage [9.0503] (DiNapoliMACD )
      MACDSignal = DiNapoliMACD - Signal
      nkhoi, could you please tell me where to put the code you've written? Do I have to put it in the MACD indicator code or create a new indicator? Thank you in advance.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by LillyMarv, Today, 06:47 AM
      1 response
      10 views
      0 likes
      Last Post marcus2300  
      Started by michi08, Today, 08:51 AM
      1 response
      7 views
      0 likes
      Last Post bltdavid  
      Started by awwenzovs, Today, 08:03 AM
      1 response
      9 views
      0 likes
      Last Post bltdavid  
      Started by nicthe, Today, 07:38 AM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by algospoke, 02-19-2024, 03:25 PM
      4 responses
      36 views
      0 likes
      Last Post gummybar  
      Working...
      X