Support Board
Date/Time: Tue, 01 Jul 2025 03:17:17 +0000
Post From: Next bar rage on Flex renko
[2015-07-16 19:27:11] |
Sawtooth - Posts: 4231 |
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) |