Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Take value of HeikenAshiSmoothed

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

    Take value of HeikenAshiSmoothed

    Hi,

    i've a very stupid issue..
    i don't be able to take the current value (CalculateOnBarClose=true) of the indicator HeikenAshiSmoothed.

    I try :

    HeikenAshiSmoothed(Input,0.7, HAMA.SMA, HAMA.SMMA, 1, 2).Values[3][0]

    or

    HeikenAshiSmoothed(Input,0.7, HAMA.SMA, HAMA.SMMA, 1, 2).HAClose[0]

    but the number is the same for all of the time...

    anyone use this indicator??

    #2
    Hello wyatt376,
    Thanks for your post and I am happy to assist you.

    I could get the prints by using the below code when I am using the native Heiken Ashi indicator which comes with NinjaTrader.
    Code:
    Print(this.HeikenAshi().HAClose[0]);
    Which version of Heiken Ashi you are using. Can you upload it here or email me at support[AT]ninjatrader[DOT]com so that I can test it further. If you email it please add Attn:Joyeep in the subject line of the email and add a reference of this thread in the body of the email.

    I look forward to assisting you further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      i use the indicator HeikenAshiSmoothe_NT70 founded in this forum...

      my strategy use both of HA and HAS (smoothed),
      for first indicator i arrive to take the current value of Open and Close with command

      HeikenAshi().HAClose[0]

      but for the second i use the command

      HeikenAshiSmoothed(Input,0.7, HAMA.SMA, HAMA.SMMA, 1, 2).HAClose[0]

      and i receive always the same result (a value that not change)..


      There is another way to take the value of this indicator?

      if is needed i can post the indicator that i use "HeikenAshiSmoothed"..

      Comment


        #4
        Hello wyatt376,
        Are you using this indicator. If not then please upload the version you are using.

        I look forward to assisting you further.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        574 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X