Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (degenerate_762), 1,114 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 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: 49
F
faustf Offline OP
Newbie
faustf  Offline OP
Newbie
F

Joined: Jun 2016
Posts: 49
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: 49
F
faustf Offline OP
Newbie
faustf  Offline OP
Newbie
F

Joined: Jun 2016
Posts: 49
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 | chip programmers | 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