Hi team,my code is create insight with 20day and i can confirm from log

2024-07-01 12:00:00 :	emitt MSTR RBGP9S2961YD 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt GSAH WWLQTC5JUC85 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt VST WKELFN09PUN9 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt ALNY SZ18XERVT9ID 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt CHWY X5BUF5UE90F9 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt DUOL XQHYFIZ1GYN9 20 days, 0:00:00
2024-07-01 12:00:00 :	emitt RIVN XTDCDCDRI6HX 20 days, 0:00:00

however, in backtest pannel i saw period get messed with other period. 


Date Time	Symbol	Direction	Period	Confidence	Weight
2024-07-01 12:00:00	MSTR	Up	20d 00h:00m:00s		None
2024-07-01 12:00:00	VRT	Up	20d 00h:00m:00s		None
2024-07-01 12:00:00	VST	Up	25d 11h:59m:59s		None
2024-07-01 12:00:00	ALNY	Down	04d 11h:59m:59s		None
2024-07-01 12:00:00	CHWY	Down	04d 11h:59m:59s		None
2024-07-01 12:00:00	DUOL	Down	00d 11h:59m:59s		None
2024-07-01 12:00:00	RIVN	Down	25d 11h:59m:59s		None

my code are usign those provided models and didn't insert other code that could mutate the insight period.

        self.set_portfolio_construction(EqualWeightingPortfolioConstructionModel(self.RebalanceFunction))
        self.set_risk_management(MaximumDrawdownPercentPerSecurity(self.risk))
        self.set_execution(ImmediateExecutionModel())