Skip to content

Commit 740cab7

Browse files
committed
Configure safe timeframe and clean visual defaults
1 parent ac0576f commit 740cab7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

lib/defaults.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ export const defaultConfig: StrategyConfig = {
6868
alertsEnabled: true,
6969
webhookEnabled: true,
7070
showDashboard: true,
71-
showBackground: true
71+
showBackground: true,
72+
enforceChartTimeframe: true
73+
},
74+
visual: {
75+
profile: "clean",
76+
colorBars: false,
77+
showSignalScore: false,
78+
showRiskOutcomeLabels: true,
79+
showTrendRibbon: false
7280
}
7381
};

0 commit comments

Comments
 (0)