Announcement

Collapse
No announcement yet.

multiple time frame alert

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

  • multiple time frame alert

    I have been trying to make an alert list but I am running into a problem. What I want to do is create an alert based off of two stochastic reading of different time frames. I had no problem getting a 1 minute stochastic and a 5 minute on the same chart, but I tried figure out how to write an alert using this and I couldn't figure out how to do it. Does anyone know using the formula wizard how I can tell it that I want to use a 5 minute indicator as well as a 1 minute indicator? Thanks! Jeff

  • #2
    The last time I checked the formula wizard did not support specifying external symbol or the interval option, inv() which is what you need to do for multiple time intervals.

    These capabilities are part of EFS2 which normally require you to create and modify the EFS study or strategy using the EFS editor.

    You may be able to use the formula wizard to specify 2 seperate stochastic studies and from that point on use the EFS editor and modify the study to specify stochd(14,3,3,inv(5)) using 14,3,3 as an example.

    If you have the code post it to your thread and usually someone will help out and make suggestions or sometimes make the changes for you.
    Glen Demarco
    [email protected]

    Comment

    Working...
    X