Support Board
Date/Time: Sun, 24 Nov 2024 23:55:19 +0000
Post From: Color bar help
[2024-04-25 15:02:11] |
John - SC Support - Posts: 36238 |
With regards to the bars that are being colored (or not being colored going back), we see that you have the "Numbers of Bars to Calculate" set to 1000. Try increasing this to get colored bars further back in time. With regards to the other question, the image you provided is basically asking to color the bar when the study value is 0. In order to overcome floating point errors and the fact that the result may not be exactly zero, you would want to test a small range of data around zero. So you would use a formula like the following: =AND(ID1.SG1 > -.01, ID1.SG1 < .01) This will give you a true result when the value of that subgraph at that bar is between 0.01 and -0.01. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |