Support Board
Date/Time: Mon, 12 May 2025 18:51:47 +0000
Post From: Create a Trading System with Spreadsheet
[2014-12-19 15:14:21] |
Sawtooth - Posts: 4214 |
The formula does not give an error when I try it. A buy exit formula would go in cell L3, and would most likely not use an absolute reference to E3 =OR(AND($J$8>0,E3<=$J$9-1),AND($J$8>0,E3>=$J$9+2)) You could also write the formula this way: =AND($J$8>0,OR(E3<=$J$9-1,E3>=$J$9+2)) |