Hi all, I'm making some basic programming error that I can't figure out and was wondering if someone could help me. The code is as follows:
PriceChange = C - Ref(C,-1); PriceChangeTwo = PriceChange == 0.02; When I plot PriceChange I get some values that are equal to 0.02. However, the array PriceChangeTwo is always zero. Why is this? Thanks in advance for any help! Simon
