Pages:
Actions
  • #1 by ricardofaria90 on 06 Aug 2012
  • Hi,

    For my strategy I wanna limit the markets loaded (60) but I still can't do it. Sometimes I've loaded more than 200 markets and the Marketfeeder gets blocked.

    PS: I've the version 7.0.0.34
  • #2 by MarkV on 06 Aug 2012
  • Hi
    These two posts might help:
    http://community.welldonesoft.com/troubleshooting-8/problem-if-too-many-markets-added/
    http://community.welldonesoft.com/triggered-betting-10/limit-number-of-markets/
    you could also make a trigger to delete markets based on their event_start and get the scheduler to reload them every hour or so, depending on how quickly the finished markets are deleted.
    and perhaps you might make some use of these variables:
    market_num
    refr_market_num
    e.g. sort by event start time
    delete market if market_num is greater than 60
  • #3 by mcbee on 06 Aug 2012
  • hi
    be carefull with the market_num is greater than 60
    this will delete any market
    you would have to use market_index is greater than 60

    mcbee
  • #4 by MarkV on 06 Aug 2012
  • hi
    be carefull with the market_num is greater than 60
    this will delete any market
    you would have to use market_index is greater than 60

    mcbee
    well spotted mcbee
Pages:
Actions