Author Topic: Need help with accumulator  (Read 7812 times)

Tags:
  • All members
  • Posts: 22
Need help with accumulator
« on: 26 Mar 2013, 18:40 »
Hi All
Have been a user of X-Feeder but I'm not that good with Market Feeder 8, I am learning slowly. Can anyone set me up a basic trigger that will do an accumulator.
All I want to do is bet £1 on the first fav in horse racing then put the return on to the next fav and so on till I get 5 in a row. If it looses then start with £1 again and re-set when I get 5 in a row. I am sure its fairly easy but I cannot get it to put the stake and winnings on to the next bet.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Need help with accumulator
« Reply #1 on: 26 Mar 2013, 19:41 »
hi
this is a good plan for what you want.
http://marketfeeder.co.uk/solutions/staking-plans/back-multi-link-doubles/

but if you want a basic accumulator then put this in the amount box
IF(AND(wins>0,wins<=5),total_won,1)

change the 1 to whatever stake you want to start with


mcbee
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: 22
Re: Need help with accumulator
« Reply #2 on: 26 Mar 2013, 20:00 »
Hi Mcbee
Is that all I need? Do I then just select the races I want to do and put that 1 line in the trigger.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Need help with accumulator
« Reply #3 on: 26 Mar 2013, 20:10 »
Wow, mcbee is incredibly fast to help as always!

mcscomuk, you can do as mcbee suggested, it is a quick setup of what you need.

However I noticed we have a "Lay accumulator staking plan" example on our web site, but the same plan for backing is missing for some reason. So this sounds like the right time for adding that example. Will post here later when it's ready.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 22
Re: Need help with accumulator
« Reply #4 on: 26 Mar 2013, 20:19 »
Yes I did look for one. Look forward to trying it.  Many Thanks all.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Need help with accumulator
« Reply #5 on: 26 Mar 2013, 21:46 »
hi mcscomuk
all you do is a basic back the fav trigger and then copy and paste the formula into the amount box .


mcbee
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.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Need help with accumulator
« Reply #6 on: 26 Mar 2013, 21:59 »
Back accumulator staking plan

As always, do try all your triggers in Test Mode prior to betting with real money!
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 22
Re: Need help with accumulator
« Reply #7 on: 28 Mar 2013, 09:48 »
Hi All

Sorry but neither the Back accumulator staking plan or Mcbee’s formula actually do an accumulator bet.
Example.
All odds a 3

First bet £1 return will be £3
Next bet is £3 and return will be £9
Next bet is £9 and return will be £27
Next bet is £27 and return will be £81
Next bet is £81 and return will be £243

Then reset back to £1 after a loss. So we either win £243 or loose £1 in the example sequence.

The suggestions that have been given do not account for the stake being reinvested. Any idea’s

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Need help with accumulator
« Reply #8 on: 28 Mar 2013, 10:18 »
You need a slightly different accumulation method, simpler than the one in the example. It's fairly easy to adjust the existing example to your needs, see the file attached.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 22
Re: Need help with accumulator
« Reply #9 on: 28 Mar 2013, 10:48 »
Sorry still does not look right. First bet will be init_stake so £5
Next bet should be £15 but it will be last_pl and that is £10
Or am i reading it wrong?

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Need help with accumulator
« Reply #10 on: 28 Mar 2013, 11:03 »
The current_stake is set to last_pl whenever a market with positive P/L is settled.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 22
Re: Need help with accumulator
« Reply #11 on: 28 Mar 2013, 11:14 »
After first winner at 3 the next bet should be £15. If the next bet is current_stake and it has been set to last_pl the profit on the first bet would be £10 so would the next bet be £10? How does it get to £15

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Need help with accumulator
« Reply #12 on: 28 Mar 2013, 11:40 »
You never said you want the next bet to be the previous one times 3. Please specify exactly how the next bet should be calculated compared to the previous one. Your example obviously is not explicit.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 22
Re: Need help with accumulator
« Reply #13 on: 28 Mar 2013, 11:54 »
Hi, Sorry I was trying. This is backing the Fav so the odds will be different each time.
Odds of 3 was just an example. An accumulator should add the stake and profit to the next bet and keep doing so till you stop.
If the odds are all 3 then it should go like this..

First bet £1 return will be £3
Next bet is £3 and return will be £9
Next bet is £9 and return will be £27
Next bet is £27 and return will be £81
Next bet is £81 and return will be £243

As the odds will be different i cannot give exact bets but it needs the stake to accumulate as well as the profit. Thanks for trying

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Need help with accumulator
« Reply #14 on: 28 Mar 2013, 12:02 »
hi
this should use the last stake plus the total amount won.
IF(AND(wins>0,wins<=5),(hist_1_backa+total_won),1)


mcbee
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.

 

Please note, BetFair is seems to be currently OFFLINE