Login Page - Create Account

Support Board


Date/Time: Tue, 04 Mar 2025 13:21:07 +0000



Post From: coding help;

[2021-12-08 20:47:55]
User259724 - Posts: 43
I am new to writing code. If I have a condition, for example, that a close be higher than 2 moving averages, that would be and(c>ID1.SG1, c>ID2.SG1) where ID1.SG1 and ID2.SG1 are the 2 moving averages. If I want to have the condition, for example, that a close be higher than either moving average, that would require an "or" condition. How would I write this?
Thanks for any replies.