Pages:
Actions
  • #1 by Nelson59 on 19 Jan 2021
  • Hello,

    Can I send an alert when one market is not refreshing? Using nowtime or something else.

  • #2 by Nelson59 on 19 Jan 2021
  • Hello Mark, Oxa

    What do you think about attached trigger? Is it working? I don't know how to test.
    I found that there is nothing in Program logs and one of the markets was not refreshing. (Timestamp was verry big). Other three markets refreshed ok.
  • #3 by Nelson59 on 19 Jan 2021
  • Corrected something in trigger: is idle_rate no idle_time and found a way to test; but it is not function. For testing: I set idle_rate 5 seconds and inplay_rate 1 second. Then change manually inplay_rate to 10 or 20 seconds. Watched (now_time - wdog_time)/mf_second in variables; it is increasing to 10 or 20 but no alert !
  • #4 by MarkV on 19 Jan 2021
  • Hi
    If a market is not refreshing any trigger will not work on that market. A market must be refreshing for a trigger to execute. And if for some reason it is refreshing with a very big timestamp, the trigger needs to wait for the next refresh which could be forever. But are you sure the market is not refreshing? Or has the status changed to suspended, e.g. postponed event?

    It might be better if you want to make an alert to use the market_num variables to compare e.g.
    execute once in each market to check my markets for:
    market_num is not equal to refr_market_num

    there are other market_num variables you can use as well
  • #5 by Nelson59 on 19 Jan 2021
  • I found a similar topic here;

    https://community.welldonesoft.com/marketfeeder-triggered-betting/markets-stopped-refreshing/msg96417/#msg96417

    Today I had 5 markets and from them one was not refreshing. All others worked fine. While looking at them I have noticed that at one the timestamp was big. After manually pressed the left button even this started to work. I will try to dig with inplay_market_num and refr_market_num. Any help will be appreciated.
  • #6 by Nelson59 on 19 Jan 2021
  • Should this work ?
  • #7 by MarkV on 19 Jan 2021
  • Hi
    I don't think that will work because you need to compare to all markets in my markets which is market_num.
    so I suggest:
    selections trigger expression waiting_market_num+refr_market_num is not equal to market_num
    no guarantees this will work but might be worth trying

    BUT
    from your earlier post this sounds like a market which has been deleted by Betfair and then re-added to the market list. If this happens can you check the program log for an error.  
Pages:
Actions