User Portlet User Portlet

Jonathan Kinlay
Discussions
One of the regular tasks in statistical arbitrage is to compute correlations between a large universe of stocks, such as the S&P500 index members, for example. Mathematica/WL has some very nice features for obtaining financial data and manipulating...
Following a demo notebook created by Michael Kelly Needs["CUDALink`"]; CUDAQ[] TRUE CUDAInformation[] {1 -> {"Name" -> "Quadro FX 1800", "Clock Rate" -> 1375000, "Compute Capabilities"...
I am having a problem using the timespec specified in the Wolfram documentation for ScheduledTask. I believe the issue has been extant since v11. Let's take an example from the documentation: obj = LocalSubmit[ScheduledTask[DateString[],...
I manage a team of quant/developers engaged in research and development projects for clients in the financial industry, including hedge funds, proprietary trading firms and individual investors. Our work often involves assisting the client to...
One of the most beautiful equations in the whole of mathematics is the identity (and its derivation): ![enter image description here][1] I recently came across another beautiful mathematical concept that likewise relates the two transcendental...
I am interested in converting stl files and found this interesting discussion in StackExchange: https://mathematica.stackexchange.com/questions/40858/how-do-i-convert-imported-stl-files-to-3d-images/125296#125296 A very neat solution is...
MATH-TWS is a new Mathematica package that connects Wolfram Mathematica to the Interactive Brokers TWS platform via the C++ API. It enables the user to retrieve information from TWS on accounts, portfolios and positions, as well as historical and...
With all the marvelous new functionality that we have come to expect with each release, it is sometimes challenging to maintain a grasp on what the Wolfram language encompasses currently, let alone imagine what it might look like in another ten...
I'm looking for a programmer who can create an interface between Mathematica (11.3) and Interactive Brokers TWS application using one of the IB api's (C++, Java). The basic idea is to be able to retrieve data (stock prices, position information,...
I am looking to do some quite intensive batch processing for a large number of stock symbols. My plan is to use a Wolfram Language script to call multiple instances of the Mathematica program, each with different input parameters. My questions...