updating data automatically

Posted By: hola123

updating data automatically - 06/07/20 20:50

Hi,

I know that Zorro has a download page with price data. I was wondering, is there a way to pragmatically update the price and volume data or does this need to be done via a broker? I have just setup a demo broker account using metatrader4 and connected it to Zorro is this the preferred method for updating the latest price data & is it possible to save the data extracted from mt4?

Thanks
Posted By: Grat

Re: updating data automatically - 06/07/20 21:10

From the MT4 is a easy, but not 100%.

1. check, if y have a correct data in MT4 - in the / TOOLS/history
2. in Zorro script:

(is(INITRUN)){
assetHistory(Asset,1);
}

Zorro dowloaded mising data...
Posted By: hola123

Re: updating data automatically - 06/09/20 18:09

great thanks for your help
© 2024 lite-C Forums