60m DataSeries from 5m chart

s00574926

Member
Joined
Dec 19, 2024
Posts
22
Likes
2
Is this the right way to get 60m data series from a study on 5m chart?

int minutes = getSettings().getInteger(INTERVAL, 60);
series = ctx.getDataSeries(BarSize.getBarSize(minutes));

I get all zeros...
 
?????

What exactly is it you are trying to do?
Are you trying to put a 60 minute MA on a 5 minute chart?
Or some other study? If so What study.
Your explation or link or whatever that is makes no sense.
 
Does it matter? Anyway, I need to look at 60m price action and draw some lines (price leves) on 5m chart.
 
Top