Jim Dean
 Sage
  Posts: 3022
Joined: 9/21/2006
Location: L'ville, GA
User Profile |
I haven’t used Median Price aka MP before, so I can’t comment on its syntax. If it’s the average of OHLC, then it has no param’s. That’s what I’ll assume.
However the EMA that you are wrapping it in needs the periods specified. Try this:
EMA( MP(), 10 )
|