LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Program Understanding

Hello one and all,

I have bit of challenge to some of you guys who know how to interpret
excel programs - and have little knowledge of the stock market

I have attached an excel program that attempts to find out when a stock
(or any security) on the New York Stock Exchange has reversed from what
we call bullish to bearish.

Let me try to explain a little further:

When traders are buying a particular stock, lets say Microsoft (MSFT),
the volume of shares of that stock will typical go up which is referred
to a bullish or buying volume. On the flip side when traders are selling
a particular stock the volume of the shares may still go up but its no
longer bullish volume but is now referred to bearish or selling volume.

The attached program attempts to find when the volume changes from
bullish to bearish, and vica versa. I was wondering if someone could
just give me a breakdown of how the program achieves this end?

Cheers

Carlton

Volume Reversal Alerts = (If((H<Ref(H,-1)) AND (L<Ref(L,-1)) AND
(V<Ref(V,-1)),-1,(If((HRef(H,-1)) AND (LRef(L,-1)) AND
(VRef(V,-1)),1,0))))

*** Sent via Developersdex http://www.developersdex.com ***
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Understanding formula Dig Excel Worksheet Functions 1 July 3rd 08 03:31 PM
Understanding SUMPRODUCT Jordan Excel Worksheet Functions 11 May 25th 06 11:08 PM
NOT UNDERSTANDING THE FORMULA PAPABEAR2252 Excel Worksheet Functions 3 September 10th 05 10:45 PM
Understanding a formula Jordan Excel Worksheet Functions 1 May 27th 05 05:42 AM
Understanding declarations Greg[_16_] Excel Programming 1 January 26th 05 09:35 PM


All times are GMT +1. The time now is 11:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"