Author Topic: Trigger funny  (Read 864 times)

Tags:
  • All members
  • Posts: 110
Trigger funny
« on: 19 Sep 2020, 12:45 »
Please can someone explain why this line in my trigger returned 11 TRUE selections when it should have produced 13.
Thanks

13:08:15Checking market "Horse Racing / GB / Newb 19th Sep / 13:05 Newb 19th Sep - 7f Nov Stks".
13:08:15Checking condition and Market's Minutes Since the Off is greater than 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60.
13:08:15Selection: Oo De Lally, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Aratus, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Aerion Power, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Expect To Succeed, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Luxy Lou, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Mithras, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Muhalhel, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Saratoga Gold, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Sea Crossing, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Mind That Jet, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Innovator, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Zuhair, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Selection: Dream Date Diva, initial expr.: 0.75*((market_length/201)-IF(market_length>=201*16, 0, 1))*15/60, intermediate: 0.75*((1408.18/201)-IF(1408.18>=201*16,0,1))*15/60, final: 1.12610075.
13:08:16Condition is: TRUE. valid for 11 selections: Aerion Power, Expect To Succeed, Luxy Lou, Mithras, Muhalhel, Saratoga Gold, Sea Crossing, Mind That Jet, Innovator, Zuhair, Dream Date Diva

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Trigger funny
« Reply #1 on: 21 Sep 2020, 15:13 »
Interesting!

This could happen if those two selections were deactivated for trading, for example manually by ticking them off in Full Mode or using an import file where those two were not in the list of imported selections.

Could any of the above be the case?
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 110
Re: Trigger funny
« Reply #2 on: 21 Sep 2020, 15:55 »
Sadly not.
The only unusual thing is that I was running in TEST mode.
Haven't seen it happen since but will keep an eye out.

Thanks

Mike

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Trigger funny
« Reply #3 on: 25 Sep 2020, 10:09 »
Are there any records about this race in the Program Log for that day?
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 110
Re: Trigger funny
« Reply #4 on: 25 Sep 2020, 14:38 »
Just two entries:

09:24:09One or more runners have been withdrawn from market "Horse Racing / GB / Newb 19th Sep / 13:05 Newb 19th Sep - 7f Nov Stks": Glentaneous

13:24:02Error while refreshing the market "Horse Racing / GB / Newb 19th Sep / 13:05 Newb 19th Sep - 7f Nov Stks". Empty response from exchange

Thanks

Mike

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Trigger funny
« Reply #5 on: 25 Sep 2020, 15:45 »
I'm as puzzled as you are and cannot reproduce this behaviour, I'm really sorry.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE