Announcement

Collapse
No announcement yet.

Info on EFS strategies?

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

  • Info on EFS strategies?

    Anyone know where i can find some info on the Strategy functions
    like:

    Strategy.isInTrade()
    Strategy.isShort()
    Strategy.isLong()

    etc....
    none

  • #2
    rwd1971
    Look under EFS Function Reference in the EFS Help Center and Library
    For examples of usage you may also want to read the Guide to Developing EFS Strategies available at the same link
    Alex

    Comment


    • #3
      Thanks.....also do you know where i can find info on
      ParabolicStudy functions?

      TIA
      none

      Comment


      • #4
        rwd1971
        Under EFS Function Reference click on Builtin Study Functions then Builtin Study Operations. Parabolic Study should be listed there.
        Alex

        Comment


        • #5
          Alexis one more thing if you can....is there a function to get the current price or ticker price of a currency or symbol?

          ie.

          getTickerPrice(symbol);

          or

          getCurrentPrice(symbol);



          I found these examples but don't know if it is what I am looking
          for:

          getMostRecentBid()
          getMostRecentAsk()
          getMostRecentAskSize()
          getMostRecentBidSize()
          getMostRecentTrade()
          getMostRecentTradeSize()


          TIA
          none

          Comment


          • #6
            rwd1971
            If you mean for a symbol other than the one that is displayed on the chart then use close(0,"symbol"). For more information look in EFS Function Refernce->Data Access Functions->close()
            Hope this helps
            Alex

            Comment

            Working...
            X