Click here to download Windows Desktop Application that prices financial options and manages each trade for the client.
-
$ git clone https://github.com/MagicGary/QuantitativeTrading.git
-
open
FlyEaglesFly.sln
using Visual Studio -
set
Project Eagle
as startup project to review the Financial Calculator -
set
Project Golden Egg Nest
as start up project to review Portfolio Management App.
-
Calculating Financial options' prices upon maturity using:
-
Optimized pricing algorithm to reduce model variance using two Statistical techniques:
-
Improved algorithm computation speed by 70% using:
-
Financial Options that it supports:
-
European
-
Asian
-
Range
-
Lookback
-
Barrier
-
Digital
-
-
Portfolio Management App that a client can price each trade and store/update/delete/read each trade.
-
Using .NET Entity Framework Database First approach.
-
Using .NET EF LINQ