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.