Author Topic: Multiple Markets  (Read 2537 times)

Tags:
  • All members
  • Posts: 14
Multiple Markets
« on: 27 Mar 2014, 23:06 »
Hi, Newbie here, although I do some VB  programming in my work - so excuse if this question is obvious. Is is possible to write a trigger(s) that will fire upon the result of something happening in another market. For example place a back bet on a correct score market in football, when something happens in the over/unders market? or would excel be needed?

Thanks in advance
Chris

  • Moderator
  • Posts: 3597
*
Re: Multiple Markets
« Reply #1 on: 27 Mar 2014, 23:48 »
Hi Chris
Welcome to the forum.
Yes that is certainly possible with or without Excel. You can learn how to do it yourself by looking at some example triggers here: http://marketfeeder.co.uk/solutions/, and by studying the manual http://marketfeeder.co.uk/download/MF7_manual_eng.pdf or you can request a trigger be developed for you here: http://community.welldonesoft.com/make-me-a-trigger!/. Feel free to ask for any advice or tips here on the forum.

By the way, here are a couple of example triggers which demonstrate something similar:
http://marketfeeder.co.uk/solutions/football/lay-0-0-half-time/
http://marketfeeder.co.uk/solutions/miscelaneous-betting/soccer-correct-score-match/
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: 3597
*
Re: Multiple Markets
« Reply #2 on: 28 Mar 2014, 08:28 »
Hi
You would use conditions in your triggers to filter the markets it will bet in. For example:
and markets name contains "Celtic"
or markets name contains "Bundesliga 1"
or markets matched volume is greater than 5000.00

On your second question, please take a look at the attached screenshot.
In the Sports column I have selected MO and OU
and I have specified conditions for the market search
further down I have specified markets name does not contain Second (for second half MO)
You can see it returns MO and OU1.5

You can save this search and then run it whenever you need to, or you can use the Scheduler to run the search automatically. Settings > Monitoring Options > Scheduler
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: 3597
*
Re: Multiple Markets
« Reply #3 on: 28 Mar 2014, 13:17 »
Hi
Yes you can do that.
Use the Locator to add MO and OU1.5 markets
Set up the first trigger block in your trigger file to delete markets that do not meet your criteria.
You will need to use a remember trigger to link the conditions for both markets in a football game.
If you search the forum for "delete market" you should find plenty examples.
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.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Multiple Markets
« Reply #4 on: 29 Mar 2014, 16:08 »
hi
Quote
I only want the trigger to check maybe 2 markets from within a single football match, not fire against any other matches I am monitoring.
to link 2 or more markets to 1 match, you should use        market_parent_id
so you would have 2 triggers set to remember
mo_market_parent_id for match odds  with a condition to use the favourite
ou1.5_market_parent_id for the over/under  with a condition to use the favourite
your conditions to link would then be
and mo_market_parent_id_1_back_price is less than x
and ou1.5_market_parent_id_1_back_price is greater than x


if you need more help to setup the triggers please use this link  http://community.welldonesoft.com/make-me-a-trigger!/
then mark or myself will complete the triggers for you


mcbee
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