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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        59 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        143 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        161 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        97 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X