How could I use eviews in order to calculate percentage returns of stock (RX) and percentage returns of the FTSE-index (RM) as follows, respectively:
RXt=100 x [(log(Xt)-log(Xt-1))]
and RMt=100 x [(log(Mt)-log(Mt-1))]
Additionally , I would like to implement unit-root tests on the variables of RX and RM followed by an evaluation of the results?
