Announcement

Collapse
No announcement yet.

Looking for a double smoothed Stochastic ala William Blau

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

  • Looking for a double smoothed Stochastic ala William Blau

    I've searched high and low through esignal's file search and forums and haven't found one yet. I found Bressert's and variations of a double stoch but none that match what I need.

    If someone could help me convert this into an EFS that would be greatly appreciated.

    Code:
    Double Stochastic - 10
    
    Period P1:=Mov(((C-LLV(L,10))/(HHV(H,10)-LLV(L,10)))*100,3,E);
    Mov(((P1-LLV(P1,10))/(HHV(P1,10)-LLV(P1,10)))*100,3,E)
    And here is what it's supposed to look like Bottom pane of the window:
    Attached Files

  • #2


    did you see this thread?

    Comment


    • #3
      Re: Looking for a double smoothed Stochastic ala William Blau

      Hi papanugget,

      I used the forum search tool with this string

      double AND smooth* AND Stochastic

      The best link that came up is here.

      Alex Montenegro put this together, I encourage you to try all the functions in his library, it is very nice.

      Hope this helps.

      Originally posted by papanugget
      I've searched high and low through esignal's file search and forums and haven't found one yet. I found Bressert's and variations of a double stoch but none that match what I need.

      If someone could help me convert this into an EFS that would be greatly appreciated.

      Code:
      Double Stochastic - 10
      
      Period P1:=Mov(((C-LLV(L,10))/(HHV(H,10)-LLV(L,10)))*100,3,E);
      Mov(((P1-LLV(P1,10))/(HHV(P1,10)-LLV(P1,10)))*100,3,E)
      And here is what it's supposed to look like Bottom pane of the window:

      Comment


      • #4
        Originally posted by dloomis
        http://forum.esignalcentral.com/show...ble+Stochastic

        did you see this thread?
        Yes, and like someone in that thread said it is the Bressert variation which is not what I need.

        Stevehare I will try those again but the last time I did it crashed eSignal.

        Comment


        • #5
          papanugget,

          It wasn't clear that you tried these before. There are instructions on how to install libraries and run the efs's that use their functionality readily available. The ones that come to mind are in Alex's Fileshare and the efs2 Library areas in the Knowledge Base.

          These are very helpful and should get you going this time.

          Comment


          • #6
            Originally posted by stevehare2003
            papanugget,

            It wasn't clear that you tried these before. There are instructions on how to install libraries and run the efs's that use their functionality readily available. The ones that come to mind are in Alex's Fileshare and the efs2 Library areas in the Knowledge Base.

            These are very helpful and should get you going this time.
            Stevehare, I can't thank you enough for pointing me in the right direction. I thought I had tried these before but was thinking of something else.

            Comment


            • #7
              Bressert DSS

              If what you are trying to match is the Blau DSS as used by Dennis and others, the Bressert DSS is almost the same using inputs of 10,10,10,3. Try it ... and please let us know if you ever find the one for Blau as an efs .

              Comment


              • #8
                Re: Bressert DSS

                Originally posted by johnsykes
                If what you are trying to match is the Blau DSS as used by Dennis and others, the Bressert DSS is almost the same using inputs of 10,10,10,3. Try it ... and please let us know if you ever find the one for Blau as an efs .
                That is indeed what I'm trying to find. I have found the Blau Double Smoothed Stochastic efs. It was in the Blau Studies examples.zip under Alexis Montenegro's fileshare. I have attached it.
                Attached Files

                Comment


                • #9
                  papanugget,

                  Your most welcome, I appreciate the feedback.

                  Originally posted by papanugget
                  Stevehare, I can't thank you enough for pointing me in the right direction. I thought I had tried these before but was thinking of something else.

                  Comment

                  Working...
                  X