Pages:
Actions
  • #1 by Botfair on 04 Mar 2014
  • When my set of triggers switch from Test mode to Live mode after x losing bets, it never fires a bet in Live mode because it doesn't see 'previous triggered event is settled' in the condition of my lay trigger.

    What can be done to resolve this? Can't find any examples to work from....

  • #2 by mcbee on 05 Mar 2014
  • hi
    use pw_1_sel_index to find the previous meetings winner.

    mcbee
  • #3 by Oxa (WellDoneSoft) on 05 Mar 2014
  • Botfair, it does not see them as settled because of the switch from test mode to live, as the criteria for determining if a market is settled are different in test and live mode.

    mcbee, I'm afraid this workaround will not help as it returns the index of the previous winner, not the index of the winner of the previous market. So if, for example, there are three races and the first one is settled, and the second one is not, then in the third market pw_1_sel_index will still be equal to the index of the first race's winner.

    I'll need to give it a further thought and to come up with a working example. Will update you on this later.
  • #4 by Botfair on 07 Mar 2014
  • Any chance of a resolution here, Oxa? (or a workaround)

    I would like to go live with this strat, but the 'settle markets' prob needs to be handled first.

    Cheers!
  • #5 by mcbee on 08 Mar 2014
  • hi Botfair
    if your triggers only switch to live after x number of losses, why do you need the previous triggered event is settled.
    the condition must have been meet to switch to live mode in the first place.

    mcbee
  • #6 by Botfair on 08 Mar 2014
  • hi Botfair
    if your triggers only switch to live after x number of losses, why do you need the previous triggered event is settled.
    the condition must have been meet to switch to live mode in the first place.

    mcbee

    ......because it keeps using the same main lay trigger , in which this condition (previous triggered even is settled) is already in the set of conditions.

    All I do is switch from test to live and reset my loss to zero, which works perfectly, but the same main lay trigger is used in testmode and livemode.

    Maybe I should clone the main lay trigger and use 2 separate ones for live and test.

    Simple, but efficient, I hope.

    Cheers so far for your assistance both Oxa and McBee!
    Much appreciated!
  • #7 by Oxa (WellDoneSoft) on 17 Mar 2014
  • Hi Botfair,

    I couldn't come up with a quick workaround, but I've added this issue to our wish-list, so will be working on this in the future software updates.
Pages:
Actions