Support Board
Date/Time: Sun, 15 Mar 2026 12:36:25 +0000
Post From: Programming Spreadsheet - Entry if DMI difference is > 5
| [2022-08-18 12:43:22] |
| Sawtooth - Posts: 4316 |
|
The DI+/DI- subgraphs need a @3 row reference: BuyEntry =AND(CROSSFROMBELOW(ID0.SG4@3:ID0.SG4@4, ID5.SG5@3:ID5.SG5@4),((ID9.SG2@3-ID9.SG1@3)<5)) SellEntry =AND(CROSSFROMABOVE(ID0.SG4@3:ID0.SG4@4, ID5.SG4@3:ID5.SG4@4),((ID9.SG1@3-ID9.SG2@3)<5)) |
