I need to do manual refresh to make this formula work. Is it any way to do this so it apdates automaticly.
Announcement
Collapse
No announcement yet.
MA not updating
Collapse
X
-
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