Login Page - Create Account

Support Board


Date/Time: Mon, 17 Mar 2025 10:59:11 +0000



Post From: Programming Spreadsheet - Entry if DMI difference is > 5

[2022-08-18 12:43:22]
Sawtooth - Posts: 4185
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))