Skip to content

Commit

Permalink
Added accurate limit for vol_to_spread_multiplier in the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbaum committed Apr 1, 2021
1 parent e7e0ff4 commit ed4df64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def on_validated_parameters_based_on_spread(value: str):
prompt_on_new=True),
"vol_to_spread_multiplier":
ConfigVar(key="vol_to_spread_multiplier",
prompt="Enter the Volatility threshold multiplier: "
prompt="Enter the Volatility threshold multiplier (Should be greater than 1.0): "
"(If market volatility multiplied by this value is above the maximum spread, it will increase the maximum spread value) >>>",
type_str="decimal",
required_if=lambda: fieldfare_market_making_config_map.get("parameters_based_on_spread").value,
Expand Down

0 comments on commit ed4df64

Please sign in to comment.