Author Topic: HELP NEEDED - BETTING AMOUNT FORMULA  (Read 2845 times)

Tags:
  • All members
  • Posts: 98
  • MF Pro is the only way to go when your on the punt
HELP NEEDED - BETTING AMOUNT FORMULA
« on: 23 Nov 2013, 21:04 »
Hi Guys,

I am currently looking at this simple betting amount formula and want to make it better:


50.00+IF(total_won<0,-(total_won*0.35),IF(total_won>75,(total_funds*0.08),0))


Is there something i can add to this formula so it will work with the TEST BALANCE as well as the real balance ??? So i can test it better.

Also is it possible to add the betfair commission to be covered in the formula ??

Thanks Guys any help would be appreciated.

Bonecrusher   :)
I never bought a lifetime licence when I had the opportunity and kick myself every day by not realizing at the time the power of MF Pro and its team behind it.

  • All members
  • Posts: 490
  • Gender: Male
Re: HELP NEEDED - BETTING AMOUNT FORMULA
« Reply #1 on: 23 Nov 2013, 23:56 »
Not sure if total_won works with Test funds. This formula can be used between the two accounts.

IF(test_mode=1, test_funds, total_funds)
Improvise Adapt Overcome

  • All members
  • Posts: 98
  • MF Pro is the only way to go when your on the punt
Re: HELP NEEDED - BETTING AMOUNT FORMULA
« Reply #2 on: 24 Nov 2013, 00:17 »
Thanks londolozi,

It is sort of what i am looking for, i need some more input though, more towards how i would write it into what i already have, plus some MF Pro formula for upping my bet on auto for the befair commission. I have seen it somewhere but can't remember where and what trigger example it was in. I want to take the befair commission off the punter that matches me rather than i pay it when i win.

Bonecrusher  8)
I never bought a lifetime licence when I had the opportunity and kick myself every day by not realizing at the time the power of MF Pro and its team behind it.

  • Moderator
  • Posts: 3605
*
Re: HELP NEEDED - BETTING AMOUNT FORMULA
« Reply #3 on: 24 Nov 2013, 07:08 »
Hi
You could try this, untested:
50.00+IF(total_won<0,-(total_won*0.35)/(1-commission),IF(total_won>75,(IF(test_mode=1, test_funds,total_funds)*0.08)/(1-commission),0))
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 98
  • MF Pro is the only way to go when your on the punt
Re: HELP NEEDED - BETTING AMOUNT FORMULA
« Reply #4 on: 24 Nov 2013, 07:47 »
Thanks Mark,

I will give it a test.  :)

Bonecrusher
I never bought a lifetime licence when I had the opportunity and kick myself every day by not realizing at the time the power of MF Pro and its team behind it.

 

Please note, BetFair is seems to be currently OFFLINE