Announcement

Collapse
No announcement yet.

get current period of Advanced Chart

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

  • get current period of Advanced Chart

    Hello,

    can someone tell me how to get the period of an Advanced Chart e.g
    (ES #F,60).
    I now how to get the Symbol
    "ES #F"->
    xSymbol1 = getSymbol().toUpperCase() ;

    but no how to get the period
    "60" -> ???

    Is there any "efs function list" where all this standard information can be accessed?

    thanks for response.

    regards

    Roland

  • #2
    Hi Roland,

    The getInterval() method is what you are looking for. The eSignal EFS KnowledgeBase is where you need to go. Here is a post on that here...


    http://forum.esignalcentral.com/show...580#post104580

    Comment

    Working...
    X