Author Topic: Switch on market at HT...and switch it off again  (Read 6515 times)

Tags:
  • All members
  • Posts: 16
Hi,

i searched for it but did not find it...

Is there a way to switch on a (soccer) market on at HT, place a bet and after placing that bet switching the market off again.

Is it possible somehow?

Fizz

  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Re: Switch on market at HT...and switch it off again
« Reply #1 on: 03 Aug 2012, 09:30 »
Your best bet is to set the time for placing the bet to be between 47 minutes & 59 minutes since in-play! Set it to bet once per market!

In 99% of the cases this will be half time.
Fortune favors the brave!

  • All members
  • Posts: 16
Re: Switch on market at HT...and switch it off again
« Reply #2 on: 03 Aug 2012, 10:48 »
Hi 1oser,

yes, I could do that but I have a lot of horse racing markets and I set Marketfeeder to start 5 minutes before the event starts. If I now add a lot of soccer markets all of these markets will start 5 minutes before the game starts. The markets will be switched on till the end of the game and for sure my computer will hang up because my cpu isn't able to control so many markets at the same time. I need the soccer markets only to be switched on at half time, than I want marketfeeder to place a bet and than I will switch the market off again. That's the only way it would work I think.

Jake

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Switch on market at HT...and switch it off again
« Reply #3 on: 03 Aug 2012, 11:07 »
hi
the only way is to have a trigger set the soccer refresh rate to 60.00
then another trigger to stop refreshing the soccer market if there is a matched bet OR 3 mins after your set time to place the bet.
this will lower the stress on your computer in the first halfs and stop refreshing in the second half

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.

  • All members
  • Posts: 16
Re: Switch on market at HT...and switch it off again
« Reply #4 on: 03 Aug 2012, 12:03 »
Hi McBee,

thank you.

It should work with "Delete settled events automatically" also, right?

But I have  another little problem...I just searched for the possibility to
check the names of the current score with the current match score.
But I can only find match_score1 and match_score2.
How can I combine them?
Any selection's name is equal to match_score1-match_score2 won't work, or?

Jake

 

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Switch on market at HT...and switch it off again
« Reply #5 on: 03 Aug 2012, 12:18 »
hi
it is very difficult to say, if you do not say what you want to do.
but you could try selections name contains matche_score1
AND selections name contains match_score2


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.

  • All members
  • Posts: 16
Re: Switch on market at HT...and switch it off again
« Reply #6 on: 03 Aug 2012, 13:06 »
Hi McBee,

thanks a lot.

It can be so easy. I will test it now...

Jake

  • All members
  • Posts: 16
Re: Switch on market at HT...and switch it off again
« Reply #7 on: 03 Aug 2012, 13:58 »
McBee,

just thought about and think it won't work this way.

What I really want to do is lay the current score.

If I do it your way...
I.e.:

Current Score: 0-1

MF checks 1-0

1 is found in match_score2
0 is found in match_score1

=> Lay-Bet


Isn't there a possibility to combine match_score1 and match_score2 and make ONE name out of it so that I can check if both names are equal?

Jake






  • All members
  • Posts: 16
Re: Switch on market at HT...and switch it off again
« Reply #8 on: 03 Aug 2012, 14:38 »
O.k., it did not work:

Current score: 1-0

Any Selection's Name contains match_score1
Condition is false.

Selection "0 - 0": the value is 0 - 0.
Selection "0 - 1": the value is 0 - 1.
Selection "0 - 2": the value is 0 - 2.
Selection "0 - 3": the value is 0 - 3.
Selection "1 - 0": the value is 1 - 0.
Selection "1 - 1": the value is 1 - 1.
Selection "1 - 2": the value is 1 - 2.
Selection "1 - 3": the value is 1 - 3.
Selection "2 - 0": the value is 2 - 0.
Selection "2 - 1": the value is 2 - 1.
Selection "2 - 2": the value is 2 - 2.
Selection "2 - 3": the value is 2 - 3.
Selection "3 - 0": the value is 3 - 0.
Selection "3 - 1": the value is 3 - 1.
Selection "3 - 2": the value is 3 - 2.
Selection "3 - 3": the value is 3 - 3.




  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Switch on market at HT...and switch it off again
« Reply #9 on: 03 Aug 2012, 14:42 »
hi
if the score is 0-1 then 1-0 is not trading.
so have your odds condition is between 1.20 and your set odds
if you try and combine the scores, 1-1=2 and check it against the names.
so the bot could place bets on 1-1,2-0,0-2 etc

mcbee

i do not have time at the moment to test.
but you will have to play about by adding "score1", add the "

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: 16
Re: Switch on market at HT...and switch it off again
« Reply #10 on: 03 Aug 2012, 21:09 »
Thanks McBee.
I will try this.

Jake

  • Moderator
  • Posts: 3597
*
Re: Switch on market at HT...and switch it off again
« Reply #11 on: 03 Aug 2012, 22:22 »
Hi
The comparison operator “contains” seems to operate only on strings, we cannot use trigger expressions or variables (I wish we could: http://community.welldonesoft.com/suggestions-6/no-function-concerning-the-management-of-strings/).
If comparison operators for strings were also able to evaluate trigger expressions, you could certainly apply:
selections name contains match_score1
AND selections name contains match_score2
and hopefully also make a hybrid
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.

  • Desenvolvedores de trigger
  • Posts: 919
  • Gender: Male
*
Re: Switch on market at HT...and switch it off again
« Reply #12 on: 04 Aug 2012, 08:17 »
I generaly use

And sellection name contains "1 - 0"
      and market_score1 is equal to 1
      and market_score2 is equal to 0

hope that helps

pcal72
Desenvolvedor de triggers oficial Market Feeder pro

Também faço:
Cursos sobre Market Feeder pro (gratuitos)
Triggers (gratuitos para sempre)

Para saber informações contacte-me!

NOTA: TESTE SEMPRE OS SEUS TRIGGERS ANTES DE OS USAR COM FUNDOS REAIS!

 

Please note, BetFair is seems to be currently OFFLINE