How to use Bullion Price System.
 
Important
 
Please turn on your desktop speakers and check the volume level settings.
 
This script illustrates how to fetch the bullion prices of Gold, Silver, Platinum, Palladium from a website, here, http://www.kitco.com/market.
 
Both scripts adopt different approaches to accomplish the task in hand. In script BullionPrice_NT.dt, we utilize global variables, functions and arrays to manage HTML parsing whereas BullionPrice.dt executes a direct parsing method.
 
As we are fetching values from the web, any change in the site may reflect in our script too. Hence appropriate HTML parsing updations must be perfomed in accordance to the downloaded webpage.