Pages:
Actions
  • #1 by Hélcio Mota on 27 Oct 2017
  • Hi, Folks.
    Can You help me to understand how remember works?

    I need one market at the same market_parent to know that other markets with the same market_parent exists, how can I do that?

    In fact, I want to limitate the number of refreshed markets, but I don't want one market that has the same market parent as another to stop refreshing.

    Thanks in advance,
    Hélcio
  • #2 by Tim (WellDoneSoft) on 27 Oct 2017
  • Hélcio,

    You don't need the remember action (it's for keeping selection's params for long time).
    You need to check market parameters for cross-matching markets using market prefixes.
    Like winplace_*, football1*_ etc.
  • #3 by Oxa (WellDoneSoft) on 27 Oct 2017
  • So for example, if you want to refresh only Correct Score and Match Odds, you can check if football1_s_1_sel_id >0 and football2_s_1_sel_id >0.
  • #4 by Hélcio Mota on 27 Oct 2017
  • Hi, Tim.
    Thanks for your quick response.

    What you teach me will help, thanks, but it's not what I want.

    I want to mark some market_parent (about 6 matches) so the trigger that stops refreshing more then 18 simultaneous markets do not act in all markets that have this 6 market_parent

    For example:
    Match 1 (Half Time, Over 0,5, Over 1,5)
    Match 2 (Half Time, Over 0,5, Over 1,5)
    Match 3 (Half Time, Over 0,5, Over 1,5)
    Match 4 (Half Time, Over 0,5, Over 1,5)
    Match 5 (Half Time, Over 0,5, Over 1,5)
    Match 6 (Half Time, Over 0,5, Over 1,5)
    Match 7 (Half Time, Over 0,5, Over 1,5)


    There are 21 markets

    I want to save market_parent from Match 1 to Match 6 so I can garantire that only the 3 markets of Match 7 will stop refreshing.

    I hope I'm clear enough

    Thanks in advance
    Hélcio
  • #5 by Oxa (WellDoneSoft) on 27 Oct 2017
  • I see, but unfortunately this can't be achieved through the "remember" trigger, or at least I do not see an immediate solution.
  • #6 by Hélcio Mota on 05 Nov 2017
  • Why does this solution do not work?

    What I did was, hmRefresh to remember the selection that matches other trigger when hmRefresh_number is less then a constant and selections market_parent is not remembered by hmRefresh

    Then, the Limiting refreshed markets trigger stop refreshing all markets that are not remembered in hmRefresh

    Please help me, because all my football bots do not work properly when to many markets are simultaneosly refreshed
  • #7 by Oxa (WellDoneSoft) on 06 Nov 2017
  • Like I said earlier, we are working on a solution to limit the number of markets refreshed simultaneously. This solution will be available in one of the forthcoming versions of MF Pro.
  • #8 by Hélcio Mota on 07 Nov 2017
  • Thanks, Oxa.
    But can You look at my trigger to find out what I'm doing wrong?
    Thanks in advance
    Hélcio Mota
  • #9 by Oxa (WellDoneSoft) on 10 Nov 2017
  • Well, there is a number of problems in the triggers you attached. But the one I would like to discuss is this condition in the trigger "Marking refreshed markets":

    and not Selection's Trigger Expression market_parent is equal to hmRefresh_market_parent

    market_parent is a market variable, i.e. it holds a property or parameter of a market you are referring to.

    Whereas hmRefresh_ is the prefix for referring to remembered selections. Therefore, hmRefresh_market_parent will not be parsed correctly, as the trigger does not remember the markets -- only selections. Besides, the way you did it, the trigger will add selections from a multitude of markets and save them all under the name hmRefresh, so they won't even belong to the same market_parent.

    Please wait until we deliver the solution for limiting the number of refreshed markets. I'm afraid this problem cannot be solved with triggers at the moment.
  • #10 by Hélcio Mota on 13 Nov 2017
  • Thanks, Oxa, I'll wait for it
Pages:
Actions