SteveL
 Veteran
  Posts: 133
Joined: 2/15/2007
Location: Boulder, CO
User Profile |
A left paren is missing in the "fMACDao =" statement. Here is the corrected statement with balanced parenthesis:
fMACDao = SMA((H+L)/2, ShortPeriods) - SMA((H+L)/2, LongPeriods)
|