PureBytes Links
Trading Reference Links
|
I believe you need to change your currentdate and 1010322 using the
"datetojulian" do the subtraction and then use "juliantodate" in order to
make your code work.
-----Original Message-----
From: Robert Marley [mailto:smokegreenbuds@xxxxxxxxx]
Sent: Thursday, May 24, 2001 7:57 AM
To: OmegaList
Subject: ELA help
Could someone help with the code for this simple
indicator.
All I want to do is find the percentage gain or loss
from a fixed date in the past. I want to plot it
beneath the bars as a simple osicilator.
My first attempt looks like this:
C/C[CurrentDate-1010322]
But for somereason this doesn't work.
Thanks for any.
-RNM
|