Forums Indicator discussion vol zone and clear combo

This topic has been reported for inappropriate content

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10798
    Lowphat
    Participant

      hack of vol zone and clear method

      edit: rewrite

      i rewrote uber and made (ClearVolumeZone_Lowphat_a) which places vol zone on top of clear histo

      todo: add adx

       

      • This topic was modified 10 years, 4 months ago by Lowphat. Reason: rewrite for more compact visulation
      • This topic was modified 6 years, 4 months ago by lohnere.
      Attachments:
      You must be logged in to view attached files.

      “I believe the very best money is made at the market turns. Everyone says you get killed trying to pick tops and bottoms and you make all
      your money by playing the trend in the middle. Well for twelve years I have been missing the meat in the middle but I have made a lot of
      money at tops and bottoms.”
      – Paul Tudor Jones

      #10804
      smallcat
      Participant

        This reply has been reported for inappropriate content.

        Thanks for creating this thread Lowphat … :good:   I just think this has some thing to do with “clear” method, and “volume”. Can you explain a little about your indicator ?

        #10806
        simplex
        Moderator

          This reply has been reported for inappropriate content.

          Hey, nice exercise! :good:

          But I think it would be better for practical use to have oscillator and histogram in two separate indies … easier to scale independently.

          And there’s a bug in the higher timeframe section: your loop is

          for (i = limit; i >= 0; i--) {

          and a few lines after that you have

          if (!Interpolate || y == iBarShift(NULL, TimeFrame, Time)) {

          So for i = 0 the indicator will try to calculate Time[-1]. This can’t be correct at bar zero. Hence it will generate a runtime error if you add #property strict compiler directive. Some other minor changes are necessary, though, to make it run in strict mode.

          s.

          P.S.: You’re sure this is tagged correctly?

          A good trader is a realist who wants to grab a chunk from the body of a trend, leaving top- and bottom-fishing to people on an ego trip. (Dr. Alexander Elder)

          #10809
          Lowphat
          Participant

            This reply has been reported for inappropriate content.

            Thanks for creating this thread Lowphat … :good: I just think this has some thing to do with “clear” method, and “volume”. Can you explain a little about your indicator ?

            yes it’s a hack of clear method histogram with volume zone oscillator and one of the things i was looking at is how they both interacted with price. originally i wanted to use clear method as the trend and volume Osc. going below or above average (yellow) to detect small pullbacks for scalps.

            Hey, nice exercise! :good: But I think it would be better for practical use to have oscillator and histogram in two separate indies … easier to scale independently. And there’s a bug in the higher timeframe section: your loop is for (i = limit; i >= 0; i--) { and a few lines after that you have if (!Interpolate || y == iBarShift(NULL, TimeFrame, Time)) { So for i = 0 the indicator will try to calculate Time[-1]. This can’t be correct at bar zero. Hence it will generate a runtime error if you add #property strict compiler directive. Some other minor changes are necessary, though, to make it run in strict mode. s. P.S.: You’re sure this is tagged correctly?

            its easier for me to forward test them when they are as close to each other as possible eventually i may make a version than combines signals and just draws one arrow on the chart_window.

            ah strict mode is a great idea i always forget about that. 

            thanks for the heads up :)

            it also needs a SetIndexDrawBegin so the MA wont draw before it has enough bars to calculate

            hah the tag. i better fix that. the things i do sometimes to keep myself amused

            “I believe the very best money is made at the market turns. Everyone says you get killed trying to pick tops and bottoms and you make all
            your money by playing the trend in the middle. Well for twelve years I have been missing the meat in the middle but I have made a lot of
            money at tops and bottoms.”
            – Paul Tudor Jones

            #10813
            Lowphat
            Participant

              This reply has been reported for inappropriate content.

              if anyone knows a way to make trading station show past trades on chart i can post examples of live trades i made with this indy(only a few so far) and try to go through the process of what i was thinking.

              “I believe the very best money is made at the market turns. Everyone says you get killed trying to pick tops and bottoms and you make all
              your money by playing the trend in the middle. Well for twelve years I have been missing the meat in the middle but I have made a lot of
              money at tops and bottoms.”
              – Paul Tudor Jones

              #10817
              gg53
              Participant

                This reply has been reported for inappropriate content.

                if anyone knows a way to make trading station show past trades on chart i can post examples of live trades i made with this indy(only a few so far) and try to go through the process of what i was thinking.

                My method:

                Run an empty EA on forward real account, that writes every tick into history file (hst).

                Run BT on that history.

                 

                G.

                #10855
                Lowphat
                Participant

                  This reply has been reported for inappropriate content.

                  i found a volume zone oscillator article

                  Attachments:
                  You must be logged in to view attached files.

                  “I believe the very best money is made at the market turns. Everyone says you get killed trying to pick tops and bottoms and you make all
                  your money by playing the trend in the middle. Well for twelve years I have been missing the meat in the middle but I have made a lot of
                  money at tops and bottoms.”
                  – Paul Tudor Jones

                  #10857
                  fasttrade
                  Participant

                    This reply has been reported for inappropriate content.

                    THANKS…..

                    #10858
                    e3
                    Participant

                      This reply has been reported for inappropriate content.

                      i found a volume zone oscillator article

                      Here is one as well

                      Attachments:
                      You must be logged in to view attached files.
                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • You must be logged in to reply to this topic.
                    Scroll to Top