Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
31
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 18 Oct 2024, 14:13 »
I've tried unticking overall but isn't working. The system places bets on all events when overall is unticked.
32
Time Machine / Re: No free markets
« Last post by mm568 on 18 Oct 2024, 09:23 »
hello, no free markets available
33
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 19:06 »
Ideally I don't want to get matched at SP but sometimes the price moves before the bet is matched so if I'm on Betfair then I want to replicate manually moving the price so say I place a bet at 1.50 and the price moves to 1.52 then on Betfair I would move the price to 1.52 and click on the tick. How would I replicate this using a trigger? And with the times, some events seem to start anything between 1 and 12 hours than they are scheduled on the software. This happens especially with Tennis matches. Do you know why this happens? Like I had a tennis event that placed a bet and was scheduled to start but when I check Betfair it said starts in 57 mins
34
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 19:02 »
Thanks I'll give it a shot.... I'm also having 2 more problems with getting bets matched and with starting times of some events
35
Triggered betting / Re: Problem with timing of calculations
« Last post by MarkV on 17 Oct 2024, 18:12 »
Hi
I think its this condition:
Trigger Place a Lay Bet number of runs in the market is less than max_bet overall

Overall is cumulative number of runs for all markets since start of program.

Firstly try it with overall unticked.

Or try this:
Lay ... Price: lay_price ... Amount: rec_amount + (lss_count*trg_pft) + trg_pft Take SP
First Matching Selection
Once Per Market
All Except Settled
Markets minutes before the off is between 0 and 5
and selections lay price is equal or less than max_price
and Trigger Place a Lay Bet number of runs in the market is less than max_bet
AND
   previous triggered event status is settled
   or Trigger Place a Lay Bet number of runs in the market is equal to 0 overall
36
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 16:17 »
Setting Variables (this sets the variables manually in case there was an error and I had to restart the program)

set user variable
Name: rec_amount (amount of money to recover) Value: rec1 Globally
set user variable
Name: lss_count (number of losses so far) Value: rec2 Globally

One Time Only (No Conditions)

After a win

set user variable
Name: rec_amount Value: 0 Globally
set user variable
Name: lss_count value: 0 Globally
Once per market
Settled
Markets Settled P/L > 0

After a Loss

Set user variable
Name: rec_amount Value: rec_amount - market settled p/l Globally
set user variable
Name: lss_count Value: lss_count + 1 Globally
Once per market
Settled
Markets settled p/l < 0

Place a Lay bet

Lay ... Price: lay_price ... Amount: rec_amount + (lss_count*trg_pft) + trg_pft Take SP
First Matching Selection
Once Per Market
All Except Settled
Markets minutes before the off is between 0 and 5
and selections lay price is equal or less than max_price
AND Trigger Place a Lay Bet number of runs in the market is less than max_bet overall
or previous triggered event status is settled
37
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 16:07 »
May be easier if you can see the triggers that I've got so I'll list them out :)
38
Triggered betting / Re: Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 15:55 »
Hi Mark. I have something similar set up but it's still doing it. I have a variable max_bet which is set at 1 then in the trigger condition for the bet, I have trigger number of runs in the market < max_bet or previous triggered event is settled so the next bet is being triggered when the event is settled but it seems like the calculations aren't being completed before the next bet is placed if the minutes before off is between 0 and 5
39
Triggered betting / Re: Problem with timing of calculations
« Last post by MarkV on 17 Oct 2024, 15:50 »
Hi
Have a look at Item 3 here
It functions as a lock which will let the next bet be placed only if the previous bet has been settled. There is a downloadable template trigger from the link.   

40
Triggered betting / Problem with timing of calculations
« Last post by djmotion on 17 Oct 2024, 15:10 »
Hey so I'm doing a recovery staking plan that calculates the next stake on settlement of the previous bet and places the next bet between 0 and 5 mins before the off. If the previous event finishes within 0 and 5 mins before the next event starts, I'm having trouble with the system not calculating the next stake before the next bet is placed so it places the same amount as the previous bet if it lost and then if the next bet wins, it resets to 0 for the loss pot so I'm losing money. 

What's the best way to ensure the calculation has been completed before the next bet is placed, cheers?
Pages: « 1 2 3 4 5 6 7 8 9 10 »
Please note, BetFair is seems to be currently OFFLINE