Class QuickStartDemo
java.lang.Object
com.quantfinlib.examples.QuickStartDemo
End-to-end tour of the platform on synthetic data: the 11 research
capabilities (indicators, backtesting, DSL, risk, ML, optimization, Monte
Carlo, screening, market data, reporting with SVG charts) plus the trading
and research extensions — data I/O, order book analytics, smart order
routing, execution-aware backtests with TCA, options hedging and vol
surfaces, fixed income, GARCH/EWMA, cointegration, walk-forward validation,
portfolio backtesting, and a risk-gated paper trading session.
Run: java -cp target/classes com.quantfinlib.examples.QuickStartDemo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic BarSeriessyntheticSeries(String symbol, int days, double startPrice, double annualDrift, double annualVol, long seed) Deterministic synthetic GBM daily series with realistic OHLC structure.
-
Constructor Details
-
QuickStartDemo
public QuickStartDemo()
-
-
Method Details
-
main
-
syntheticSeries
-