Simplest code to plot the candlesticks
function run()
Code:
{	
	set(PLOTNOW);
	StartDate = 20190101;
	MaxBars = 10;
}



I'm using the M1 prices downloaded from this web. I can see alright 1 min, 5min, 60 min and up to 240 min (even though always different number of bars)
but it breaks when I want to see a daily(1440) bars plot. What gives!? See attached screenshots

Attached Files 1min.PNG1440_1day_.PNGdata_start.PNGdata_finish.PNG