Pages:
Actions
  • #1 by mcscomuk on 14 Sep 2012
  • Can you place bets under the minimum £2 with X feeder like you can with Marketfeeder?
  • #2 by Tim (WellDoneSoft) on 14 Sep 2012
  • #3 by mcscomuk on 14 Sep 2012
  • Thanks Tim. How do i set my trigger bet to only place the bet if funds are available?
    At the moment if there was say £100 left in the Test Funds and the nxt bot bet was £500 it still does the bet.
  • #4 by Tim (WellDoneSoft) on 14 Sep 2012
  • Depends on how do you write the bet size and the bet's type.
    In general for back it's back_size, for lay it's (lay_price-1)*lay_size

    For example you lay at min_stake + last_lost then condition should be
    Code: [Select]
    AND Trigger Expression (lay_price-1)*(min_stake + last_lost) is less than IF(test_mode=1,test_fuds,real_funds)
  • #5 by mcscomuk on 14 Sep 2012
  • Great got that thanks. When my trigger loses can i get it to stop and re-start so that the trigger is reset back to starting values. Last like starting again?
  • #6 by Tim (WellDoneSoft) on 15 Sep 2012
  • When it losses for the first time? Just don't add the last_lost to the bet.
    If for the second time - use reset channel's profit/loss trigger action with Trigger Expression consec_losses%2 is equal to 1
Pages:
Actions