This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
The Gold-Silver Ratio measures the number of ounces of silver it takes to buy one ounce of gold. The Gold-Silver Ratio current value is near 62; it used to be 51 in 2007 and 12.5 in 323 BC.
The Gold Silver ratio is not well known for the average trader; however it is used by many professionals who seek for extreme values of this ratio. The ratio of gold to silver can be employed in many trading strategies, including arbitrage strategies, strategies using options, ETFs...
One trading strategy example is buying gold contracts when the ratio is low and then selling these contracts and buying silver contracts when the ratio become high. Another trading strategy implies the purchase of calls on gold and puts on silver when the ratio is low (and puts on gold and calls on silver when the ratio is high).
The current trading object does not calculate the Gold to Silver ratio; instead, it downloads futures continuous contracts historical data for the gold and silver commodities. The Gold symbol is "^Gold" and the Silver symbol is "^Silver". The data can then be used to create the Gold to Silver Ratio.
- First of all, make sure the data is there, as sometimes I have noticed that it isn't downloaded. In this case, simply restart the download and everything should be ok.
- Next, create a composite item and set "^Gold" as the unique symbol for this composite.
- Create the gold silver ratio formula by taping the following line:
composite = close / GetSeries("^Silver", close);
// Close refers to the close price of the Gold continuous futures contract.
- Save this item to create your composite. Now each time you use this downloader to get EOD data for these commodities, the Gold-Silver ratio composite is automatically updated and recalculated with the new data.