Pages:
Actions
  • #1 by Jaderson Falcão on 22 Aug 2017
  • Good Morning.
    I have used the following code for the trigger to enter only one run at a time:
    Trigger <trigger_name> number of runs is equal to 0 overall
    Or
    Previous

    This works most of the time, but in some cases this triggers the trigger, because it is "waiting" for a result to come out that has already gone out.

    I'm trying to use the following idea, but I'm not hitting the setup:
    Create a variable, which it receives the values "YES" if the input has been made, and receives the value "NO" when the result comes out.

    Could you help me with the parameters?
  • #2 by Oxa (WellDoneSoft) on 22 Aug 2017
  • Hello!

    Please explain in more details what you mean by this:

    Quote
    because it is "waiting" for a result to come out that has already gone out.
  • #3 by Jaderson Falcão on 23 Aug 2017
  • Hello!

    I noticed that part of the code ...

    Trigger <trigger_name> number of runs is equal to 0 overall
    Or
    Previous triggered status is settled


    For some reason I do not know, the result of the previous race leaves and this part of the code does not "perceive" that the result has left, and is waiting for the result to leave. With that he stops making entries.

    To try to work around this, I'm trying to control this with a variable. Then I check the value of this variable before making the entry, to know if the result of the previous entry has already left.
  • #4 by Oxa (WellDoneSoft) on 24 Aug 2017
  • Do you delete the previous finished/settled markets? If yes, you should not do this and turn OFF the option "Delete finished/settled events automatically" in "General Options", because if the market is deleted its status cannot be checked, and so the condition will not be satisfied.
  • #5 by Jaderson Falcão on 24 Aug 2017
  • Hello,

    No, I do not delete it and this option is demarcated.
    This problem does not always occur. Taking into account that there are around 90-100 races a day, and every day has race, this problem occurs about once a week.
    I use theft in a VPS, so I do not have problems with my notebook or my internet at home.

    So I'm looking for a different way. I thought I try a variable to register NOT for the 'result has not yet left' and YES for the 'output left' should solve this type of problem.
  • #6 by Oxa (WellDoneSoft) on 25 Aug 2017
  • You can add another condition that just ignores the other two if too much time has passed since the start of the previous triggered event:

    or Previous Triggered Event's Minutes Since Start is greater than X
  • #7 by Jaderson Falcão on 25 Aug 2017
  • Hmmm ... that should solve
    I will do this.
    thank you so much
Pages:
Actions