Support Board
Date/Time: Sun, 19 Jan 2025 20:54:01 +0000
Post From: Determining Slope or Direction. Cell Z3
[2018-04-27 21:02:49] |
Sawtooth - Posts: 4157 |
How does cell Z3 know which Subgraph I want to refer to?
Leave the formula in column Z, and edit it to reference ID2 instead of ID1.When entering the formula in the Buy Entry cell or Sell Entry how do I refer this formula to a specific line - say a moving average ID2.SG1@3 ?
Leave the formula in column Z, and reference a slope change in your K3, M3 formulas, like this:K3: =AND(Z4=-1,Z3=1) M3: =AND(Z4=1,Z3=-1) |