Pages:
Actions
  • #1 by lmidgy on 20 Aug 2014
  • Hi,
    Can anyone explain when bm_backp shows a value of zero for index=2 (Over 3.5 Goals) on all "Over/Under 3.5 Goals" market in Socccer when a back bet is placed?

    Thanks in advance,
    David
  • #2 by mcbee on 20 Aug 2014
  • hi
    to see the back matched amount for over 3.5 or any other over market, you have to use.
    s_2_bm_backa
    if you just use bm_backa to look at the back matched amount the bot looks a the first favourites bet amount
    s = selection
    2 = index 2

    when used in a trigger you would put
    and selections index is equal to 2 (or name contains "over")
    this tells the trigger to look at the over selection
    then it is ok to have the condition
    and trigger expression bm_backa is greater than 0
    because you have already told the trigger to look at the index 2

    mcbee
  • #3 by lmidgy on 20 Aug 2014
  • Thanks McBee,
    You are correct about s_2_bm_backa , I can see that now.

    I'm trying to build a formula which remembers the back price that I placed a bet on in the "Over 3.5 Goals" market but it is not working...

    Do I put s_2_bm_backp in the "remember" market_parent_id string?

    i.e. O35_market_parent_id_1_s_2_bm_backp-1

    If so, it's not working I'm afraid.......

    Thanks,
    David
  • #4 by mcbee on 21 Aug 2014
  • hi
    when using the remember,in your remember trigger conditions
    put
    and selections index is equal to 2
    and selections back matched is greater than 0

    then you use
    O35_market_parent_id_1_bm_backa   for the amount

    O35_market_parent_id_1_bm_backp   for the price

    this is because you have told the remember to use the index 2 only, so there will only be one remembered selection
    if you told the remember to use more than one selection, then you would use the 1 for the fav and 2 for the second fav etc.

    mcbee
  • #5 by lmidgy on 21 Aug 2014
  • Thanks again for your reply mcbee,
    but when I use the selections you mention above for the remember trigger conditions in the Over/Under Goals market and use

    O35_market_parent_id_1_bm_backp
    for the price, it's still showing a value=0

    s_2_bm_backp shows the correct back price of index=2 but how do I incorporate this into my formula?

    Maybe you have a sample trigger for this scenario?

    Your help is much appreciated...
  • #6 by mcbee on 23 Aug 2014
  • hi
    sorry , but without looking at the triggers, i am only giving average instructions.
    to use s_2_bm_backp in a condition, you use
    and selections trigger expression s_2_bm_backp is etc etc
    to use it in a formula it is the same s_2_bm_backp
    can you explain what you want to do with the s_2_bm_backp and where.
    if not then it would be better to get a free trigger made useing this link.
    http://community.welldonesoft.com/make-me-a-trigger!/
    but give full instructions and examples of bets.


    mcbee
Pages:
Actions