PureBytes Links
Trading Reference Links
|
I tried to access the date/time stamp from a composite, but obviously
I don't have the correct syntax.
Has anyone done it successfully?
AddToComposite(Values5,"~CCI(20) DJ-BULL-BEAR","O",7);
AddToComposite(Values6,"~CCI(20) DJ-BULL-BEAR","H",7);
***** I have tried the lines below... none work...
Process_Date = FullName(Foreign("~CCI(20) DJ-BULL-BEAR","O",1));
Process_Date = Foreign("~CCI(20) DJ-BULL-BEAR","FullName()",1);
Process_Date = FullName("~CCI(20) DJ-BULL-BEAR");
Thanks
Ara
|