PureBytes Links
Trading Reference Links
|
You're close -- you are missing a semicolon on the inner loop.
Tuzo
for ( month = 0 ; month
<13; month ++)
{
for (day = 0 ; day <32; day ++)
{
URL =
""http://calendar.forex-tsd.com/type.php?csv=1&date=2008" target="_blank">http://calendar.forex-tsd.com/type.php?csv=1&date=2008monthday05&calendar[]=4"
filename = "C:\\FX-Calendar_month_day.csv";
Download ( URL, filename );
}
}
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
__,_._,___
|