Weekly Leveraged ETF News 9
September 13th, 2009
9/12/2009 – Investors Pull $2.1 Billion out of Leveraged ETFs (WSJ.com)
9/10/2009 – Changes Coming to Leveraged ETFs? (Seeking Alpha)
9/9/2009 – Breaking Down the Leveraged ETF Lawsuits (Seeking Alpha)
9/9/2009 – All leveraged ETFs are not created equal (glgroup.com)
9/9/2009 – Exotic ETF outcry: Much ado about nothing? (InvestmentNews.com)
9/9/2009 – A Panacea for Leveraged ETF Woes? (TheStreet.com)
9/9/2009 – How regulators piled onto the ETF controversy (InvestmentNews.com)
9/9/2009 – Leveraged and inverse ETFs: What’s the fuss? (InvestmentNews.com)
9/8/2009 – Lawsuit Filed Against Ultrashort MSCI Emerging Markets ETF (EEV) (iStockAnalyst.com)
9/6/2009 – Why Did Deutsche Bank Drop DXO? (Seeking Alpha)
Hi Kevin
Your software looks really good :) I have a couple of questions about it: What language did you use to build it? What about the cool GUI?
Thanks in advance.
MDan,
Thanks for the feedback. It is written in C#, and the UI is done with WPF. Both are part of Microsoft’s .NET framework.
Kevin, I have coded a couple of backtesting programs myself (in Matlab), but the GUI’s look as if they were drawn by 5 year olds. I’m envious :)
It’s because Matlab only has very basic GUI tools built in. I think I can do some fancy Java stuff to change them to better looking ones, but that is way beyond my programming skills.
Yeah I absolutely love WPF. It is incredible how much can be done in just a few hours with .NET and WPF. QLeverageSim was practically written on a weekend.
I’ve been thinking about this for a while and I think I am going to try out C# myself. The reason is that I am really not using any of the fancy stuff that Matlab is capable and am only using it as a programming language.
I have looked over the video tutorials at MSDN and I think I will manage it, but there are a couple of areas that look pretty difficult. Is it okay if I contact you with a couple of questions?
Don’t worry, I’m not going to ask you to debug my code, but I feel like I need a couple of guidelines (like what format to use for date/time or whether to use a database or just save data to files) before I can start.