Announcement

Collapse
No announcement yet.

Using Add On Studies within EFS

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

  • Using Add On Studies within EFS

    Does any one know if it is possible to use and add on study like Jan Arps or Hawkeye and incorporate them into an EFS.

    Kind regards


    James

  • #2
    Hi James,

    Those add-on studies you reference are already written as EFS files and available to eSignal subs. You apply them to an Advanced Chart and you can certainly add other EFS studies to the same chart pane as well. Not sure if that answers your question so please elaborate if not.

    Thanks.

    Comment


    • #3
      I wanted to colour the bars if for example the Hawkeye Trend is Green and The Hawkeye Volomue Is also Green?

      Also you may know how to plot a line on the chart for say the Highest high for the last 10 bars, I have tried high() > high(-1,15) but does not work?

      Cheers



      James

      Comment


      • #4
        James
        The attached efs will plot a line from the highest high and lowest low for a user defined number of bars
        Alex

        Attached Files

        Comment


        • #5
          Anyone any Idea as to how to get the Price Label displayed


          Regards




          Jamie

          Comment


          • #6
            James
            Add the code enclosed below after the drawLineRelative() commands
            Alex

            PHP Code:
            drawTextRelative(2,hh,formatPriceNumber(hh),Color.white,Color.blue,Text.BOLD|Text.VCENTER,"Arial",11,"high");
            drawTextRelative(2,ll,formatPriceNumber(ll),Color.white,Color.red,Text.BOLD|Text.VCENTER,"Arial",11,"low"); 

            Comment


            • #7
              Alexis

              Your a life saver

              Many thanks


              Jamie


              PS know any good EFS's to use for trading signals ?

              Comment

              Working...
              X