Support Board
Date/Time: Tue, 21 Jan 2025 07:28:17 +0000
Post From: renko bar predictor for flex renko inverse set
[2018-07-10 14:21:24] |
John - SC Support - Posts: 37327 |
There are two problems with your formula. First, the IF statement takes 3 parameters - 1: The condition to check; 2: What to return if True; and 3: What to return if False. You are missing the 3rd parameter. Second, you need to have the brackets next to the item that they are adjusting, so get rid of the spaces after the O, C and H. Your formula should look like this after you correct it: =IF(O[-1] - C[-1] < 0, H[-1] + 2, 0) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |