Add order settings to strategy
This commit is contained in:
@@ -146,6 +146,7 @@ class StrategyForm(RestrictedFormMixin, ModelForm):
|
||||
"asset_group": "Asset groups determine which pairs can be traded.",
|
||||
"risk_model": "The risk model to use for this strategy. Highly recommended.",
|
||||
"trading_times": "When the strategy will place new trades.",
|
||||
"order_settings": "Order settings to use for this strategy.",
|
||||
# "order_type": "Market: Buy/Sell at the current market price. Limit: Buy/Sell at a specified price. Limits protect you more against market slippage.",
|
||||
# "time_in_force": "The time in force controls how the order is executed.",
|
||||
"entry_signals": "Callbacks received to these signals will trigger a trade.",
|
||||
|
||||
Reference in New Issue
Block a user