Pages:
Actions
  • #1 by martinenko on 30 Jul 2013
  • hey

    what I'm trying to set up is trigger to back favourite if odds drop by at least 5% in few hours before start and odds are less then evens

    I've been messing with few triggers trying to get it to work, but with no luck so far.

    any ideas?
    • martinenko
  • #2 by console on 30 Jul 2013
  • Hi,

    I have had lots of help here and i think this is within my ability, I will put something together for you and post it here.

    Regards

    Console
  • #3 by console on 30 Jul 2013
  • Just quickly put this together.

    I stress quickly because I am in the UK so cant test it as there are no markets until tomorrow.

    Hopefully will give you some hints and ideas of where you might have gone wrong at least.

    It should start monitoring the Time (in minutes) before race start to record fav then place a bet on the fav 2 mins before the race starts.

    hope it helps.

  • #4 by martinenko on 31 Jul 2013
  •  
    thanks a million Console

    will give it a go today and report back how I got on
    • martinenko
  • #5 by martinenko on 31 Jul 2013
  • First I wanna say, I'm total newbie to triggers and marketfeeder, so I'm just figuring out how it works and what kind of variables are used.

    I looked at that trigger, and have few questions, as I want to use it for tennis, I'm trying to change few conditions and variables.

    want do I need to change in order to monitor price say 6 hours before match start, and how do I set minimum drop in % or ticks?

    • martinenko
  • #6 by 1oser on 31 Jul 2013
  • you can add a constant at the top to set the % .. if you want a 25% drop set constant to  0.75

    Next I would monitor both sides using selections index. Some macthes the fav changes and could mess up your check.

    set user variable Index1 & Index2 to last traded. [two separate triggers]
    Conditions:
    selection index = 1 & last traded > index1
    for the index1 trigger

    selections index = 2 for index2 & last traded > index2

    run every one minute or something like that. Index1&2 will now contain the highest price traded for each player.

    for the back
    use once per market
    selection set to Fav
    conditions: [two blocks OR OR]
    OR selections index = 1 & (back_price-1)*0.75 <= index1 -1 and minutes to the off < 10
    OR sections index = 2 & (back_price-1)*0.75 <= index2-1 and minutes to the off < 10

    this may not work as expected .. I was thinking and typing as I go along, but hopefully it will point you in the right direction.

    Good luck.

Pages:
Actions