Howdy - I have a new automation that I only want to run if the market has BSP (as a backstop in case my bets aren't matched)
I have been using a condition where I set an SV called ProjectedSP and I have a conditioon where ProjectedSP must be greater than zero.
I've just noticed that if there is no BSP on the marker then ProjectedSP is stored as an SV as "Infinity" (not zero.)
Is it sufficient to have a SV Condition that ProjectedSP is not equal to an entered amount: Infinity?
(i.e. can an SV include text etc etc, or are there other issues why this condition wouldn't work? Is there a better way to achieve this condition?)
Thanks
ProjectedSp = infinity
i would add a less than condition. 1000 might work for your purposes but if not I seem to remember that 1001 worked for me in the past when i encountered this.Anbell wrote: ↑Sat Apr 11, 2020 8:57 amHowdy - I have a new automation that I only want to run if the market has BSP (as a backstop in case my bets aren't matched)
I have been using a condition where I set an SV called ProjectedSP and I have a conditioon where ProjectedSP must be greater than zero.
I've just noticed that if there is no BSP on the marker then ProjectedSP is stored as an SV as "Infinity" (not zero.)
Is it sufficient to have a SV Condition that ProjectedSP is not equal to an entered amount: Infinity?
(i.e. can an SV include text etc etc, or are there other issues why this condition wouldn't work? Is there a better way to achieve this condition?)
Thanks
Jukebox wrote: ↑Sat Apr 11, 2020 9:10 ami would add a less than condition. 1000 might work for your purposes but if not I seem to remember that 1001 worked for me in the past when i encountered this.Anbell wrote: ↑Sat Apr 11, 2020 8:57 amHowdy - I have a new automation that I only want to run if the market has BSP (as a backstop in case my bets aren't matched)
I have been using a condition where I set an SV called ProjectedSP and I have a conditioon where ProjectedSP must be greater than zero.
I've just noticed that if there is no BSP on the marker then ProjectedSP is stored as an SV as "Infinity" (not zero.)
Is it sufficient to have a SV Condition that ProjectedSP is not equal to an entered amount: Infinity?
(i.e. can an SV include text etc etc, or are there other issues why this condition wouldn't work? Is there a better way to achieve this condition?)
Thanks
Thanks so much.
So BA recognizes that "Infinity" is a number and not a text string?