
Thank you so much. Let me know if you ever go spoons and give me u table number. A full english and a pint of ale will be on its way :'). And I'm being dead serious lmk please
Sorry Jamesjamesedwards wrote: ↑Thu Jun 26, 2025 3:53 pmThere may be more efficient ways to achieve this, but this is how I would do it.
test 6.baf
This returns the high and low max price per selection based on min vol of £500.
Needs to run on a high refresh rate, and takes a few seconds to cycle through all the prices.
Updates high/low prices every minute.
Many thanks, but I probably haven't set foot into a 'spoons for many years. I'll let you know if ever I do though.
It works by cycling through every single possible price and checking when the traded vol for each selection is first above £500.Emtaxx wrote: ↑Thu Jun 26, 2025 5:11 pmSorry Jamesjamesedwards wrote: ↑Thu Jun 26, 2025 3:53 pmThere may be more efficient ways to achieve this, but this is how I would do it.
test 6.baf
This returns the high and low max price per selection based on min vol of £500.
Needs to run on a high refresh rate, and takes a few seconds to cycle through all the prices.
Updates high/low prices every minute.Could you explain how this works exactly, I feel why I get so stuck at times is I struggle with the logic behind things. i.e. you've stored a value from an entered amount i.e. 1000 and 1.01 (These would be the odds) However they're not tied into anything so I don't understand how they're making a connection with one another when their SV is not specific what context it is
The prices are saved as SVs at selection level called "high price" and "low price". Just use them as conditions or odds or whatever, like you would normally.