QuantLua has been approved for the app store and is scheduled to appear shortly.
The app is available here
QuantLua is the most comprehensive financial application available for the iPhone. It has these main features:
-A programmable historical stock simulator for select US stocks
-The most comprehensive finance calculator available, incorporating the QuantLib quantitative finance library and the programming language Lua.
-Excellent graphics library for building your own plots. It includes line graphs, bar graphs and pie charts.
The historical stock market simulator is for select US stocks. It enables you to build a portfolio and see how the strategy would have performed over time. It is also fully programmable, enabling the analysis of dynamic strategies.
Also included is a historical stock and currency data feed. This imports stock data from Yahoo Finance and currency data from OANDA directly into the Lua programming engine.
All this is powered by Lua, an intuitive and complete programming language well suited to financial analysis.
On building an integrated QuantLib/Lua platform on the world's most popular computer.
Friday, June 14, 2013
Tuesday, June 11, 2013
Small fix for an example script
The script "UserScripts/Graphics/Function" has a small bug. It should be
-- define function
local function fc(x)
return math.cos(x)
end
local function fs(x)
return math.sin(x)
end
plot({f=fs,x={0.5,4},p=20,r=1,w=1,c=2},
{f=fc,x={1,5},c=1,r=1,w=1})
Friday, June 7, 2013
Thursday, April 11, 2013
Call for testers!
I am in the process of testing the application QuantLua in preparation for release in the next few weeks. If you would like to test it then please contact me on tgwena(a)gmail.com and we can make arrangements.
Hurry! Space is limited (by Apple)
Hurry! Space is limited (by Apple)
Monday, April 8, 2013
Sunday, March 24, 2013
iPhone 5 and instruction manual
Just completed porting to iPhone 5. Running on a dual core machine presented interesting challenges.
Also put up a draft of the instruction manual.
Also put up a draft of the instruction manual.
Sunday, February 3, 2013
Feature list.
This is a comprehensive summary of the features found in Financial Game (provisional name, subject to change)
1. A programmable simulation engine using historical stock prices
2. A comprehensive calculator with the following
a. Programmable in Lua, a stable mature language well suited to financial calculations.
b. Full access to the QuantLib financial library
c. Extensive graphics capabilities, including line graphs, pie charts, bar graphs.
d. Access to historical stock and currency data
1. A programmable simulation engine using historical stock prices
2. A comprehensive calculator with the following
a. Programmable in Lua, a stable mature language well suited to financial calculations.
b. Full access to the QuantLib financial library
c. Extensive graphics capabilities, including line graphs, pie charts, bar graphs.
d. Access to historical stock and currency data
Subscribe to:
Posts (Atom)