Pages:
Actions
  • #1 by Jockey on 29 Mar 2017
  • Hi in constants on a trigger i have (ba bet amount £2 start with initial value ) how to i change this to % of balance in either test or real mode ?

    Also will this need changing in the block as i have (lay price mlp Amount ba Cancel)

    All help gratefully received as new to this but trying to work through it 

    Cheers 

    Jamie
  • #2 by MarkV on 30 Mar 2017
  • Hi
    replace ba with:

    IF(test_mode=1, test_funds, total_funds)*(perc/100)

    where perc is the percentage

    please use test mode first to check it's working as you want it.
  • #3 by Jockey on 30 Mar 2017
  • hi thanks for your help does that go in the (amount ba cancel) formula builder i presume and delete ba from the constants ? have attached screen shot for you 

    Cheers 
    james 
  • #4 by MarkV on 30 Mar 2017
  • Hi
    to be neat and tidy, change the constant ba to:
    perc Description: percentage of bank to bet Value: whatever percentage you want, e.g. 5 Start with initial value

    in the trigger Amount field, replace ba with the formula:
    IF(test_mode=1, test_funds, total_funds)*(perc/100)
  • #5 by Jockey on 30 Mar 2017
  • great mark thanks again try that later 
Pages:
Actions