Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 07:25:41 +0000



Post From: auto trade

[2022-03-15 02:27:41]
User829162 - Posts: 31
The Formula is missing an addition closed parenthesis at the end.

Alert Formula Error - Chart: MESM22 [CB][M] 512 Trades #16 | Study: Trading System Based on Alert Condition | Error: #SYNTAX! | Formula: =OR(CROSSFROMABOVE(C, ID7.SG2),CROSSFROMBELOW(C, ID7.SG1)


Formula: =OR(CROSSFROMABOVE(C, ID7.SG2),CROSSFROMBELOW(C, ID7.SG1) )

Always break down each condition and match the parenthesis


=OR( CROSSFROMABOVE(C, ID7.SG2), CROSSFROMBELOW(C, ID7.SG1) )