Are they the same? crosses over between 2 values

Forums ProRealTime English forum ProOrder support Are they the same? crosses over between 2 values

  • This topic has 2 replies, 3 voices, and was last updated 2 years ago by avatarJS.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #205499

    Hi, May i ask if the A and B are the same?

    A

    c2 = (indicator1[1] crosses over indicator2[1]) or (indicator1[2] crosses over indicator2[2])

    <hr />

    B

    c1 = (indicator1 crosses over indicator2)

    c2 = c1[1] or c1[2]

    thanks

    #205520

    Do you get the same result with A and B when testing (A only, then B only) as part of an Auto-System?

    If No, then A is not the same as B.

    1 user thanked author for this post.
    #205543
    JS

    Hi @WingYip

    With a simple test you can see that A and B give the same result…

     

    2 users thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login