Added topic
difference between offset and indexcan anyone tell me what's difference between: iMA(NULL, 0, MY_LENGTH, 2 , MODE_EMA, PRICE_LOW, i ); iMA(NULL, 0, MY_LENGTH, 0 , MODE_EMA, PRICE_LOW, i+2 ); dont they return the same value? why does offset exists at all, as we can just put i+2 in