Announcement

Collapse
No announcement yet.

Question about drawing lines with the Woodies EFS.

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

  • Question about drawing lines with the Woodies EFS.

    When I draw on a regular advanced chart in esignal with the line tools I can draw lines just fine. When I use the Woodies EFS I can't get the line tools to work. Can you tell me what you doing to get the thick yellow lines that the moderators mark the charts up with?

    Ron
    Ronald J. Alterman

  • #2
    Ron
    See this thread
    Alex

    Comment


    • #3
      Alex, I'm referring to hand drawing lines and arrows. This thread looks like it's referring to lines that are drawn programmatically by another EFS.

      Ron
      Ronald J. Alterman

      Comment


      • #4
        Ron
        Actually the thread is in reference to drawn lines. Anyhow the solution I provided is to right click the chart, select Properties and put a check in Draw Lines On Top of Price
        Alex

        Comment


        • #5
          Alex I would like to change the color of the Turbo CCI from red to white will that happen if I change the color (on line 136 of open code) from red to white?
          Bob DeCarlo

          Comment


          • #6
            Bob
            If you are referring to the betaccialertswoodie 1.efs then you need to replace line 500 with the following
            setBarFgColor(Color.white, 2);
            Alex

            Comment


            • #7
              Background colors

              Alexis

              What are the code changes necessary to remove the background shading in the price pane for betaccialertswoodie cleanup 1.efs ?

              Thanks, Radix

              Comment


              • #8
                Hello Radix,

                Line 169, setChartBG( Color.RGB(120,155,127)); controls the background coloring of the price pane. Delete or comment out that line with two forward slashes ( // ). Then remove and reload the formula. Line 167 controls the bar shading in the indicator pane.
                Jason K.
                Project Manager
                eSignal - an Interactive Data company

                EFS KnowledgeBase
                JavaScript for EFS Video Series
                EFS Beginner Tutorial Series
                EFS Glossary
                Custom EFS Development Policy

                New User Orientation

                Comment

                Working...
                X