Support Board
Date/Time: Mon, 23 Dec 2024 07:03:58 +0000
Post From: User Questions
[2014-12-30 19:43:23] |
User53474 - Posts: 19 |
The same problem happens without absolute references. It also happens with other values, not only the swing high and low study. I just created that example so you could easily reproduce it yourself. The problem is with multiple flex renko bars that are created within the same second. At various times when this happens the calculations are skipped for an entire row. Even something as simple as crossing a moving average is not noticed. If I want to check that the high of the bar in row 5 (c5) is less than the ma in row 5 and the low of the bar in row 4 (d4) is greater than the ma in row 4, when this problem occurs even though the condition I just described was met and the price bars crossed the ma from below, the check for this does not return true at any time, it is just skipped when the flex renko bars are created rapidly, basically within the same second. This is not about my formulas, or about absolute vs. relative references, or about a specific study. It is a problem with the way certain flex renko bars are handled internally by the spreadsheet. |