- Joined
- 16 January 2008
- Posts
- 111
- Reactions
- 0
Can someone tell me how I can select stock for a particular code. E.G. API and for a particular date in AFL code?
The average daily liquidity (dollar volume) over the past year to be
at least $1,000,000.
// Compute the average daily Liquidity
// (Closing Price times Volume) for the past Year.
Liquidity = MA(C*V,252);
LiquidityOK = Liquidity > 1000000;
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.