Pages:
Actions
  • #1 by SartuX on 24 Jun 2019
  • Hi Guys,

    I made a trigger that makes me multiple entries on a given game (soccer)

    the basic concept is that if a position is opened the next one must open no earlier than 50/55 seconds.

    Unfortunately I have not found any variable that gives me the time of the last entry, how could I overcome this problem?

    in practice at every variation of the odds the trigger opens the position, but it happens that it can open two at the same time, I also tried to limit the accesses for single odd but if I use the variable
    bm_bpricedat_back_price (to receive the number of matched for the current quota) I have an error

    So how could I limit the accesses simultaneously?
  • #2 by SartuX on 24 Jun 2019
  • and if i save the time for the single entry?

    variable = now_time

    condition
    Selection's Trigger Expression now_time-variable as greater 5000 (50 sec.)

    is correct?
  • #3 by pcal72 on 25 Jun 2019
  • You must use

    condition
    Selection's Trigger Expression (now_time-variable)/mf_second as greater than 50

    pcal
Pages:
Actions