Login Page - Create Account

Support Board


Date/Time: Sat, 15 Nov 2025 16:23:47 +0000



Post From: Bug in Market Replay (in recent release?)

[2025-09-15 20:49:38]
User61168 - Posts: 459
I checked the calculation order and there are no dependencies. Could this formula be the root cause?

I have ID16.SG1 as a spreadsheet formula study with the following formula

=IF(ID8.SG1=0,0,IF(AND(HOUR(BARTIME)=9,MINUTE(BARTIME)>=30,ID2.SG1[-1]=ID2.SG1[-5]),ID2.SG1[-1],ID16.SG1[-1]))

Could referencing a [-1] of the same study ID within it's formula cause this? It draws a line on chart so visually, it works perfect on every tick in speed=1 replay.

Thanks for the help John.