Author Topic: entry back out of range  (Read 1113 times)

Tags:
  • All members
  • Posts: 126
entry back out of range
« on: 15 Jun 2019, 09:27 »
I set a very simple rule that comes in when the back odds is between 1.10 and 1.20 (using between) but it happens that I get into much higher odds, why?

  • Desenvolvedores de trigger
  • Posts: 919
  • Gender: Male
*
Re: entry back out of range
« Reply #1 on: 15 Jun 2019, 09:32 »
Hi 

If you see logs you will find a reason for that.

Exemple the price may give a huge jump, between triggers firing and bet placement by betfair api
There are many other reasons.

Pcal
Desenvolvedor de triggers oficial Market Feeder pro

Também faço:
Cursos sobre Market Feeder pro (gratuitos)
Triggers (gratuitos para sempre)

Para saber informações contacte-me!

NOTA: TESTE SEMPRE OS SEUS TRIGGERS ANTES DE OS USAR COM FUNDOS REAIS!

  • All members
  • Posts: 126
Re: entry back out of range
« Reply #2 on: 15 Jun 2019, 09:36 »
Code: [Select]
10:20:50 Going to BACK on 1 selections:

      Alejandro Tabilo, € 10.00 at 1.16;

Program logAccount statementTrigger logs


why?

  • All members
  • Posts: 126
Re: entry back out of range
« Reply #3 on: 15 Jun 2019, 09:39 »
how can i avoid? I would expect that the program does not like it because it is out of range

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: entry back out of range
« Reply #4 on: 15 Jun 2019, 10:23 »
hi
as pcal72 said , Example the price may give a huge jump, between triggers firing and bet placement by betfair api.
the trigger sent the bet at 1.16 as it should have because the condition is when the back odds is between 1.10 and 1.20
BUT just before betfair received the bet the price jumped to 1.34 , so betfair gave you the best price available.
IF the price dropped to 1.10 the bet would have been unmatched at 1.16 .
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: 126
Re: entry back out of range
« Reply #5 on: 15 Jun 2019, 10:27 »
I checked the movements of the odds ... in practice it was fixed at 1.26 and dropped a moment to 1.16 and then back up to 1.30. how can i avoid these false movements?

  • All members
  • Posts: 126
Re: entry back out of range
« Reply #6 on: 15 Jun 2019, 10:31 »

I weighed a check between the distances of the height ... 5 ticks

Backprice equal or greater r_ticks(lay_price, -5)

  • All members
  • Posts: 126
Re: entry back out of range
« Reply #7 on: 15 Jun 2019, 10:35 »
Or this

  • Desenvolvedores de trigger
  • Posts: 919
  • Gender: Male
*
Re: entry back out of range
« Reply #8 on: 15 Jun 2019, 11:51 »
Yes both solutions are great to avoid this gaps
Desenvolvedor de triggers oficial Market Feeder pro

Também faço:
Cursos sobre Market Feeder pro (gratuitos)
Triggers (gratuitos para sempre)

Para saber informações contacte-me!

NOTA: TESTE SEMPRE OS SEUS TRIGGERS ANTES DE OS USAR COM FUNDOS REAIS!

 

Please note, BetFair is seems to be currently OFFLINE