Author Topic: How do remember works?  (Read 9189 times)

Tags:
  • All members
  • Posts: 13
  • Gender: Male
How do remember works?
« on: 27 Oct 2017, 02:13 »
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

  • Tim Vetrov
  • Administrator
  • Posts: 4870
  • Gender: Male
*
Re: How do remember works?
« Reply #1 on: 27 Oct 2017, 09:02 »
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.
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: How do remember works?
« Reply #2 on: 27 Oct 2017, 09:49 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 13
  • Gender: Male
Re: How do remember works?
« Reply #3 on: 27 Oct 2017, 11:27 »
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

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: How do remember works?
« Reply #4 on: 27 Oct 2017, 12:01 »
I see, but unfortunately this can't be achieved through the "remember" trigger, or at least I do not see an immediate solution.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 13
  • Gender: Male
Re: How do remember works?
« Reply #5 on: 05 Nov 2017, 12:42 »
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

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: How do remember works?
« Reply #6 on: 06 Nov 2017, 08:50 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 13
  • Gender: Male
Re: How do remember works?
« Reply #7 on: 07 Nov 2017, 20:07 »
Thanks, Oxa.
But can You look at my trigger to find out what I'm doing wrong?
Thanks in advance
Hélcio Mota

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: How do remember works?
« Reply #8 on: 10 Nov 2017, 08:45 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 13
  • Gender: Male
Re: How do remember works?
« Reply #9 on: 13 Nov 2017, 20:52 »
Thanks, Oxa, I'll wait for it

 

Please note, BetFair is seems to be currently OFFLINE