Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trying to Write Simple Indicator

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

    Trying to Write Simple Indicator

    I would like (ATR) * (1.618), but since this is my first try, an algebraic equation evidently doesn't do it in NT. Can anyone help. Thanks.

    #2
    Welcome to our forums here, you could for example express it as double value in NinjaScript :

    double myATR = ATR(14)[0] * 1.618;

    For generally getting started on right track into the NinjaScript environment, please see those tutorials we have ready - http://www.ninjatrader.com/support/h.../tutorials.htm

    Comment


      #3
      Thank you so much.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      128 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      74 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      116 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      110 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      89 views
      0 likes
      Last Post CarlTrading  
      Working...
      X