Pages:
Actions
  • #1 by peperone on 19 Apr 2021
  • Please is it be possible to create a trigger with the following conditions?
    1) Market: Horse racing
    2) Wait for the previous run to close and select pw_1_sel_index
    3) initial bet: 1% of the capital based on Maria's lay system with the same shares
    4) if the race is won, the initial bet is continued
    5) if the race is lost: initial bet + last loss 6) if the next race is won, it returns to the initial bet otherwise the bet will be: initial bet + (sum of losses / no. Of races that generated the total losses)
    6) target profit: 20 euro by day

    How much to create this trigger please?

    Many thanks

    Davide
  • #2 by peperone on 20 Apr 2021
  • Hi
    Sorry I realized that I didn't explain myself well for creating the trigger.
    The trigger should do the following:
    1) Market: Horse racing and Greyhound
    2) Condition: Wait for the previous run is settled and select pw_1_sel_index
    3) Bet: Lay on pw_1_sel_index in the current race
    4) initial stake: 1% of the capital based on the Maria Lay System with the same odds (range1: 3.5, range2: 7.4, range3: 11)
    5) If the race is won continue with the standard stake
    6) if the race is lost the next bet will be: initial bet + last loss
    7) if the next race is also a loser, the new stake will be: initial stake + (total losses / no. Races that generated the loss).
    I hope it is clearer now.
    I look forward to receiving your information.
    My MF's key is: CDHA-OUUH-KDCK
    Thank you
    David
  • #3 by peperone on 21 Apr 2021

  • Please in the condotion of my trigger can you add Target profit: 20 €. by day?
    Thank you very much.
    David
  • #4 by Tim (WellDoneSoft) on 26 Apr 2021
  • Hello,

    Quote
    4) initial stake: 1% of the capital based on the Maria Lay System with the same odds (range1: 3.5, range2: 7.4, range3: 11)
    5) If the race is won continue with the standard stake
    6) if the race is lost the next bet will be: initial bet + last loss
    7) if the next race is also a loser, the new stake will be: initial stake + (total losses / no. Races that generated the loss).
    Not sure it's clear.
    The Maria stacking plan supposes % of bank for next bet (if it lost). That's the ranges are for.
    But you need to add 100% of the loss to the next bet.
    Which one should I do?
  • #5 by peperone on 26 Apr 2021
  • Hello,

    Quote
    4) initial stake: 1% of the capital based on the Maria Lay System with the same odds (range1: 3.5, range2: 7.4, range3: 11)
    5) If the race is won continue with the standard stake
    6) if the race is lost the next bet will be: initial bet + last loss
    7) if the next race is also a loser, the new stake will be: initial stake + (total losses / no. Races that generated the loss).
    Not sure it's clear.
    The Maria stacking plan supposes % of bank for next bet (if it lost). That's the ranges are for.
    But you need to add 100% of the loss to the next bet.
    Which one should I do?
    Hi Tim
    I'll give you a numerical example.
    Let's say I have $ 300 in total cash.
    The first stake with the Maria Lay System would be:
    1% of the total cash if the odds is less or equal than @3.5
    0.60% if the odds are between @3.51 and @7.40
    0.40% if the odds are between @7.41 and @11.
    Suppose the odds of the first bet are @5.00.
    The stake would be (300 x 0.60%) = $ 1.80
    The liability will be (1.80 * (5.00-1)) = $ 7.20
    I lose.
    The new balance will be (300.00 - 7.20) = $ 292.80
    We suppose that the odds of the next bet is @3.80
    I would like the next bet is:
    (7.20 + (292.20 * 0.60%) = (7.20 + 1.75) = 8.95 $
    If I lose this too, the next bet will be calculated as follows:
    n. consecutive loss = 2
    total loss = 7.20 + 8.95 = $ 16.15
    Current balance is = 300-7.20-8.95 = 283.85
    Suppose the third bet is 2.00
    The new stake must be: ((7.20 + 8.95) / 2 + (283.85 * 1%)
    (16.15 / 2) +2.84 = 10.92
    I hope I have been clearer.
    Thanks a lot Tim
    Best regards
    Davide
  • #6 by Tim (WellDoneSoft) on 26 Apr 2021
  • Davide,

    Thank you. Got it now.
    Please find your triggers attached.
  • #7 by peperone on 26 Apr 2021
  • Davide,

    Thank you. Got it now.
    Please find your triggers attached.
    Many thanks Tim
    I test it.
    Best regards
    Davide
  • #8 by peperone on 26 Apr 2021
  • Davide,

    Thank you. Got it now.
    Please find your triggers attached.
    Sorry Tim
    I have a question
    But where is the loss recovery block?
    Thanks
    Davide
  • #9 by Tim (WellDoneSoft) on 26 Apr 2021
  • Davide,

    The loss is added in the last trigger (bet amount field).
  • #10 by peperone on 26 Apr 2021
  • Davide,

    The loss is added in the last trigger (bet amount field).
    Ah ok. Thank you and sorry.
    Davide
Pages:
Actions