Announcement

Collapse
No announcement yet.

getting formula results with various intervals

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

  • getting formula results with various intervals

    I use different intervals to get the result of my formula. I monitor 7 to 15 security for trigers by my formulas. to be able to cover 15, 5 and 1 minute I open 3 charts for each security. this is very hard to keep up and enter into trades.
    Is there any way to make my formula alert (I am using Text Alert box) me for various intervals without oping a chart for each interval for the same security?
    Thank
    Tom Shadi

  • #2
    Hello TomShadi,

    I think the way you are currently handling it may be the simplest way. You could create a single formula to access the external symbol/interval data (up to 7 symbols) to generate the alerts, but would require some advanced coding. You would use the sym() and inv() EFS2 functions within the built-in study functions or the the open(), high(), low(), close() Series functions to access the data.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X