Announcement

Collapse
No announcement yet.

EFS for Daily Charts

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

  • EFS for Daily Charts

    Is there an EFS that's been set up for daily charts, with a 20 period CCI and no TCCI?
    Ronald J. Alterman

  • #2
    daily cci..

    the latest betaccialertswoodie1.efs clean up allows you to change to any cci setting

    woodie

    Comment


    • #3
      Woodie,

      I have tried unsuccessfully to change the EFS code, but I know very little about programing. Possibly if someone would list the changes to the code line # by line # it would really help the non-programers among us.

      Thanks

      Comment


      • #4
        EFS for Daily Charts

        Woodie, I see how to reset the number of bars for the CCI with the 'Cleanup' EFS, but I don't see how to remove the TCCI.
        Ronald J. Alterman

        Comment


        • #5
          rjaleterman,

          Graphs are drawned in the line 701
          it starts with : return new array.
          Just replace the TCCI part
          sTURBO.getValue(CCIStudy.CCI) by 0
          and you're done
          Hope it helps
          pelikan

          Comment


          • #6
            rjalterman again,
            Regarding your post on using a period of 20 rather than 14
            line 9
            replace the 14 by 20 (only the red one)
            var sCCI14= new CCIStudy(14, "HLC/3");
            by
            var sCCI14= new CCIStudy(20, "HLC/3");
            dont change the sCCI14 as it is a variable name

            Comment


            • #7
              Pelican, Thank you for your help.
              Worked Perfectly!

              arch

              Comment


              • #8
                Thanks, Pelican.
                Ronald J. Alterman

                Comment


                • #9
                  hmm, that works fine. But when i try to add the woodies_lsma25_ema34.efs. the chart isnt visable anymore. Do I have to change there something too?

                  Comment


                  • #10
                    bburn1,

                    This may be due to the pivots throwing the scaling out of whack. Please click on Chart Options --> Scaling --> Scale Price Data Only. That should solve it.
                    Attached Files
                    Regards,
                    Jay F.
                    Product Manager
                    _____________________________________
                    Have a suggestion to improve our products?
                    Click Support --> Request a Feature in eSignal 11

                    Comment

                    Working...
                    X