Metastock - get the date of a value

gargy

New Member
#1
Hi,

Question regarding metastock formulas:

I get the lowest close value for period of 30 days, by this:
LLV(C,30)

1) How can I get the date when this LLV value occured?
2) How can I get the obv() value at that date, when the LLV occured?
 
#2
Hi Gargy,

Hi,

Question regarding metastock formulas:

I get the lowest close value for period of 30 days, by this:
LLV(C,30)

1) How can I get the date when this LLV value occured?
2) How can I get the obv() value at that date, when the LLV occured?
you can use date() function to get the date of llv(c,30) occurs.

obv() is calculated by metastock from the date the data is loaded. so your question is a bit confusing. please explain a little more about what you are looking for. that might help in building what you are looking for.

regards

purush