MetaStock -> Tools -> Indicator Builder -> New Copy and paste formula below. ================== Signal accumulator ================== ---8<--------------------------- { Accumulates OBV/Volume (or any other signals) between & including two user-input dates } { http://www.metastocktools.com } {signal to accumulate - OBV} x:=If(C>Ref(C,-1),V,If(CStYear OR (Year()=StYear AND (Month()>StMnth OR Month()=StMnth AND DayOfMonth()>=StDay)); end:=Year()