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

Re: Premium Indicator



PureBytes Links

Trading Reference Links

It's also missing the ; at the end of the last line. Paste this one in
and it should go.

Value1 = (close of data1) - (close of data2);

Value2 = Average(value1,5);

Plot1( Value1, "E-Premium" );

Plot2( Value2, "Fast MA"  );

-- 
  Dennis