Depending on your webhost, it should be under the CRON jobs cpanel itself.
I appreciate yoru input I am using cPanel, CRON jobs is located there but I am moreso looking for what API functions I need to use to find the opening price of a certain period.
I get how to find the "last" price based on the ticker but not the open price which may not be the same as the previous last.
Hi guys I'm Eric and I have just a few questions about MTGox API.
I currently have a PHP file which is loaded by a CRON job every minute which uses MtGox API v1 Ticker to grab the high, low, last, buy, sell, and volume.
However I was wanting to use periods of 15M, so I need the opening price but I'm not quite sure exactly how to find that.
Any advice would be most appreciated.
Well your using the 15 minute period so the opens would happen on 00, 15, 30, 45 of the times. The closed would be 14, 29,44,59
Thank you. You're right absolutely right about that but how did I find the open price of minute 00 since the previous "last" doesn't necessarily equal the next open.