Announcement

Collapse
No announcement yet.

MACDx-over.efs audible call

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

  • MACDx-over.efs audible call

    I'd like to modify the MACDx-over.efs posted by JasonK to play an audible alert in lieu of drawing the yellow arrows as it is written now.

    Does anyone know what the Java call is for this function ?? I've tried "playsound" but no joy......

    Thanks.

    Dennis

  • #2
    Dennis
    The command is Alert.playSound(). For example Alert.playSound("ding.wav")
    For the syntax of other types of alerts see this link
    Alex

    Comment

    Working...
    X