Pages:
Actions
  • #1 by layfavin on 20 Feb 2020
  • Hi, 

    Is there any trigger  that i can work on the bets on muti correct scores?I need some example to get me started as I want to lay the 0-0, back the 1-0 and back the  0-1?
  • #2 by MarkV on 20 Feb 2020
  • Hi
    use the selection index:
    0 - 0 = index 1
    0 - 1 = index 2
    1 - 0 = index 5

    back
    conditions:
    markets betting code is correct score (soccer)
    and selections index is in list 2, 5

    lay
    conditions:
    markets betting code is correct score (soccer)
    and selections index is equal to 1

    if you have not seen them here are the correct score example triggers and some triggers made by the trigger service
    https://marketfeeder.co.uk/learn/triggers/by-tag/tags/correct-score/
  • #3 by layfavin on 20 Feb 2020
  • great thanks,

    is there any way to make the trigger risk £100 across the 2 back and one lay bets, so across the 0-0,1-0 and 0-1 my total  liability  is £100?
  • #4 by MarkV on 20 Feb 2020
  • back bet liability is the back amount
    lay bet liability is: liability/(lay_price-1), e.g. 33.33/(lay_price-1)

    back amount 1 = 33.33
    back amount 2 = 33.33
    lay amount = 33.33/(lay_price-1)
    = £99.99


  • #5 by layfavin on 20 Feb 2020
  • great thanks,


    if i want to greenup when a goal is scored would  market_score1 + market_score2" greater than 0 work for the 0-1 and 1-0 scores ? i am not worried  about greening  0-0 as if a goal scored that lay bet wins anyway.
  • #6 by MarkV on 20 Feb 2020
  • yes perfect

    perhaps also add a condition to let the market reform after a goal
    markets minutes since the last goal is greater than say 0.75

    and if you want you can add a monetary condition to check the current market "cash out" value
    and selections trigger expression market_tradeout is greater than x 
Pages:
Actions