Consulting

Results 1 to 2 of 2

Thread: Mkt price close to Moving average

  1. #1

    Smile Mkt price close to Moving average

    Hi guys I am stuck again. Here is the problem. I want to be alerted when the market price is within 05 cents of the SMA. I can use conditional formating to change the color of the result. I do not know how to make a column to show what I am after. Can you help with this. Thanks for your time. I would like the result to be a dollar figure rather than a Percent but I will take anything
    Max

  2. #2
    Are you working with formulas or VBA?
    In general, it sounds like you want something like:

    If(ABS(SMA - ClosingPrice) <= 0.05, then ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •