Author Topic: MFP missed market suspension with 5 sec refresh  (Read 9315 times)

Tags:
  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #15 on: 21 Jun 2015, 19:23 »
Hello Mark,
I have some problems with this trigger, it seems I didn't set properly something. I check log and always see :

 -  Checking condition and Trigger Starting the timer Number of runs is greater than 0.
 -  Condition is: FALSE.

In betting trigger I added action to place bet when detected score is 1:0, but above condition is never true.

Can you just add blocks (or what is need) for two results which will work with your timer.
 If result is 1:0 place back bet on selection 10 on Correct score market, odd 6, stake 10
 If result is 2:0 place back bet on selection 10 on Correct score market, odd 5, stake 20

This is just example to see how I need to set for other scores. I need timer for all scores so it is need to be reset after every goal.

Also is it possible to be added command in MFP  called "minutes(or seconds) since score changed" . This should be same as this timer, but much easier to use.
Best regards.

  • Moderator
  • Posts: 3605
*
Re: MFP missed market suspension with 5 sec refresh
« Reply #16 on: 22 Jun 2015, 11:06 »
Hi
I'm testing a trigger for you but I have to wait for goals. I will post here when tested.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #17 on: 22 Jun 2015, 11:16 »
Ok, thank you Mark. You can set score whatever you want, I just need to see example.

  • Moderator
  • Posts: 3605
*
Re: MFP missed market suspension with 5 sec refresh
« Reply #18 on: 22 Jun 2015, 14:21 »
Hi
OK only tested for one activation of the triggers but you can see how it works.

The timer is reset to 0 when the market starts refreshing
Timer is set to now_time when score changes
Betting triggers check the score line and waiting time for the timer (set at 120sec in the constant)
Timer is reset to 0 after bet in the betting trigger.

Hope this helps and please use test mode to try it out. 
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #19 on: 25 Jun 2015, 23:08 »
Hi Mark,
Thank you for your help. It seem that this work ok for first goal on the match, but not work for later scores. I tested for other scores  but there is some problem with timer after first goal is scored. Are you able to add some more scores, as 2-0, 0-2, 1-1 because I don't know how to set this to work with timer.

  • Moderator
  • Posts: 3605
*
Re: MFP missed market suspension with 5 sec refresh
« Reply #20 on: 26 Jun 2015, 18:22 »
Hi
Please try the attached trigger file in test mode.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #21 on: 28 Jun 2015, 19:58 »
Hi Mark,
Thank you for help. For first goal it works ok, but if no bets placed on first goal (not all conditions fulfilled), then timer is not reseted. In this simple example with no additional conditions, bets are placed after 120 sec of waiting time, but in my trigger with more conditions, sometimes there is no bets placed when score 1-0 or 0-1. Then when next goal is scored (2-0, 0-2 or 1-1) bets are placed immediately after all conditions fulfilled, because timer still count time from first goal, 120 seconds already passed(except when there are two goals scored in very short space).
I still think that new variable ("minutes/seconds since score change") would resolve problem, but it seems that developers are not interested to add that.
Best regards.

  • Moderator
  • Posts: 3605
*
Re: MFP missed market suspension with 5 sec refresh
« Reply #22 on: 28 Jun 2015, 21:20 »
Hi
I've made some changes but I can't test it at the moment. Please could you try this one and let me know how you get on. Thanks.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Moderator
  • Posts: 3605
*
Re: MFP missed market suspension with 5 sec refresh
« Reply #23 on: 29 Jun 2015, 11:40 »
Hi
I just tested it and it's still not right. I don't think it's far off working properly. Unfortunately I am away now for a few days. I'll look at it again then, or perhaps someone else might assist.
cheers
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #24 on: 29 Jun 2015, 14:43 »
Ok Mark, hopefully something could be made, I will wait.

  • All members
  • Posts: 365
Re: MFP missed market suspension with 5 sec refresh
« Reply #25 on: 29 Jun 2015, 21:57 »
I have updated the trigger with a variable that keep tracks of the score. Everytime a goal is scored the timer will be updated and the expression "(now_time-timer)/mf_second" will give you number of seconds sins last score or since the trigger were strated the first time.

I have tested it for one game it seem to work.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #26 on: 29 Jun 2015, 22:08 »
Thank you tupp, I will try.

  • All members
  • Posts: 365
Re: MFP missed market suspension with 5 sec refresh
« Reply #27 on: 29 Jun 2015, 22:30 »
Sorry the new trigger block was set to all markets status, it should only be in-play. I've changed it now anyway.

  • All members
  • Posts: 94
Re: MFP missed market suspension with 5 sec refresh
« Reply #28 on: 04 Jul 2015, 11:07 »
Hi tupp,
This is not going to work. Timer is started when match starts , not when score change. It always count time from start of match for every goal scored, so bets always placed except if goal is scored in first two minutes of match, because 120 sec is not yet passed.

 

Please note, BetFair is seems to be currently OFFLINE