Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

HeikenAshi Indicator in Strategy

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

    HeikenAshi Indicator in Strategy

    Hello, first comment that I write from Spain, and sorry for my deficient english.

    I'm attempting to use the datum of HeikenAshi Indicator in a system with WizardEditor, but I don't have results. For example, I attempt that the system Buys when a max of an actual bar (HAHigh(0)) breaks up previous max (HAHigh(1)). I indicate in the Wizard like this:

    "When the following conditions are true:"

    HeikenAshi().HAHigh[0]>HeikenAshi().HAHigh[1]

    "Do the following"

    EnterLong(DefaultQuantity,"")

    ...

    But, anything does not make.
    Do you kow why? How can I find a solution?

    Thank you for all. Best regards.

    #2
    This will not work since this indicator is for visualization only. Please check your log tab for errors that may provide clearer explanation.
    RayNinjaTrader Customer Service

    Comment


      #3
      HeikenAshi in a Strategy

      Hello Ray,

      thank you for your fast answer.

      But I'm still not understanding a thing:

      If I put the cursor about any bar of the graph, in the dialog box I can see all the values of each bar, that is, the DataSeries (High, Min, Volum, Date, Time....), and the values of all the indicators, including those of the HeikenAshi. This means that the HAOpen, HAClose, HAMax, HAMin of each bar are registered in the chart.

      How it's that for the rest of indicators I can access to this values and with the HeikenAshi not?
      It's possible that in the program of the indicator there is some order or sentence that limits the "public" access to the values of HeikenAshi generated?
      It's possible be solved making it accessible in any moment from an automatic system, creating a new modified indicator with "public" acces, or inserting their formulas in the strategy?
      It would thank you that if you help me a little, since I have notions of programming in VisualBasic, but in C# practically I don't know anything.

      Thank you again Ray.

      Comment


        #4
        This is just a current limitation. Check the NinjaScript File Sharing area, there was some user submitted HA indicators, maybe these will expose the values you need.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        605 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        351 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        560 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        561 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X