Pages:
Actions
  • #1 by jmbt on 03 Jul 2014
  • Hi again, long time no see

    I know I saw something similar I just can't find it.

    Let's say I have this:

    bank_perc "Bank % of the initial bet" 0.05

    My starting bet is 5% of my bank.

    I want to stop the block when my profit of the day is 100% of my initial bet.

    How can I do that?
  • #2 by mcbee on 04 Jul 2014
  • hi
    the best way is to have a variable to record the bank amount at the start of the day.
    then your condition to stop betting would be
    and selections trigger expression IF(test_mode=1,test_balance,balance) is equal or greater than (the varible name)*1.05


    mcbee
  • #3 by jmbt on 17 Jul 2014
  • Tks, I'll give that a try ;)
Pages:
Actions