Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Roonius HeikenAshi

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

    Roonius HeikenAshi

    As part of a Strategy Wizard setup I would like to use the color change of the HeikenAshi indicator to open a trade. I am using the Roonius HeikenAshi but the standard Heiken Ashi has the same variables. The strategy wizard variables are HA Open, Ha High, HA Low, and HA Close. I am hoping there is a connection between these choices and the color change from Red to Green. Please let me know if you know what to do to to make this work.

    Thank you

    Mark

    #2
    Mark,

    I took a quick look at the code for rHeikenAshi as I am a fan of that as well. There does not appear to be a DataSeries for any type of signal.

    You would need to add it. I am sure Roonius could do the work for you. You can't just do it based on the high/low/close because that doesn't determine the color of the bar.

    Mike

    Comment


      #3
      Originally posted by ctrlbrk View Post
      Mark,

      I took a quick look at the code for rHeikenAshi as I am a fan of that as well. There does not appear to be a DataSeries for any type of signal.

      You would need to add it. I am sure Roonius could do the work for you. You can't just do it based on the high/low/close because that doesn't determine the color of the bar.

      Mike
      Simple
      if HAClose[0] > HAOpen[0] - upbar else downbar

      Comment


        #4
        Nice, easier than I thought. I need to study up more on my HA

        Mike

        Comment


          #5
          Thank you for your input. I will give it a try right now.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by sofortune, Yesterday, 11:48 AM
          2 responses
          20 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by Zach55, 02-19-2024, 07:22 PM
          2 responses
          50 views
          0 likes
          Last Post lbadisa1  
          Started by JGriff5646, Today, 05:47 PM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by AlphaOptions, 06-18-2013, 08:24 AM
          9 responses
          2,198 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ttrader23, Today, 09:33 AM
          3 responses
          22 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Working...
          X