Add setting to disable reduced pair calls

This commit is contained in:
Matthias 2024-04-28 15:45:18 +02:00
parent 275bad172c
commit f9355790c8
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export const useSettingsStore = defineStore('uiSettings', {
currentTheme: getCurrentTheme(),
_uiVersion: 'dev',
useHeikinAshiCandles: false,
useReducedPairCalls: true,
notifications: notificationDefaults,
profitDistributionBins: 20,
confirmDialog: true,

View File

@ -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"