"DEFPARAM" in probuilder, limit time

Forums ProRealTime English forum ProBuilder support "DEFPARAM" in probuilder, limit time

Viewing 3 posts - 1 through 3 (of 3 total)
  • #18515

    Hi,

    I want to make my indicator empty if between different time periods, how do i do this?

    Otherwise i could use

    DEFPARAM FlatBefore = xxxxxx
    DEFPARAM FlatAfter = yyyyyy

    But not in ProBuilder..

     

    Thanks!

    #18522

    Make a time a condition and set your returned values to 0 if this condition is met.

    Let’s say your return statement is as follow:

    Make a time condition:

    Should work in most cases, depends on your whole code, but you didn’t post it 🙂 Let us know if it’s ok.

     

    1 user thanked author for this post.
    #18622

    Got it to work, if someone wants to add multiple time restrictions i used:

    in the “if” function.

    Thanks again.

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