Announcement

Collapse
No announcement yet.

easy question - min. price increment

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

  • easy question - min. price increment

    hi,

    is there a special naming in EFS for the minimum price increment. E.g. S&Pmini is the min. price increment 0.25

    I'd like to do the following:

    var entry = high()+ "1minimum incement";

    and this should work on different Futures.

    Thanks in advance

    Roger

  • #2
    Roger:

    In eSignal Version 7.91 there is a getMinTick() function which returns the increment (e.g, for SP Emini it would return 0.25, etc.).

    var nMinIncrement = getMinTick();

    var entry = high(-1)+nMinIncrement;


    Chris

    Comment


    • #3
      getMinTick() gives incorect results

      Hi Guys,

      I have tried the getMinTick() however, it seems to give back incorrect results, especially for some of the US Stocks.

      For example it comes back with 0.0001 for AAPL and GOOG, which is incorrect, these should be 0.01....

      Any ideas if this is a know bug or if there is a fix,

      Thanks

      Steve

      Comment

      Working...
      X