Announcement

Collapse
No announcement yet.

MA not updating

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

  • MA not updating

    I need to do manual refresh to make this formula work. Is it any way to do this so it apdates automaticly.
    Attached Files

  • #2
    finnhan
    You are using the incorrect .getValue() methods to retrieve the values of the macd() and macdSignal() functions.
    These are efs2 and not efs1 functions so vMACD12Macd.getValue(MACDStudy.MACD) and vMACD12Sign.getValue(MACDStudy.SIGNAL) should be vMACD12Macd.getValue(0) and vMACD12Sign.getValue(0)
    Alex

    Comment


    • #3
      Tnx

      Thank you Alex

      Comment

      Working...
      X