Pages:
Actions
  • #1 by NL on 30 Mar 2016
  • I need help.
    I need a trigger or condition.
    Example: With a bankroll of € 100 in greyhound racing.
    When they procure reach 30% profit (130 €), I want MarketFeeder stop everything.

    Thank you

    NL
  • #2 by MarkV on 30 Mar 2016
  • Hi
    FOR TRIGGERS
    in the settings check the following setting:
    general options > account statement > retrieve data that are not older than 1 day

    set a user variable at the start before betting, call it maybe start_bank, value: IF(test_mode=1, test_balance, uk_balance)
    one time only

    in  your betting trigger add this condition
    selections trigger expression total_won is less than or equal to start_bank*0.3

    OR
    you can set the following setting at the start of each day:
    settings > betting options > banking > stop automated betting when the total bank has reached x
  • #3 by NL on 30 Mar 2016
  • Thanks for the help, MarkV.

    NL
Pages:
Actions