set_stake_type | R Documentation |
Change stake type by model
set_stake_type( model_id, corr_multiplier = 0, tc_multiplier = 0, take_profit = FALSE, tournament = 8 )
model_id |
Target model UUID |
corr_multiplier |
Multiplier of correlation for returns (Integer) |
tc_multiplier |
Multiplier of TC for returns (Numeric) |
take_profit |
TRUE/FALSE Determines whether payouts are returned to user wallet or automatically staked to next round. |
tournament |
Tournament ID, 8 for Main, 11 for Signal |
Confirmation that payout selection has been updated
## Not run: set_stake_type(model_id = get_models()[["bayo"]],corr_multiplier=1,tc_multiplier=3,tournament=8) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.