Multiple Visual Tools

The FinOL provides a suite of visualization tools to facilitate a comprehensive evaluation of data-driven OLPS research. Here are some examples:

  1. Loss Visualization

Loss visualization is crucial for understanding model performance during training and validation. It helps identify overfitting and underfitting issues, allowing for better hyper-parameters tuning.

../_images/DJIA_DNN_loss.jpg

Training and Validation Loss Trends

  1. Hyper-parameters Tuning Process Visualization

Visualizing the hyper-parameters tuning process can provide insights into how different parameters affect model performance. This helps in selecting the most effective parameters for improved results.

../_images/DJIA_DNN_plot_contour.jpg

Hyper-parameters Tuning Contour Plot

../_images/DJIA_DNN_plot_edf.jpg

Empirical Distribution Function of Hyper-parameters

../_images/DJIA_DNN_plot_optimization_history.jpg

Optimization History of Hyper-parameters Search

../_images/DJIA_DNN_plot_parallel_coordinate.jpg

Parallel Coordinate Plot of Hyper-parameters Importance

../_images/DJIA_DNN_plot_param_importances.jpg

Hyper-parameters Importance Analysis

../_images/DJIA_DNN_plot_rank.jpg

Ranking of Hyper-parameters Based on Performance

../_images/DJIA_DNN_plot_slice.jpg

Slicing Through Hyper-parameters Space

  1. Daily Cumulative Wealth (DCW) Visualization

As profitability is the ultimate goal of trading, the DCW trajectories directly showcase the cumulative returns of methods over time. Higher and more stable DCW curves indicate stronger capability to steadily accumulate profits in the long run.

../_images/DJIA_DNN_DCW.jpg

Example Results of Daily Cumulative Wealth on DJIA

  1. Daily Maximum DrawDown (DMDD) Visualization

The DMDD visualization illustrates the largest peak-to-trough decline in portfolio value over a specified period. This metric is essential for assessing the risk associated with OLPS methods, as it highlights the potential for significant losses. By analyzing DMDD trajectories, researchers can better understand the downside risks of different OLPS methods, enabling them to make more informed decisions regarding risk management and capital allocation.

../_images/DJIA_DNN_DMDD.jpg

Example Results of Daily Maximum DrawDown on DJIA

  1. Transaction Cost-Adjusted Cumulative Wealth (TCW) Visualization

The TCW metric evaluates profitability under realistic transaction costs. It penalizes portfolio rebalancing by deducting proportional costs based on the turnover amount each period. Lower TCW indicates greater performance deterioration from increased rebalancing amounts. By accounting for real-world frictions, TCW provides a practical assessment complementing the raw profitability metrics of data-driven OLPS methods.

../_images/DJIA_DNN_TCW.jpg

Example Results of Transaction Cost-Adjusted Cumulative Wealth on DJIA

  1. Comprehensive Radar Chart

The comprehensive radar chart provides a visual representation of multiple performance metrics for OLPS methods. By displaying these metrics in a single view, it allows for easy comparison of strengths and weaknesses across different methods. This visualization helps researchers quickly assess which methods excel in specific dimensions.

../_images/DJIA_DNN_RADAR.jpg

Example Results of Radar Chart on DJIA