Author Topic: Error positions simultaneously  (Read 514 times)

Tags:
  • All members
  • Posts: 126
Error positions simultaneously
« on: 24 Jun 2019, 07:42 »
Hi Guys,

I made a trigger that makes me multiple entries on a given game (soccer)

the basic concept is that if a position is opened the next one must open no earlier than 50/55 seconds.

Unfortunately I have not found any variable that gives me the time of the last entry, how could I overcome this problem?

in practice at every variation of the odds the trigger opens the position, but it happens that it can open two at the same time, I also tried to limit the accesses for single odd but if I use the variable
bm_bpricedat_back_price (to receive the number of matched for the current quota) I have an error

So how could I limit the accesses simultaneously?

  • All members
  • Posts: 126
Re: Error positions simultaneously
« Reply #1 on: 24 Jun 2019, 08:43 »
and if i save the time for the single entry?

variable = now_time

condition
Selection's Trigger Expression now_time-variable as greater 5000 (50 sec.)

is correct?

  • Desenvolvedores de trigger
  • Posts: 919
  • Gender: Male
*
Re: Error positions simultaneously
« Reply #2 on: 25 Jun 2019, 05:28 »
You must use

condition
Selection's Trigger Expression (now_time-variable)/mf_second as greater than 50

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!

 

Please note, BetFair is seems to be currently OFFLINE