mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
feat: add trading_mode and margin_mode to backtest types
This commit is contained in:
parent
573ce60b5f
commit
dc7e2afc0d
|
@ -123,6 +123,8 @@ export interface StrategyBacktestResult {
|
|||
trailing_only_offset_is_reached: boolean;
|
||||
use_custom_stoploss: boolean;
|
||||
minimal_roi: Record<string, number>;
|
||||
margin_mode?: 'cross' | 'isolated';
|
||||
trading_mode?: 'spot' | 'futures';
|
||||
|
||||
/** @deprecated - replaced by use_exit_signal 2.x */
|
||||
use_sell_signal?: boolean;
|
||||
|
|
Loading…
Reference in New Issue
Block a user