Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, The_Judge, Grant), 898 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Upsampling External Data #480122
05/21/20 15:04
05/21/20 15:04
Joined: Dec 2019
Posts: 43
ozgur Offline OP
Newbie
ozgur  Offline OP
Newbie

Joined: Dec 2019
Posts: 43
Hi all,

I download external OHLC data in a csv file and parse/load it during runtime. The csv file have 1 minute OHLC however I'd like to resample it to 60 min OHLC. I prefer relying on Zorro's internal algorithm than writing my custom function.. Is there a Zorro function exposed to end-user to achieve this? I couldn't find any in the manual.

Thanks a lot.

Re: Upsampling External Data [Re: ozgur] #480126
05/21/20 15:55
05/21/20 15:55
Joined: Dec 2014
Posts: 202
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 202
Germany
You could use the scripts I'm using as a starting point: https://opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=473310#Post473310

But I think, there is an easier way with the CSV to history script that comes with Zorro. You will find it in the scripts folder.

Re: Upsampling External Data [Re: ozgur] #480134
05/21/20 18:06
05/21/20 18:06
Joined: Dec 2019
Posts: 43
ozgur Offline OP
Newbie
ozgur  Offline OP
Newbie

Joined: Dec 2019
Posts: 43
Thanks Smon. Just to clarify, as far as I see, resampling happens in your python script ['split_file' function] not in c file, am i correct?

Unfortunately, CSV to History script only converts csv format to t6 format as it is, without any resampling.

I was hoping to make Zorro resample external price data during runtime; similar to how Zorro resamples t6 files with BarPeriod when price data added as an asset.

Cheers.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1