Hi Dallas, I am struggling to change this file so that it compares the opening back price against the closing back price instead of back book %.
Do I have to reverse the stored value adjustment so it is plus another stored value instead? Then swap the sort ascending to apply to the back rule and sort descending for the lay?
Many thanks
James.
Back & Lay the Biggest Pre-Off Movers - Guardian Automation Bot
To use ticks theres a few changes that need to be done to the Stored Values on the first two rules (including adding another SV to the second rule).jookymundo wrote: ↑Fri Nov 22, 2024 12:54 pmHi Dallas, I am struggling to change this file so that it compares the opening back price against the closing back price instead of back book %.
Do I have to reverse the stored value adjustment so it is plus another stored value instead? Then swap the sort ascending to apply to the back rule and sort descending for the lay?
Many thanks
James.
If you copy the screenshots below that will use the price and difference in ticks (i've not changed the actual SV names as that would also mean editing further rules)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 11
- Joined: Tue Jun 18, 2024 9:50 pm
Is there a way of measuring the percentage move in price rather than ticks or implied probability?
For example, runner 1's opening price is 5 and closing price is 3 which is a 60% drop in price.
Runners 2's opening price is 3 and closing price is 5 which is a 60% increase in price.
Many thanks
For example, runner 1's opening price is 5 and closing price is 3 which is a 60% drop in price.
Runners 2's opening price is 3 and closing price is 5 which is a 60% increase in price.
Many thanks
This is similar to the previous question, but I’m trying to get my head around the book percentage method of calculating the biggest steamer / drifter.
Would the different methods be interchangeable? So if I worked out the biggest steamer from 10 minutes before, to post, based on the actual tick drop between the two prices, would this give the same result as calculating it using book percentage?
I ask as I have modelled this using historical data, but on the two prices.
Thanks in advance!
Would the different methods be interchangeable? So if I worked out the biggest steamer from 10 minutes before, to post, based on the actual tick drop between the two prices, would this give the same result as calculating it using book percentage?
I ask as I have modelled this using historical data, but on the two prices.
Thanks in advance!
- ShaunWhite
- Posts: 10353
- Joined: Sat Sep 03, 2016 3:42 am
Book% = 100/price.
%Book move = (100/price1) - (100/price2)
%Book move = (100/price1) - (100/price2)