Support Board
Date/Time: Thu, 03 Jul 2025 11:48:31 +0000
Post From: Zig Zag Study Oscillator and Spreadsheet Trading
[2020-07-18 19:21:36] |
Sawtooth - Posts: 4231 |
If you only want a +1/-1 for the pos/neg slope of the ZZ Osc, try something like this in a Formula Column: =IF(ID1.SG9@3>0,1,IF(ID1.SG9@3<0,-1,0)) where the ZZ study is ID1. And there is this example that outputs +1/-1 of a subgraph line's upslope/downslope: Spreadsheet Example Formulas and Usage: Formula that Matches the Slope Coloring of a Study Subgraph Line |