Author Topic: Help Trigger UO 2.5/3.5/4.5  (Read 6132 times)

Tags:
  • All members
  • Posts: 62
Help Trigger UO 2.5/3.5/4.5
« on: 15 Aug 2013, 12:41 »
here what i trying to do:

Market U2.5/3.5/4.5

Get 4% or 6minutes on U2.5 -- Green up hedge
      ... and...    if goal scored in first 6 minuts than... distributing the loss after goal
back on the U3.5  for 6 minutes -- Green up hedge

      ... than... if no goal scored in the first 6 minutes, back on the U3.5 if a goal scored between 10th and 20th minute -- get 4% or 6 minutes
      ... and ...  if a 2th goal scored between 25th and 35th minute, back on the U4.5  -- get 4% or 6 minutes

Constants:
Bet amount 10€
minium back price 1.70
maxium back price 2.40
volume higher than 350€

Basicaly i wan to back on U2.5 market and stay there for 6m or 4%; hedge
if get a goal on first 6min distribut loss and back U3.5, and U4.5 after second goal...

But if no loss in first bet, place second on U3.5
...and ... third bet on U4.5


the trigger is attach, with some fuctions working already, but i need to help to the other options

can you help??
thanks

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #1 on: 16 Aug 2013, 19:22 »
Hi
I am working on this.
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: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #2 on: 16 Aug 2013, 20:03 »
thanks, i will wait... ;)

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #3 on: 17 Aug 2013, 13:28 »
Hi
Please can you confirm:
You do not want to distribute loss on U3.5 after 2nd goal?
You do not want to distribute loss on U4.5 after 3rd goal?
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: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #4 on: 17 Aug 2013, 14:17 »
Hello Mark,

Constant:
homeodds         max home team odd
awayodds         max away team odd
u2.5                  max under 2.5 price
stake                 bet amount

2minutes after begining -- Back u2.5
                  no goal -- green hedge 4% or 6minutes
                       goal -- stop loss (Skip to u3.5 **)

after 1th goal between 8' and 18' -- back u3.5


after 2th goal between 10' and 20' -- back u3.5**
                  no goal -- green hedge 4% or 6minutes
                       goal -- stop loss

after 3th goal between 25' and 35' -- back u4.5
                  no goal -- green hedge 4% or 6minutes
                       goal -- stop loss

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #5 on: 17 Aug 2013, 15:08 »
Hi
Thank you. I hope I got your conditions correct.
It is only part-tested. Please try the attached file in test mode and let me know if there are any problems.
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: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #6 on: 17 Aug 2013, 16:58 »
thanks Mark, for all the support.
i will test the trigger and let you know.   ;D

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #7 on: 17 Aug 2013, 17:40 »
Hi
U2.5 green up is 2 minutes early (because I originally thought the bet would be placed before the off.)

change the profit % to:
IF((now_time-event_off)/mf_minute>8,1,4)
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: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #8 on: 18 Aug 2013, 13:28 »
Hello Mark,

I´ve been testing the trigger and we have some correction to make:

If a goal is sored when we are in the first bet u2.5
                - stop loss and back under 3.5 best price ( not the value between 1bp1 and 1bp2)

And the same for when a goal is scored, make the back in U3.5 or U4.5 at the best price.

Tecnically i want to make money on U2.5/U3.5/U4.5, but and don´t want to be exposed...

Do you understand what i´m trying to do?

thanks Mark

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #9 on: 18 Aug 2013, 14:18 »
Hi
OK corrections made. Please test this version.
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: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #10 on: 18 Aug 2013, 16:54 »
thanks again.
i will test it

  • All members
  • Posts: 62
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #11 on: 19 Aug 2013, 19:04 »
If anyone have an ideia to this triggee please feel free to add a coment.

thanks ...

  • Moderator
  • Posts: 3597
*
Re: Help Trigger UO 2.5/3.5/4.5
« Reply #12 on: 19 Aug 2013, 20:05 »
Hi
If there is a goal in the first six minutes, it is an early goal in the game. Because it is an early goal, the price of Under 2.5 will shoot up. When I was testing it there was a goal 1 minute before the first 6 minute hedge (7 mins into the game). The distribute loss lost 50% of the first bet even after waiting for a good book%.
I would suggest to try the first bet if score is 0-0 at 15 or 20 minutes after kick-off.

Also if there is a loss in the first market, the trigger does not look to recover it. It just looks for 6mins / 4% on the next market etc.
Here I would say you either stake more on the second bet to recover the loss, or you try to recover the loss through added minutes / % on the second trade etc.

In testing, 6mins was never 4%, always 1% after 6mins. You need more time per % early in the game. You might get 4% over 6mins in the last 15mins of the game.
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