Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 10:00:28 +0000



Post From: spreadsheet for trading

[2013-06-17 13:10:09]
Sawtooth - Posts: 3952
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)