Pages:
Actions
  • #1 by Jaderson Falcão on 19 Mar 2018
  • Hello!

    Is there any function / variable that has the information of which inputs are currently made? For example, if theft is with 3 entries in progress, is there any way for you to see this amount?

    I have tried to do this using a counter q increases qnd the entry is made, and decreases qnd the entry is finalized, however sometimes it enters more than the established limit, and sometimes does not decrease properly when the bet is closed.
  • #2 by Oxa (WellDoneSoft) on 21 Mar 2018
  • Hello!

    No, unfortunately there is no counter for the number of markets where you have placed your bets.

    The standard scheme for counting your entries is incrementing the counter after each bet and decrementing it at the end of the market. See the example triggers attached.
  • #3 by mcbee on 21 Mar 2018
  • hi
    not sure if this is what you need but.
    allbets_lm_num
    will record and change lay bets made as they are made and settled
    for back bets
    allbets_bm_num

    mcbee
Pages:
Actions