Announcement

Collapse
No announcement yet.

PSAR study with sound

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

  • PSAR study with sound

    I have a PSAR study that plays a sound whenever the signal changes. I would like to change it so that it only issues a new signal if the S/R is taken out on the close of the bar. I do not want to change all studies to calculate at bar close only.

    Again, any help is appreciated

  • #2
    chiropharm
    Open the efs with the Editor and just add
    setComputeOnClose();
    anywhere in the function preMain() section
    Alex

    Comment

    Working...
    X