• TIME TO 2024 UK RANKINGS

  • C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Greetings

Joined
8/31/09
Messages
3
Points
11
Hi,

I joined this forum so I can ask technical questions about linking a DLL with Excel.

I wrote an Excel-based financial planner and portfolio simulator called TIP$TER (which, if you want, you can search for on Google) that performs some rather time-consuming simulations using VBA code.

I figure that the simulations will run 1 to 2 orders of magnitude faster if the core part of the code -- the loop that runs the 1000s of simulation trials -- is rewritten in C++. I hope I can get some guidance on my technical questions here!

Best regards,
Eric
 
Back
Top