Author Topic: Keeping the same selection  (Read 3190 times)

Tags:
  • All members
  • Posts: 211
Keeping the same selection
« on: 13 Jan 2014, 04:43 »
Hi,


I want to make a trigger that bets on the 1st favorite, and i would like to keep that same selection even if for a change of odds another selection became having lower odds.

I set user variable: name si value  IF(OR(market_ubnum=0,market_mbnum=0),0,si)

 and

user variable: name si value  IF(si=0,r_1_sel_index,si)

But it must have an error because it sets constantly new values for the variable si, and therefore it doesn´t do its purpose.

I also would like to know if there are a way to make the trigger keep putting bets after a selection has been removed of the market. I am using the Time machine and i noticed that when an horse is withdrawn the trigger stops putting bets. I would like it to continue.

Thanks :):):)


  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Keeping the same selection
« Reply #1 on: 13 Jan 2014, 07:27 »
hi
the variable si must have a value to start.
so add a new trigger to set si to 0 , set the trigger to once per market.


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: 211
Re: Keeping the same selection
« Reply #2 on: 13 Jan 2014, 21:11 »
Hi mcbee,


I am not sure if i understood what you said. I separeted the trigger in 2 diferent ones. 1 triggered by the rank  (scalpit rank) and the other to the selection index (scalpit si). I also set up the scalpit rank to be executed just "once per market".

I must be doing something wrong because the result is basically the same. It keeps changing the selection´s index, and therefore, as i´ve a conditions saying "selection´s number of matched back bets is greater than 0", it makes the trigger stop putting new bets.

I send the trigger attached, because if you wanna help i guess it´s easier for you to understand what i am doing wrong.


Thanks :):):)

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Keeping the same selection
« Reply #3 on: 13 Jan 2014, 21:22 »
hi
your condition in the scalpit rank
IF(OR(market_ubnum=0,market_mbnum=0),0,si)
should be
IF(AND(market_ubnum=0,market_mbnum=0),0,si)

because when it is or it does'nt matter if you have a matched bet or not, because it is one or the other, so si will always be 0 unless you have 1 matched bet and 1 unmatched bet.
when it is AND , then there has to be no bets placed, so si=0  else si

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: 211
Re: Keeping the same selection
« Reply #4 on: 16 Jan 2014, 05:10 »
Hi mcbee,

Thanks :)

Do you know how to make the trigger keep putting bets when an horse is withdrawn from the market?

:):):)

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Keeping the same selection
« Reply #5 on: 20 Jan 2014, 17:25 »
hi
do you mean, if the selection that you are betting on is withdrawn.
you want to bet on another selection.


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: 211
Re: Keeping the same selection
« Reply #6 on: 20 Jan 2014, 19:01 »
Hi mcbee,

No, i wanted to say if another horse was withdrawn of the race i wanted to continue placing bets in my horse.

I tested it again and it seems that now it keeps placing bets. It always seemed that it stopped placing bets in my horse when another one had been withdrawn. In this last days i re-installed the MF Pro and i created a new profile, so i don´t know if i changed something or i simply misunderstood.  ??? ??? ???

Anyway, it seems that for now it´s solved. If i detect it again i come back to the subject.


Thanks :):):)

 

Please note, BetFair is seems to be currently OFFLINE