We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0576f commit 740cab7Copy full SHA for 740cab7
1 file changed
lib/defaults.ts
@@ -68,6 +68,14 @@ export const defaultConfig: StrategyConfig = {
68
alertsEnabled: true,
69
webhookEnabled: true,
70
showDashboard: true,
71
- showBackground: true
+ showBackground: true,
72
+ enforceChartTimeframe: true
73
+ },
74
+ visual: {
75
+ profile: "clean",
76
+ colorBars: false,
77
+ showSignalScore: false,
78
+ showRiskOutcomeLabels: true,
79
+ showTrendRibbon: false
80
}
81
};
0 commit comments