Announcement

Collapse
No announcement yet.

Using the sym function with a menu based Interval parameter?

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

  • Using the sym function with a menu based Interval parameter?

    Hi,
    Is using the sym function with a menu based Interval possible? For example:

    sym("NQ #F", Interval), where the Interval parameter is chosen and changed via the Menu.

    Thanks,
    Paul

  • #2
    Paul
    Which Menu are you referring to?
    If you are referring to one created using the FunctionParameter object then see any one of the formulas in the Built-in Studies Formulas->Custom Formulas folder for an example on how to do it.
    If Instead you are referring to the Interval dropdown box then you can retrieve that interval (which is in effect the chart’s main interval) using the getInterval() function. See the EFS KnowledgeBase for the description and syntax for the function
    Alex


    Originally posted by TURLIES View Post
    Hi,
    Is using the sym function with a menu based Interval possible? For example:

    sym("NQ #F", Interval), where the Interval parameter is chosen and changed via the Menu.

    Thanks,
    Paul

    Comment

    Working...
    X