Hi,
I am trying to set up a formula as below to get a value of OddsChangeRate
(Last Traded Price 10 seconds ago - current last traded price)/10
I can't for the life of me ( even with AI support) get how to work the division component.
Thanks for any help provided.
Bob
Formula setup
You need to use a stored value history list to look at the price 10 seconds ago.
Set up a SVHL that stores the LTP .
Then create a new rule with a SV called (OddsChangeRate)
Select (With) another HISTORICAL stored value, enter the values you want.
Then select (adjustment) Minus (the price of selection LTP).
Under that, create another SV again called (OddsChangeRate)
(with) another Store Value (OddsChangeRate)
(adjustment) divided by 10.
Set up a SVHL that stores the LTP .
Then create a new rule with a SV called (OddsChangeRate)
Select (With) another HISTORICAL stored value, enter the values you want.
Then select (adjustment) Minus (the price of selection LTP).
Under that, create another SV again called (OddsChangeRate)
(with) another Store Value (OddsChangeRate)
(adjustment) divided by 10.