diff --git a/src/components/charts/CandleChartContainerSimple.vue b/src/components/charts/CandleChartContainerSimple.vue
new file mode 100644
index 0000000000..a082f1e7f8
--- /dev/null
+++ b/src/components/charts/CandleChartContainerSimple.vue
@@ -0,0 +1,144 @@
+
+
+
+
+ {{ pair }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/charts/CandleChartSimple.vue b/src/components/charts/CandleChartSimple.vue
new file mode 100644
index 0000000000..2082986983
--- /dev/null
+++ b/src/components/charts/CandleChartSimple.vue
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue
index c29d4872bd..b96d0f6334 100644
--- a/src/components/layout/NavBar.vue
+++ b/src/components/layout/NavBar.vue
@@ -19,6 +19,7 @@
>Dashboard
Chart
+ Grid
Logs
Backtest = [
name: 'Freqtrade Graph',
component: () => import('@/views/Graphs.vue'),
},
+ {
+ path: '/graph_grid',
+ name: 'Freqtrade Graph Grid',
+ component: () => import('@/views/GraphsGrid.vue'),
+ },
{
path: '/logs',
name: 'Freqtrade Logs',
diff --git a/src/views/GraphsGrid.vue b/src/views/GraphsGrid.vue
new file mode 100644
index 0000000000..775052e472
--- /dev/null
+++ b/src/views/GraphsGrid.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+