[SOLVED]History data problem

Posted By: faustf

[SOLVED]History data problem - 01/06/21 15:51

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 picture demade.jpg
Posted By: faustf

Re: History data problem - 01/10/21 13:44

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
© 2024 lite-C Forums