Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 15,897 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Import data from a txt file, timeframe and normalization #463914
01/06/17 05:43
01/06/17 05:43
Joined: Jan 2017
Posts: 64
J
Jeff1228 Offline OP
Junior Member
Jeff1228  Offline OP
Junior Member
J

Joined: Jan 2017
Posts: 64
Hi all,

I'm new to here and very nice to meet you all.

I have a space separated txt file, it's end of day data with date, OHLC and volume. I want to use it(I know I can download from yahoo etc), how can I import it to Zorro. Please kindly show how step by step. I looked up the manual and googled, but found nothing.

I guess Zorro is meant for day trading, as a beginner, I prefer start with end of day trade, I found that change timeframe in Zorro is not easy, for example, I download M1 data but want to use end of day data, what should I do? Can anyone help?

What's the algorithm behind Zorro's normalization function? Can we use CDF function to do normalization?

Thank you.


Last edited by Jeff1228; 01/06/17 05:51.
Re: Import data from a txt file, timeframe and normalization [Re: Jeff1228] #463980
01/11/17 15:43
01/11/17 15:43
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
First convert the space separated file to a CSV file. You can do that normally with a ' ' -> ',' search and replace.

Next, check the format of the CSV file. If it's in Yahoo or HistData format, you can convert it directly with one of the included scripts. If it's an exotic format, it might make sense to download the current Zorro 1.52 beta version. It can convert any exotic CSV format with the dataParse function.

Zorro has many normalization functions, including CDF.

Re: Import data from a txt file, timeframe and normalization [Re: jcl] #463992
01/12/17 01:53
01/12/17 01:53
Joined: Jan 2017
Posts: 64
J
Jeff1228 Offline OP
Junior Member
Jeff1228  Offline OP
Junior Member
J

Joined: Jan 2017
Posts: 64
Thank you, I am still working on the manual, it's not easy for a beginner without any programming experience, I'll hang on to see how this works out


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1