Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 13:48:35 +0000



Post From: Two separate signals using the same trading system based on alert condition study

[2024-04-11 03:12:39]
User585993 - Posts: 80
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?