Announcement

Collapse
No announcement yet.

simple question maybe?

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

  • simple question maybe?

    Hello,

    I'm still learning EFS, but have run into a problem.

    Is there any way to reference the price increment from the code?

    for example, I'm writing a study that looks for specific candlesticks, and I can't figure out how to specify '1 point' or '2 points' something like that.

    I can hard-code the numbers, but then I need a different EFS for each contract I'm following as they move in different incrememts.

    Any ideas or help for a newbie?

    Thanks

  • #2
    Take a look at the shUtilities v1.efsLib library discussed at this link.

    http://forum.esignalcentral.com/show...4748#post84748

    The Time and Date Utility contains this functionality where the values for the different price increments are determined and are available as a variable in the efs. This is discussed in the help file which is referenced there as well.

    Comment


    • #3
      Hi dhc_trade,

      I posted an example efs showing how to use this library variable here

      Comment


      • #4
        Thank You

        I see what you mean from the example there.

        At first I was overwhelmed with the whole library you had with all the functions.

        Hopefully I can get it working at some point today...

        Thanks Again!

        Comment


        • #5
          Hi dhc_trade,

          You are most welcome, let me know if you have any questions.

          Comment

          Working...
          X