Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 08:24:57 +0000



Post From: Spreadsheet autotrade replay is entering when condition is zero

[2024-08-06 02:37:09]
Sawtooth - Posts: 4214
With 'Signal Only On Bar Close' set to No, your entry will be at first occurrence intrabar.
Is this your intention?

You would not have multiple entry signals in the same bar unless the signal cycled through FALSE. IOW, each new signal must follow a FALSE.
Is it your intention to have multiple signals in the same bar?

With 'Reset Condition On New Bar' set to No, there would not be a new signal at a new bar unless the signal cycled through FALSE.
Maybe 'Signal Only On Bar Close (K,M)' should be set to Yes.

Also, historical arrows only occur if the condition existed at close-of-bar. There are no historical arrows for intrabar signals.

You would use J29 to cancel a working order, so that you could place a new one at a different price.
However, canceling and replacing in the same bar is fraught with issues. Even doing it in the subsequent bar can be problematic.
IMO, intrabar signals can be problematic, whereas close-of-bar signals are straight-forward.