Support Board
Date/Time: Sun, 02 Nov 2025 01:40:30 +0000
Post From: Two separate signals using the same trading system based on alert condition study
| [2024-04-11 03:12:39] |
| User585993 - Posts: 83 |
|
I have two separate signals that I want to use the same trading system based on alert condition study I have this formula: =AND(C[0] > C[-1], ID1.SG1[0] < 0, ABS(ID1.SG1) > 500) I need to add another signal from ID13.SG1 I tried this one without success =AND((C[0] > C[-1], ID1.SG1[0] < 0, ABS(ID1.SG1) > 500), OR(ID13.SG1[0] > 0)) What am I missing? |
