Cargo Features
DigiFi has no features set by default.
[dependencies]
digifi = { version = "2.1.0", features = ["sample_data", "plotly"] }
- sample_data
-
Affects
utilities::sample_data
… - plotly
-
Enables plotly ^0.11.0
Optional dependencies
MITAffects
derivatives::plot_present_value_surface
,financial_instruments::plot_payoff
,financial_instruments::plot_profit
,digifi::plots
,portfolio_composition::plot_efficient_frontier
,random_generators::plot_pdf
,random_generators::plot_2d_scatter_points
,random_generators::plot_3d_scatter_points
,stochastic_processes::plot_stochastic_paths
,technical_indicators::plot_moving_average
,technical_indicators::plot_macd
,technical_indicators::plot_bollinger_bands
,technical_indicators::plot_rsi
,technical_indicators::plot_adx
,technical_indicators::plot_obv
…