Author Topic: previous event settled  (Read 3613 times)

Tags:
  • All members
  • Posts: 59
  • Gender: Male
previous event settled
« on: 25 Feb 2016, 09:05 »
trigger does not place any bets, but previous trigger is settled.

i had added condition to place next back bet when previous triggered event status is settled, but still it waits for something and didnt place bet. I am doing it on AUS horse market.

Whats wrong?

  • Moderator
  • Posts: 3605
*
Re: previous event settled
« Reply #1 on: 25 Feb 2016, 10:05 »
Hi
the first event does not have a previous settled event, so the trigger never starts, use a condition block:

AND
     trigger <betting trigger name> number of runs is equal to 0 overall
     or previous triggered events status is settled
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: 59
  • Gender: Male
Re: previous event settled
« Reply #2 on: 25 Feb 2016, 10:39 »
Thanks! Ok, added

trigger <betting trigger name> number of runs is equal to 0 overall

to conditions and will run the trigger again, will update here about results!

  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #3 on: 25 Feb 2016, 11:59 »
overall must be checked or unchecked?

  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #4 on: 25 Feb 2016, 13:22 »
and again it stopped... run good, then suddenly stopped...

  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #5 on: 25 Feb 2016, 13:57 »
unchecked overall and restarted - it run again

  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #6 on: 25 Feb 2016, 19:57 »
Well - trigger filed again... run good, but then suddenly paused for about 30minutes and look what i got: -177EUR.

  • Moderator
  • Posts: 3605
*
Re: previous event settled
« Reply #7 on: 25 Feb 2016, 20:54 »
Hi
The trigger logs will show what caused the 30min pause.
You asked earlier about number of runs. From the manual:

"The number of times the trigger with the chosen name has been executed. If "overall" is ticked, this number is cumulative for all markets that have been refreshed since the start of the program. Otherwise this number is counted only for the current market. When the block that the trigger belongs to is set to repeat more than once, this number is reset each time the block is repeated."

So if you untick overall, it will always be zero on the current market (unless you are repeating the trigger in the same market), and the trigger will execute on every new market and not check if previous event is settled.

Most of the example staking plan triggers use similar conditions to this:
AND
     trigger <betting trigger name> number of runs is equal to 0 overall
     or previous triggered events status is settled
http://marketfeederpro.com/learn/triggers/by-tag/tags/staking-plan/
These triggers are tested and function correctly for staking. Please have a look at some of them and see if you can use the basic structure for your trigger.

I do hope you are using test mode for testing your triggers, especially so if you are using staking plans.
If you would like your trigger checked and tested by the trigger development service, please post a request here:
https://community.welldonesoft.com/marketfeeder-make-me-a-trigger/

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: 59
  • Gender: Male
Re: previous event settled
« Reply #8 on: 25 Feb 2016, 20:59 »
my trigger have the same option:
"AND
     trigger <betting trigger name> number of runs is equal to 0 overall
     or previous triggered events status is settled"

Why? Because i copied tested trigger and modified it a little bit.

  • Moderator
  • Posts: 3605
*
Re: previous event settled
« Reply #9 on: 25 Feb 2016, 21:39 »
my trigger have the same option:
"AND
     trigger <betting trigger name> number of runs is equal to 0 overall
     or previous triggered events status is settled"

Why? Because i copied tested trigger and modified it a little bit.
Ok that's good on the conditions and the example trigger.
It is difficult to tell why the trigger stops for 30mins, to me it sounds like a market delayed in settling but I'm sure the answer is in the log.
If you want someone to check your trigger you have a quota of free requests on the development service or you could try posting it on here.
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: 59
  • Gender: Male
Re: previous event settled
« Reply #10 on: 26 Feb 2016, 09:16 »
still i cant understand this - these kind of triggers worked great for some month, and as soon as i started to get some profit they failing every single day.

  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #11 on: 26 Feb 2016, 14:20 »
placed this bet more than 30 minutes ago. Still waiting to be settled.


  • All members
  • Posts: 59
  • Gender: Male
Re: previous event settled
« Reply #12 on: 26 Feb 2016, 14:30 »
closed marketfeeder and restarted it - bet was settled and trigger placed new bet.

  • Moderator
  • Posts: 3605
*
Re: previous event settled
« Reply #13 on: 26 Feb 2016, 17:21 »
Hi
Your screenshot shows (null) for the market name, and the matched lay bet has no selection name, and there is a blank entry in My Markets where it is highlighted. Clearly something is not right. Please try a new Profile and use Test Mode to see if things are working better in the new profile. If that is not helping then please contact support and I'm sure they will work with you to try and fix it. 
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.

 

Please note, BetFair is seems to be currently OFFLINE