[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RICK COT FOREIGN OI SOLVED



PureBytes Links

Trading Reference Links

Hello, when we want the open interest in the foreign function we 
must write I and not OI

Clo= Foreign("SP500-1","C");
Opi= Foreign("SP500-1","I");

stephane


> Rick,
> 
> could you confirm to ma thet you can call open Interest of COT 
with 
> Foreign function
> 
> 
> Clo= Foreign("SP500-1","C");
> Opi= Foreign("SP500-1","OI");
> 
> Plot(((C/OI)+1)*50,"",1,1);
> Plot(((Clo/Opi)+1)*50,"",1,1);// this one does not work