Pages:
Actions
  • #1 by tresor01 on 29 Nov 2012
  • Hi all,

    Do you know why the winner_name variable is filled (when the market is finished) in the User Variables window, but this same winner_name variable is empty when we use it in the "Conditions" block in the trigger (with Market's status is Settled or Finished) ?
    I use it in Greyhound markets.

    Any idea ?

    Regards,

    Clint.
  • #2 by mcbee on 29 Nov 2012
  • hi
    the winner_name will be for the market that it is in and not the next market.
    so you will not be able to use this in your triggers , as the triggers are active in the monitored market before inplay and during inplay.
    if you want to use the winner from the last market as a condition, you should use
    pw_1_sel_name 
    pw_1_sel_index


    mcbee
  • #3 by tresor01 on 30 Nov 2012
  • Hi Mcbee,

    I need winner_name for the current market (status settled), otherwise why this variable exists ? With pw_1_sel_index you don't know if it is the previous race or another one if the race was delayed.
    When you look at the user variables window winner_name works for the actual market, but not in a condition of a trigger.

    hi
    the winner_name will be for the market that it is in and not the next market.
    so you will not be able to use this in your triggers , as the triggers are active in the monitored market before inplay and during inplay.
    if you want to use the winner from the last market as a condition, you should use
    pw_1_sel_name 
    pw_1_sel_index


    mcbee
  • #4 by mcbee on 30 Nov 2012
  • hi
    the problem that i see with this is that the market when finnish stops monitoring automatic, so the triggers are not active, the triggers are only active in monitored markets.
    i know the problems that you are having as i too bet on the greyhounds and late results, delayed starts, deaheats etc affect the results timing.
    i have resulted in re-doing my systems to per track, so if there is a delay it is no problem.
    i had to copy and paste all the track winning possitions from jan this year and it to weeks , but i developed a system for each track and made triggers for each track, so i just load the triggers and track in bots that is racing today.
    it used to be a big pain sitting at the computer 12 hours a day just in case the results came in late or no results at all.

    mcbee
  • #5 by tresor01 on 07 Dec 2012
  • Thank you mcbee for your help.
    MFP has just answered me that they have pointed the problem.
    The correction will be available in the next program update : "it looks like the variable winner_name is assigned immediately after triggers are executed on a settled market (and it should be the other way round)."

    Regards,

    Clint.


    hi
    the problem that i see with this is that the market when finnish stops monitoring automatic, so the triggers are not active, the triggers are only active in monitored markets.
    i know the problems that you are having as i too bet on the greyhounds and late results, delayed starts, deaheats etc affect the results timing.
    i have resulted in re-doing my systems to per track, so if there is a delay it is no problem.
    i had to copy and paste all the track winning possitions from jan this year and it to weeks , but i developed a system for each track and made triggers for each track, so i just load the triggers and track in bots that is racing today.
    it used to be a big pain sitting at the computer 12 hours a day just in case the results came in late or no results at all.

    mcbee
Pages:
Actions