Author Topic: Betting according to Bank size / Test bank  (Read 2470 times)

Tags:
  • All members
  • Posts: 29
Betting according to Bank size / Test bank
« on: 18 Jun 2015, 07:56 »
Maybe I'm being a bit dim but I haven't used MFP since v6 and I'm struggling with this....
I'm trying to make a simple trigger which will place a bet according to bank / test bank size.... e.g if bank is between £100 and £90 bet £2, between £89.99 and £80 bet £3 etc
I'm assuming I need to do this in 'conditions' but I can't seem to see where it goes.
Can anyone out there talk me through this ??
Many thanks

  • All members
  • Posts: 365
Re: Betting according to Bank size / Test bank
« Reply #1 on: 18 Jun 2015, 09:51 »
There are different way of solving this - one way is to place an IF-statement in the amount field.

Example:

IF(uk_balance<100,IF(uk_balance>90,2,IF(uk_balance>80,3,IF(uk_balane>70,4))),2)

  • All members
  • Posts: 2
Re: Betting according to Bank size / Test bank
« Reply #2 on: 23 Jun 2015, 07:39 »

This reading Ee Ah, it makes me smarter.

  • All members
  • Posts: 365
Re: Betting according to Bank size / Test bank
« Reply #3 on: 23 Jun 2015, 17:15 »
This reading Ee Ah, it makes me smarter.

Good that you become smarter, keep on working!

 

Please note, BetFair is seems to be currently OFFLINE