- BuyAndHold
void BuyAndHold(Engine engine_IN, double initial_deposit_IN, Date start_date_IN, Date end_date_IN, string[] asset_names_IN, Matrix asset_ratios_IN)
- Discretionary
void Discretionary(Engine engine_IN, double initial_deposit_IN, Date start_date_IN, Date end_date_IN, string[][] asset_names_IN, Matrix[] asset_ratios_IN, Date[] asset_dates_IN, string scheduleType_IN)
- Pine
PineScoreSnapshot[] Pine(Engine engine_IN, double initial_deposit_IN, Date start_date_IN, Date end_date_IN, string[] asset_names_IN, PINEParams pine_params_IN, int rebalance_day_IN)
- RankedPine
PineScoreSnapshot[] RankedPine(Engine engine_IN, double initial_deposit_IN, Date start_date_IN, Date end_date_IN, string risk_free_symbol_IN, string[] universe_symbols_IN, PINEParams pine_params_IN, int top_n_assets_IN, int rebalance_day_IN)
- Rebalance
void Rebalance(Engine engine_IN, double initial_deposit_IN, Date start_date_IN, Date end_date_IN, string[] asset_names_IN, Matrix asset_ratios_IN, int rebalance_day_IN)