I ran your code and got the following output:?
?
Loading 2024-12-01
Loading 2024-12-02
BarData(date=datetime.datetime(2024, 12, 2, 6, 59, tzinfo=datetime.timezone.utc), open=1.270505, high=1.270505, low=1.27045, close=1.27047, volume=-1.0, average=-1.0, barCount=-1)
BarData(date=datetime.datetime(2024, 12, 3, 6, 59, tzinfo=datetime.timezone.utc), open=1.265025, high=1.265035, low=1.26496, close=1.264965, volume=-1.0, average=-1.0, barCount=-1)
All done
?
What errors are you receiving?