I'm saving stuff like last back price, last lay price etc... into history lists at an interval of 5 seconds but when saving market volume every 5 seconds its writing to the log every 5 seconds for each runner. Is there a way to just save market volume once for the market every 5 seconds?
I'm storing a value for the market so though it would only write to the log just the once every 5 seconds rather than once for each runner.
Saving Market Volume to History LIst
Thank you Jim yes I'm saving last back price, last lay price etc... so I would need that to apply to EVERY selection right to save that info for every runner every 5 seconds? But the market volume is writing to the log 5-6-7 times a second depending on how many runners are in the race. Is there a way around this so the market volume only writes to the log once per second?
hmm -based on what you say, you should only get the market volume added for each cycle -so every 5 seconds. without seeing the rule, it's difficult to know how or why it's triggering every second. even if you were capturing the market volume inside an EVERY selection rule, you could of course limit it by setting the selection on that SV to Nominated Selection (= in row 1(betfair order)) for example... then, even if multiple triggers, would only trigger the market volume sv onceJasBarrow wrote: ↑Fri Mar 26, 2021 1:55 pmThank you Jim yes I'm saving last back price, last lay price etc... so I would need that to apply to EVERY selection right to save that info for every runner every 5 seconds? But the market volume is writing to the log 5-6-7 times a second depending on how many runners are in the race. Is there a way around this so the market volume only writes to the log once per second?
jimibt wrote: ↑Fri Mar 26, 2021 2:29 pmhmm -based on what you say, you should only get the market volume added for each cycle -so every 5 seconds. without seeing the rule, it's difficult to know how or why it's triggering every second. even if you were capturing the market volume inside an EVERY selection rule, you could of course limit it by setting the selection on that SV to Nominated Selection (= in row 1(betfair order)) for example... then, even if multiple triggers, would only trigger the market volume sv once
Tried the above but it didnt work. I had to create a seperate rule for market volume but its working fine now. Thanks for your help Jim