Announcement

Collapse
No announcement yet.

Standard error bands .efs help

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

  • Standard error bands .efs help

    My formula for standard error bands.efs which I have used for a while now is not working now for some reason.

    Alexis, can you send me the current formula for this?

    Much thanks in advance.

    Bob

  • #2
    Bob
    You can download it here
    Alex

    Comment


    • #3
      Standard error bands.efs error message

      Alexis,

      I re downloaded it and still got the error message.


      Help!

      Much thanks,

      Bob

      Comment


      • #4
        Bob
        What error message are you getting? The efs appears to be working fine at my end
        Alex

        Comment


        • #5
          reply to Alexis_Standard Error Bands

          Hi Alexis,

          The error said :
          Standard error bands(10,3,close...false),#Formula Error#

          Thanks again for your help and kindness.

          Bob
          Attached Files

          Comment


          • #6
            Bob
            The error message I am referring to is the one in the Formula Output Window (see Tools-> EFS-> Formula Output Window under the main menu of eSignal)
            Alex

            Comment


            • #7
              Standard error bands error_Formula outout window

              Alexis,

              I have included it as an attachment.

              Bob

              I recently thought I downloaded all the things in the formula library.
              Could you send me the one that pertains to the standard error bands, etc.

              Thanks,

              Bob
              Attached Files

              Comment


              • #8
                Bob
                You can find the amFunctions.efsLib file in the Formula-Libraries folder at the same link I provided in an earlier reply
                Download and save the file to the FunctionLibrary folder in your eSignal directory
                Alex

                PS. When replying to a thread please use the Post Reply button instead of the New Thread button (see enclosed image) so as to post your reply to the same thread rather than creating a new one.

                Comment


                • #9
                  reply

                  Alexis,

                  I redownloaded those files into the fuction library(attachment).
                  I am still getting the same error message.
                  When I go to the formula output folder,there is a file in it that says Intra.
                  When I click on that folder, the folder leaves the screen and there is nothing there?

                  I do not know what is wrong or what to do?
                  Thank you again for your help.

                  Bob
                  Attached Files

                  Comment


                  • #10
                    Bob
                    Try running the following script
                    PHP Code:
                    function preMain() {
                        
                    setPriceStudy(true);
                        
                    setStudyTitle("Version Test");
                        
                    setShowCursorLabel(false);
                    }

                    var 
                    amLib addLibrary("amFunctions.efsLib");

                    function 
                    main() {
                        if(
                    getBarState()==BARSTATE_ALLBARS){
                            
                    debugPrint("Version "+amLib.version());
                        }

                    The following is what should be returned by the script to the Formula Output Window



                    If you instead get an error message then delete the amFunctions.efsLib from the FunctionLibrary folder and download it again.
                    If the error message persists then check that you did not inadvertently downloaded a copy of the amFunctions.efsLib file in the same folder in which you are running the Standard Error Bands efs. If this is the case then delete it.
                    As I indicated before the Standard Error Bands efs is working fine at my end and so are both function libraries used by it
                    Alex

                    Comment


                    • #11
                      reply

                      Alexis,

                      Please forgive my lack of computer knowledge, but when you say try running the following script, could you please tell me the steps to run the script, i.e. should I copy and paste it somewhere etc.

                      Much thanks,

                      Bob

                      Comment


                      • #12
                        Bob
                        Copy the contents of the PHP box and paste them in a new formula window (Tools-> EFS-> Editor). Save the formula with a name of your choice in the Formulas folder (or any one of its subfolders) then apply the efs to any Advanced Chart.
                        Alex

                        Comment

                        Working...
                        X