diff --git a/src/components/ftbot/BotComarisonList.vue b/src/components/ftbot/BotComarisonList.vue new file mode 100644 index 00000000..d3444f42 --- /dev/null +++ b/src/components/ftbot/BotComarisonList.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/src/store/modules/botStoreWrapper.ts b/src/store/modules/botStoreWrapper.ts index 990d3c5b..89a883d3 100644 --- a/src/store/modules/botStoreWrapper.ts +++ b/src/store/modules/botStoreWrapper.ts @@ -25,7 +25,14 @@ export enum MultiBotStoreGetters { allProfit = 'allProfit', } -const createAllGetters = ['isBotOnline', 'autoRefresh', 'closedTrades', 'profit']; +const createAllGetters = [ + 'isBotOnline', + 'autoRefresh', + 'closedTrades', + 'profit', + 'openTrades', + 'closedTrades', +]; export default function createBotStore(store) { const state: FTMultiBotState = {