How to change Time Frame on Financial data? EURUSD from 1 minute to 30 min.

2 visualizaciones (últimos 30 días)
Hello people! Please, can anyone help me?
I have financial data generated in 1 minute intervals.
Want to change this time frame to 30 minutes or any other.
Data is EURUSD price (Open, High, Low, Close, Volume).
How can I change 1 minute time frame to any other?
Thanks! God bless all!
Eric
  1 comentario
SergeyLA
SergeyLA el 17 de Sept. de 2016
Editada: SergeyLA el 17 de Sept. de 2016
FinTS is very outdated object and does not support any timeframe less then 1 day. Also no universal function in Matlab exist for timeframe conversions.
So you con do what you ask but you need: 1) to define new timeframes (M1, M5, M30, H1, H4) in freqDataFcn() function inside fints.m file, 2) to write our own timeframe convertor.
Alternative way - to move to Python libraries and scripting))

Iniciar sesión para comentar.

Respuestas (1)

Kawee Numpacharoen
Kawee Numpacharoen el 4 de Ag. de 2017
One option is to use retime function to manage such data.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by