Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 16:54:09 +0000



Post From: Spreadsheet Trading // Resolving edge case around entry immediately after a stop exit

[2024-05-29 14:53:20]
Sawtooth - Posts: 4119
Is there a way to solve this?
Try this workaround:
Set Signal Only On Bar Close to No, and edit all references one row higher, e.g. from row 3 to row 4, and from row 4 to row 5, etc.
(Entries will be at the open of the next bar (same as close of current bar)).

However, when you do this, arrows marking the entry bar will be one bar late.
To place arrows at the entry bar:
- Set the K3/M3 draw style to Hidden
- Use 2 spare Formula Columns with the same entry formulas, but with row 3 references, and set the draw styles to the arrows.
- To place the arrows correctly, use formulas like this:
=IF(BuyEntryFormula,D3,0)
=IF(SellEntryFormula,C3,0)