Hello,
I would like to create an indicator that uses an Index as part of its value (vs, H,L,C,V of current symbol). Could someone please point me to a reference/manual page that would tell me how to do this? Thanks.
Winfield
Never mind....I figured it out.
x:=Input("Number of periods:",2,200,12);Security("C:\MetaStock Data\Indexes\S\SP-500",ROC(C,x,$))