Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Output into data rows?

2 visualizaciones (últimos 30 días)
3nore
3nore el 25 de Mzo. de 2013
Currently the historical currency symbol data I have is in this format;
DATE TIME OPEN HIGH LOW CLOSE VOLUME.
I wrote a program to plot 0.2% movements of the stock.
(+0.2% move upwards = +1, -0.2% move upwards = -1)
But now, how do I output my results into a csv to get data columns of
DATE TIME MOVE SumMOVE VOLUME
MOVE - a column of either +1/-1
SumMOVE - a column of the cumulative movements. Calculated like this "cumsum(MOVE)"

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by