Announcement

Collapse
No announcement yet.

Predictive Indicators

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

  • Predictive Indicators

    Hello,

    I just tried to program an indicator, which is displayed in the price window (setPriceStudy(true) one bar shifted to the right side of the last bar comparable to the DiNapoli Predictors. Is that possible? Which function makes that possilble?

    The indicatorline should be shifted to the right in front of the last pricebar.

    Thanks for helping an newbie.

    Pit

  • #2
    Offsetseries

    Now I searched for some time and found the offsetseries function. It is possible to offset negative to the left but I am not able to offset positive to the right side.
    It is also not posslible to set positive offset with the custom donchian but possible with the Donchian Channels from the Basic Stuidies.

    Can anyone help?

    Thanks

    Comment


    • #3
      offsetseries function

      Hello,

      I am loking for a function to shift an indicator line to the right, so that the line begins in front of the newest bar. With the offsetseries function it is possible to offset negative to the left but I am not able to offset positive to the right side.
      It is also not posslible to set positive offset with the custom donchian indicator but it is possible with the Donchian Channels from the Basic Studies.

      I want to program a sort of predictor indicator.

      Thanks for help.

      Pit

      Comment


      • #4
        Re: offsetseries function

        pitfade
        See this thread on the same topic
        Alex


        Originally posted by pitfade
        Hello,

        I am loking for a function to shift an indicator line to the right, so that the line begins in front of the newest bar. With the offsetseries function it is possible to offset negative to the left but I am not able to offset positive to the right side.
        It is also not posslible to set positive offset with the custom donchian indicator but it is possible with the Donchian Channels from the Basic Studies.

        I want to program a sort of predictor indicator.

        Thanks for help.

        Pit

        Comment


        • #5
          Re: offsetseries function

          Originally posted by pitfade
          Hello,

          I am loking for a function to shift an indicator line to the right, so that the line begins in front of the newest bar. With the offsetseries function it is possible to offset negative to the left but I am not able to offset positive to the right side.
          It is also not posslible to set positive offset with the custom donchian indicator but it is possible with the Donchian Channels from the Basic Studies.

          I want to program a sort of predictor indicator.

          Thanks for help.

          Pit

          Take a look at the Utility Function called OffsetSeries()

          An example of the usage is in the eSignal function named customMA

          Perhaps this will give you an idea of how to proceed.
          ....Mike

          Comment

          Working...
          X