On building an integrated QuantLib/Lua platform on the world's most popular computer.

Saturday, June 22, 2013

Introduction to the plot command.

An introduction to the plot command is now up at the quantlua support site

This is one of the most important commands as it enables you to create a wide range of plots.

Thursday, June 20, 2013

Discount for a limited time.

QuantLua will be selling at 40% discount from now until the end of the month.

Hurry while offer lasts!

Friday, June 14, 2013

QuantLua now approved for the iTunes App store.

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.

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})

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)

Monday, April 8, 2013

Life on the big(ger) screen (iPhone 5)

The iPhone 5 display provides more space for bigger, better graphs. Look at the examples below:



Followers