Support Board
Date/Time: Thu, 30 Oct 2025 16:49:59 +0000
Post From: Next bar rage on Flex renko
| [2015-07-16 19:27:11] |
| Sawtooth - Posts: 4281 |
|
Try this: =IF(ROW()=3,IF(B4<E4,C4+5*$J$21,0),0) This would also work: =IF(AND(ROW()=3,B4<E4),C4+5*$J$21,0) |
