Support Board
Date/Time: Fri, 07 Feb 2025 15:08:08 +0000
Post From: Can Study ID's Have an On/Off or True/False State?
[2015-01-08 19:10:04] |
cmet - Posts: 605 |
Thanks, I know the basic use (I think that's what you're referring to). Forgot to mention that I'm trying to reference this from a different chart. The syntax above is interchangeable with the one you posted (if I understand you correctly). Here's a more detailed version of what I'm trying to do: Say I have a Color Bar Based on Alert Condition. It has an ID of 1. The syntax for that condition is say, a higher high with an indicator (ID2) showing a lower low: =AND(H > H[-1], ID:2.SG1 < ID:2[-1]) Now I want to create a new alert that uses the above alert but in a different chart. For instance I have the above alert on a 5 minute chart but I want to add a new alert to a 1 minute chart. For example, new alert is an indicator higher than one period ago: =ID:4.SG1 > ID:4.SG1[-1] So, what I want to do now is make sure that the both the top alert and the new alert conditions are true. I thought it would be something like this: =AND (ID:2.SG1 = TRUE, ID:4.SG1 > ID:4.SG1[-1]) Is it possible to do this? Date Time Of Last Edit: 2015-01-08 19:11:08
|