Author Topic: [TR] Laying in the place market  (Read 6150 times)

Tags:
  • All members
  • Posts: 7
[TR] Laying in the place market
« on: 01 Jul 2015, 00:24 »
Hi every one ,
I need triggers that place bets in the place market only on the selection that  goes  up in the price by 4 to 6 ticks or more , three minutes before  the race. odds are between 2 to 4, if  the bet losses I want the trigger  to recoup the losses in one steps in the next race plus a profit of 4 pounds, if the bet losses again I want the trigger to recoup the total losses plus a profit of 4 pounds in the next race, if the bet wins I want the trigger to start  to lay a bet of 4 pounds again.
thanks

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Laying in the place market
« Reply #1 on: 01 Jul 2015, 12:08 »
hi
here is your trigger
in the constants you can set
Bet amount target
Minimum lay price
Maximum lay price
Tick increase then bet
Minutes to check tick difference
Minutes before the start time to place the bet

please use test mode until you are happy with your settings

mcbee

download the trigger below
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: 7
Re: Laying in the place market
« Reply #2 on: 01 Jul 2015, 14:41 »
Hi mcbee,
I will put the triggers  in practice  mode and thank you for quick respond
Regards

  • All members
  • Posts: 7
Re: Laying in the place market
« Reply #3 on: 01 Jul 2015, 16:31 »
Hi mcbee,
              the trigger you have sent me . the attached one it fires laying bet of 4.22 pounds in the next market  before the previous market is settled   , I want this trigger to  place a bet after the previous market is settled, by means if the previous market loses it recoups  the losses plus 4 pounds profit  and if it wins start again to place a lay bet of 4 pounds.
Kind Regards.
             

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Laying in the place market
« Reply #4 on: 02 Jul 2015, 04:19 »
hi
i have added the condition to only place a new bet if the last triggered event is settled.

please use test mode until you are happy with your settings

mcbee

download the trigger below
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: 7
Re: Laying in the place market
« Reply #5 on: 02 Jul 2015, 20:21 »
Hi mcbee,
              many thanks for adding more triggers, I clone the trigger for the Greyhound to do the same action, and replaced (all market) for (greyhound) and the original one to (horse racing) that you have send me. I change the profit from £4 to £2.  When the first bet losses the trigger place a bet NOT to recoup the losses plus £2 profit . but it place a bet recoup the losses plus more than £2 profit. This is real example
 Win stake    odds     win/lost    bets NO
    2.12         3.00      -4.24        1st
    6.57         2.94      -12.75      2nd       that is  correct
    24.24       3.95      -71.52      3rd        that is wrong
   156..61     4.00      -469.82    4th        that is wrong
   649.92      3.50      +649.92   5th        that is wrong
From this real example there is more than £4 profit which could break the bank if I have a long loosing run.
Would you please be kind enough to correct the triggers where the net profit is £4 at all time.
Regards.

  • All members
  • Posts: 7
Re: Laying in the place market
« Reply #6 on: 02 Jul 2015, 20:30 »
Sorry £2 profit at all time

  • All members
  • Posts: 7
Re: Laying in the place market
« Reply #7 on: 03 Jul 2015, 16:49 »
Hi mcbee,
              The attached triggers, if bet loses  in the greyhound market,  the trigger  places  a recoup plus £4 bet on the horse race market when the previous greyhound market is not
settled.I want the triggers to place the laying bets  separately , and wait for each market to settled and place a recoup plus £4 bet in that certain market and the author issue is  the
trigger place a recoup bet plus more than £4 profit  some times £8 , £14, £30 in on go .
Best regards.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Laying in the place market
« Reply #8 on: 04 Jul 2015, 10:08 »
hi
the trigger uses the last loss amount from the statement, so if you are running more than one trigger, they will take the last loss amounts from the last statement, you did not say that you will be running more than one betting trigger.
please can you include a screen shot of your statement.


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: 7
Re: Laying in the place market
« Reply #9 on: 04 Jul 2015, 16:47 »
Hi mcbee,
                yes i did not tell you but I thought I could clone the trigger and change the market to greyhound, 3rd fav, place market  and the two triggers work separately.
Here is a screen shot of some of the the statements. for £2  profit.
Kind Regards.


  • All members
  • Posts: 7
Re: Laying in the place market
« Reply #10 on: 04 Jul 2015, 16:53 »
Hi mcbee,
             this is  another screenshot of the the statements
Regards,

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Laying in the place market
« Reply #11 on: 05 Jul 2015, 14:42 »
hi
i have retested your trigger and it works as it should.
when using any staking plan you cannot just clone the trigger and expect it to work in all markets as there is only one live statement.
if you want to run your system in different markets, you will have to make a new request for each market type.
we can separate horse,greyhounds and football.

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: 7
Re: Laying in the place market
« Reply #12 on: 05 Jul 2015, 19:00 »
Hi mcbee,
              Thanks for your reply.when you said (you will have to make a new request for each market type). Do you mean add new block and rewrite the trigger for each separate
market?. I attached triggers for the greyhound place market .
1:- lay the fav between 1.5 and 1.1
2:-back the fav between 2 and 4
recoup the loses plus £10 profit for each one,
but it dose not fire bet.Can you please rewrite it to make it work, and recoup loses plus
£10 profit separately for each one.
Kind Regards

  • All members
  • Posts: 7
Re: Laying in the place market
« Reply #13 on: 05 Jul 2015, 19:49 »
Hi mcbee,
             Just addition to my massage.When you said (you will have to make a new request for each market type). Or do you mean subscribe a 2nd market feeder pro  for different
Key code number by means running  2 market feeder pro for two separate trigger to have
2 live statements to recoup the loses plus £10 profit separately.
Rgards


  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Laying in the place market
« Reply #14 on: 06 Jul 2015, 15:08 »
hi
sorry but this request/trigger has been completed.
you will now have to make a new request for a new trigger.


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