Pages:
Actions
  • #1 by lazarz on 26 Jun 2014
  • Hello,
    Im looking for a trigger that would do the following:

    Back on 1st favourite greyhound racing
    Fibonacci staking (I can choose start stake for example 1)
    1, 2, 3, 5, 8, 13, 21, 34, 55, 89
    In the Fibonacci sequence bets go up one step with each loss and reduce 2 steps with each win
    After 3 lose in the row stake is reduced to minimum 0.01 to avoid long run losses and after win fibonacci sequence is countinue.
    For example we have sequence: L L L L W L L W W L L L L L L    L-lose W-win (stake)
    L(1) L(2) L(3) L(0.01) W(0.01) L(5) L( 8 ) W(13) W(5) L(2) L(3) L(5) L(0.01) L(0.01) L(0.01)
    After 10 steps of fibonacci sequence stake is reset to the first step=1 so after reach "89" next stake will be "1"

    Thanks in advance
  • #2 by Oxa (WellDoneSoft) on 27 Jun 2014
  • Hi lazar,

    Please note your trigger request is still incomplete. Click on the link below to finish it:

    https://www.welldonesoft.com/marketfeeder/trigger.php?topic=5567
  • #3 by Oxa (WellDoneSoft) on 02 Jul 2014
  • I'm working on your triggers, will update you shortly.
  • #4 by Oxa (WellDoneSoft) on 04 Jul 2014
  • Hi lazarz,

    Your triggers are ready, please see this trigger example:

    Fibonacci staking plan (Backing) with protection against losing streaks
  • #5 by lazarz on 04 Jul 2014
  • Thank you very much. Professional job, Im testing it now. Is it possible to set backing maximum price for favourite for example 4.0 and stop trigger after reach specified profit ?
  • #6 by Oxa (WellDoneSoft) on 15 Jul 2014
  • Is it possible to set backing maximum price for favourite for example 4.0 and stop trigger after reach specified profit ?
    Add these conditions:

    Selection's Back Price is equal or less that X
    and Global Total Won/Lost Amount is less than Y


    Where X is the maximum price and Y is the target profit.
Pages:
Actions