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 argusthome, 03-08-2026, 10:06 AM
          0 responses
          88 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          48 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          31 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          34 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          68 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X