File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export type TakeProfitMode = "risk_reward" | "percent" | "opposite_signal" | "no
77export type EntryTrigger = "trend_state" | "ema_cross" | "pullback_reclaim" | "vwap_reclaim" | "supertrend_flip" | "breakout" ;
88export type SpotExitMode = "trend_break" | "ema_cross" | "rsi_overbought" | "htf_bearish" | "combined" ;
99export type VisualProfile = "clean" | "enhanced" | "advanced" ;
10+ export type SessionTimezone = "exchange" | "America/New_York" | "Europe/London" | "Europe/Istanbul" | "UTC" ;
1011
1112export interface StrategyConfig {
1213 name : string ;
@@ -73,6 +74,7 @@ export interface StrategyConfig {
7374 cooldownBars : number ;
7475 sessionEnabled : boolean ;
7576 session : string ;
77+ sessionTimezone : SessionTimezone ;
7678 alertsEnabled : boolean ;
7779 webhookEnabled : boolean ;
7880 showDashboard : boolean ;
You can’t perform that action at this time.
0 commit comments