mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
parent
062dc1c3e1
commit
0a13da326b
|
@ -142,10 +142,8 @@ export default defineComponent({
|
|||
);
|
||||
|
||||
const hasShorts =
|
||||
props.dataset.enter_short_signals &&
|
||||
props.dataset.enter_short_signals > 0 &&
|
||||
props.dataset.exit_short_signals &&
|
||||
props.dataset.exit_short_signals > 0;
|
||||
(props.dataset.enter_short_signals && props.dataset.enter_short_signals > 0) ||
|
||||
(props.dataset.exit_short_signals && props.dataset.exit_short_signals > 0);
|
||||
const colShortEntryData = props.dataset.columns.findIndex(
|
||||
(el) => el === '_enter_short_signal_close',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user