Support Board
Date/Time: Sat, 03 May 2025 17:05:17 +0000
Post From: spreadsheet for trading
[2013-06-17 13:10:09] |
Sawtooth - Posts: 4212 |
If the arrow is printed from any column except K-N, you must tell it where to print. If the value is TRUE/FALSE in columns O and above, it will print it at zero, not at the high/low of the bar. Here's how to correct this: Up arrow: IF(yourconditions,D3,0) Down arrow: IF(yourconditions,C3,0) |