Announcement

Collapse
No announcement yet.

Jurik MA backtesting

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

  • Jurik MA backtesting

    Can anyone plase help me in changing the MA crossover backtest to use the Jurik MA? I use these tools and they seem great but backtesting manually is not much fun...
    Thnx and happy trading

  • #2
    Got any answer to you questian. I am wondering about the same. Could somebody please help?

    RSy

    Comment


    • #3
      Just replace

      var study = new MAStudy(10, 0, "Close", MAStudy.EXPONENTIAL);

      with

      var study = new JurikJMAStud (JMA_len,JMA_phase,offset,Price);


      To reference your JMA do the following :

      var vValue;

      vValue = myJMAstudy.getValue(JurikJMAStudy.JMA);

      instead of

      vValue = study.getValue(MAStudy.MA);

      Hope that helps .

      Bill

      Comment


      • #4
        Nice. I hoped it would be so easy!

        Then I think I have to order the Jurik Tools Package.

        I think it is a little stupid that it is difficult to use JMA with other inputs than OHLC. Any suggestions?

        RSy

        Comment


        • #5
          Rsy, Sinok

          Thanks to billmini that helped you. If is not enough, do not give up.

          Post again your request detailed and the script you wanna realize and you will be helped.

          Ask to Alexis , Jay, Chris , Garth, Brad, or other fellows : you'll got it.
          This is Esignal.

          Cordially
          Last edited by fabrizio; 07-19-2003, 11:53 AM.
          Fabrizio L. Jorio Fili

          Comment


          • #6
            Inputs other than OHLC ore dead simple :

            Example :

            var study = null;

            study = new JurikRSXStudy(length,"HLC/3");

            Just use any price format that eSignal EFS supports . The above is a simple expressions for (H+L+C)/3 substituted for price .

            Comment


            • #7
              Billmini

              Thanks again : you showed that isn't (that)difficult and the help is just around the corner.

              And showed that This Esignal.

              Cordially
              Fabrizio L. Jorio Fili

              Comment


              • #8
                Oh, I didn't mean that.

                I thougth about using JMA on other indicators, not only on OHLC.

                JMA on ADX/DM, ROC, Price Osc.........

                RSy

                Comment


                • #9
                  I understood petrfectly !
                  Was just pointing out the efficiency of this community. That's all.

                  Trough formula wizard certainly you can not.

                  But it does not seems a problem to realize it through the editor.

                  I whish I could do it for you , but I'm afaraid I am not that kind of wiz!!!!

                  Sorry.

                  Cordially
                  Fabrizio L. Jorio Fili

                  Comment


                  • #10
                    Well Fab., Thank you very much.

                    I think I order the Jurik Tools and hopefully I will learn to write my own EFS. I think you guys in this forum forum will be great help.

                    RSy

                    Comment

                    Working...
                    X