Pages:
Actions
  • #1 by racepro on 29 Oct 2014
  • Hi,
    I would like a condition that will work without depending on another trigger to fire.
    The "now wait" condition relies on a trigger to fire before the waiting trigger fires.
    The odds required by the Back Trigger and the odds for a greenup are very close prompting a clash resulting sometimes in both triggers firing.
    I would like to give the greenup trigger a chance to do its stuff while the back trigger waits in a gentlemanly fashion........ Maybe I need 2 or more conditions for this.
    The greenup trigger is a simple trigger I developed today and works very well.
    Thanks
    R
  • #2 by londolozi on 30 Oct 2014
  • I have used a timing delay trigger that multiples the rank by idle_rate.
    Thus a Fav bet will fire in one fresh, A 3rd fav will fire in three refreshes.

    Food for thought?
  • #3 by racepro on 31 Oct 2014
  • Thanks for your input Londolozi, I will play around with that tomorrow when I have a bit more time.
    I'm guessing you're meaning a condition
    'and selection's trigger expression inplay_rate is equal to 1'  (for fav inplay) ?
    Thanks
    R
  • #4 by racepro on 03 Nov 2014
  • Londolozi et al,   can you or someone elaborate on the "timing delay" trigger as I have tried the following condition  'and selection's trigger expression inplay_rate is equal to 2'
    however it returns 'true' and bet is placed exactly at same second as the greenup bet.
    example:
    4:02:10    Back trigger
    4:02:10    Greenup trigger
    I want to delay the 'back' trigger as the greenup calculated the greenup bet from previous bets placed by the triggers.
    Many Thanks
    R
  • #5 by mcbee on 04 Nov 2014
  • hi
    if your back and green selection is the same, you could use in your green trigger.
    and selections trigger expression now_time is greater than bm_backtime+(mf_second*10)

    change the 10 to however many seconds you required the delay.

    mcbee
  • #6 by racepro on 04 Nov 2014
  • Hi mcbee,
    Thanks, finally I have been given a solution. It works fine on same selections.
    However, how can the problem be solved when the greenup and back bets are different ?
    Many thanks if you could assist again
    Cheers
    R
  • #7 by mcbee on 04 Nov 2014
  • hi
    if you know the selections index then
    and selections trigger expression now_time is greater than s_index number_bm_backtime+(mf_second*10)


    mcbee
  • #8 by racepro on 14 Nov 2014
  • Sorry mcbee for the later reply,
    somehow this one slipped under my guard.
    I have tested the condition and it worked fine
    many belated thanks.
    R
Pages:
Actions