Pages:
Actions
  • #1 by console on 30 Jul 2013
  • I have put together s simple trigger which will place a fill or kill bet.

    There are a few user inputs such as the time to keep the fill bet and the time to leave it killed before putting it back into the market.

    I had it working upto the point of making the fill timed and then making the kill.

    I can not seem to get it to time the kill, i think i have managed to get the trigger stuck in a loop because of the conditions.

    I have attached the trigger and its pretty self explanatory what its purpose is.

    any input would be much appreciated.

    Regards

    Console
     
  • #2 by 1oser on 30 Jul 2013
  • didn't get a chance to look at your trigger ... but he's what's worked well in the past for me.

    cancel all
    all matching selections
    number of unmacthed lay bets > 0
    selections trigger expression now_time > (mf_second*25)+bu_laytime

    this will cancel bets that have been placed more than 25 seconds are go and are unmatched.
  • #3 by console on 30 Jul 2013
  • Hi,

    Thanks, I have it placing the initial lay and then cancelling after a fixed time but it then immediately places the bet again. I want to stay out of the market for a fixed amount of time.

    I used the bu_laytime for one trigger, is there something similar for a cancel time ?

    I tried the obvious bu_cancel but that doesn't work or seem to be a valid command.

    I have also tried to have a play with setting a delay but then what happens is the first bet is never placed because the delay timer is not triggered until after the first cancel.

    the process I am working towards is

    Lay bet
    Wait x time
    cancel unmatched
    wait x time
    repeat above


  • #4 by mcbee on 03 Aug 2013
  • hi
    try this amended trigger.

    please use test mode until you are happy with your settings


    mcbee

    download below
Pages:
Actions