mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Add setting to disable reduced pair calls
This commit is contained in:
parent
275bad172c
commit
f9355790c8
|
@ -30,6 +30,7 @@ export const useSettingsStore = defineStore('uiSettings', {
|
|||
currentTheme: getCurrentTheme(),
|
||||
_uiVersion: 'dev',
|
||||
useHeikinAshiCandles: false,
|
||||
useReducedPairCalls: true,
|
||||
notifications: notificationDefaults,
|
||||
profitDistributionBins: 20,
|
||||
confirmDialog: true,
|
||||
|
|
|
@ -50,6 +50,13 @@
|
|||
>Use Heikin Ashi candles.</b-form-checkbox
|
||||
>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
description="Can reduce the transfer size for large dataframes. May require additional calls if the plot config changes."
|
||||
>
|
||||
<b-form-checkbox v-model="settingsStore.useReducedPairCalls"
|
||||
>Only request necessary columns (recommended to be checked).</b-form-checkbox
|
||||
>
|
||||
</b-form-group>
|
||||
<b-form-group description="Candle Color Preference">
|
||||
<b-form-radio-group
|
||||
id="settings-color-preference-radio-group"
|
||||
|
|
Loading…
Reference in New Issue
Block a user