This is what I am trying to accomplish. I want to be able to record the close of the GOMcd values so that i can code a indicator that can tell me the difference either in last two bars or bars back. I am having some issues here. Mostly because I am not the best coder. But i am trying to get it to store the close of GOMcd so far so i can try to reference that info.
this is the only way i can get it to compile but is it then refereceing the close??
if i add .DeltaClose); to the end it wont compile
this is the only line i can get to compile
myDataSeries = new DataSeries (GomCD(GomCDCalculationModeType.BidAsk,GomCDChartT ype.CumulativeChart,GomFileFormat.Short,GomFilterM odeType.None,0,false));




Comment