Research Article

On the Use of Backward Difference Formulae to Improve the Prediction of Direction in Market Related Data

Algorithm 1

MATLAB code implemented to generate data capable of simulating an actual time series of returns.
repeat
for from 1 to 100
;
 for from 1 to 99;
    = randn;
if
    ;
else
    ;
end
end
;
end