Announcement

Collapse
No announcement yet.

FWguideMACD.efs

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

  • FWguideMACD.efs

    Hello,

    which lines do I have to change if the "Wizard Alert" only with to cross the 0 line to be activated am?

    Thank you for the assistance in advance.

    Yours sincerely

    -----------------------------------------
    Rodondo

    Sorry for my bad English.

  • #2
    Rodondo
    What exactly needs to cross 0 to trigger the alert?
    MACD, Signal or Histogram?
    Alex

    Comment


    • #3
      Alex,
      thank you for your fast answer.

      I would like to get the Alert, if the "DROP LINE" crosses the "CENTER LINE" in the MACD, without the Histogram.

      Thank you for your efforts in advance.

      Many greetings

      -----------------------------------------
      Rodondo

      Comment


      • #4
        Rodondo
        I imagine you mean the MACD. "Drop line" is only used to define a histogram-type plot
        Anyhow using the Formula Wizard replace the condition in Set1
        vMACD12_26.getValue(MACDStudy.SIGNAL) < (vMACD12_26.getValue(MACDStudy.MACD)
        with
        vMACD12_26.getValue(MACDStudy.MACD) < 0
        and repeat the same (but with opposite sign) in Set2
        Alex

        Comment

        Working...
        X