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 samish18, 04-17-2024, 08:57 AM
          25 responses
          113 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by ETFVoyageur, 04-30-2024, 02:04 PM
          6 responses
          41 views
          0 likes
          Last Post ETFVoyageur  
          Started by llanqui, 04-28-2024, 03:53 AM
          5 responses
          29 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
          18 responses
          57 views
          0 likes
          Last Post cmtjoancolmenero  
          Started by llanqui, Today, 11:13 AM
          0 responses
          2 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Working...
          X