Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
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
3 registered members (NewbieZorro, TipmyPip, AndrewAMD), 14,749 guests, and 7 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
[SOLVED]History data problem #482179
01/06/21 15:51
01/06/21 15:51
Joined: Jun 2016
Posts: 53
F
faustf Offline OP
Junior Member
faustf  Offline OP
Junior Member
F

Joined: Jun 2016
Posts: 53
hi i try to download history data eurusd and after test with script , i download it with script download i set up period 2001-2020 M1 ask/bid broker and after download , after i go in folder History of zorro and i saw eurusd2001.t6 .... to 2020.t6 , i suppose is ok
but when i run this simple script i saw like in attach
Code
function run()
{
   BarPeriod = 24 * 60; // 1 day
   asset("EUR/USD");
 var *Price = series(price()); // median price by zorro
 plot("MedianPriceZorro", Price[0], NEW, BLUE);
}


Attached Files
demade.jpg (21 downloads)
Last edited by faustf; 01/10/21 13:44.
Re: History data problem [Re: faustf] #482195
01/10/21 13:44
01/10/21 13:44
Joined: Jun 2016
Posts: 53
F
faustf Offline OP
Junior Member
faustf  Offline OP
Junior Member
F

Joined: Jun 2016
Posts: 53
i have find a solution i write this if someone happen the same problem , in practical with IG i dontknow why download only partial part history of 2020 , therefore i erase a ......2020.t6 history in folder C:\Users\YOUR USER \Zorro\History , and download manually only the 2020 t6 history https://zorro-project.com/download.php the first link in Historical Data Archives (for my case)

thanks at all


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1