Lowest Traded Volume

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

Hi,

How would you go about selecting a selection which has the lowest traded volume from 3 minutes to event start time ?

Example:

- Selection A = £4500
- Selection B = £4700
- Selection C = £ 700
- Selection D = £1200
- Selection E = £ 800

So, i would need to select Selection C. Place a trade, greenup or close it in loss, then start again with the lowest traded volume, which could be C or it could be another selection etc.

Thanks,

Mark
sa7med
Posts: 800
Joined: Thu May 18, 2017 8:01 am

hi. You could set a saved value on each runner at 3 minutes which records volume every x seconds. Then have a saved value condition for each runner, to be less than that of the saved value of each other runner.

Once you place a bet on one, just set a signal so it knows it needs to green up or close at some point, then another signal when it completes a Greenup so you can start the process all over again
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

sa7med wrote:
Sat Mar 30, 2019 8:24 am
hi. You could set a saved value on each runner at 3 minutes which records volume every x seconds. Then have a saved value condition for each runner, to be less than that of the saved value of each other runner.

Once you place a bet on one, just set a signal so it knows it needs to green up or close at some point, then another signal when it completes a Greenup so you can start the process all over again
Hi,

Thanks,

But i am struggling with how to implement this part in BA...

"Then have a saved value condition for each runner, to be less than that of the saved value of each other runner"
User avatar
jimibt
Posts: 3668
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

BetScalper wrote:
Sat Mar 30, 2019 8:41 am
sa7med wrote:
Sat Mar 30, 2019 8:24 am
hi. You could set a saved value on each runner at 3 minutes which records volume every x seconds. Then have a saved value condition for each runner, to be less than that of the saved value of each other runner.

Once you place a bet on one, just set a signal so it knows it needs to green up or close at some point, then another signal when it completes a Greenup so you can start the process all over again
Hi,

Thanks,

But i am struggling with how to implement this part in BA...

"Then have a saved value condition for each runner, to be less than that of the saved value of each other runner"
set a stored value for each runner and ALSO set a market stored value that records the value also but only set it (MARKET stroed value) if it is LOWER than the previous value. at the end, compare the values of the selection to that of the market and pick the one that is EQUAL to the market value stored value as this will have been the lowest volume one recorded and will thus match...

hope this makes sense, i'm rushing out, so not really thinking too deeply about this ;)
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

jimibt wrote:
Sat Mar 30, 2019 9:59 am
BetScalper wrote:
Sat Mar 30, 2019 8:41 am
sa7med wrote:
Sat Mar 30, 2019 8:24 am
hi. You could set a saved value on each runner at 3 minutes which records volume every x seconds. Then have a saved value condition for each runner, to be less than that of the saved value of each other runner.

Once you place a bet on one, just set a signal so it knows it needs to green up or close at some point, then another signal when it completes a Greenup so you can start the process all over again
Hi,

Thanks,

But i am struggling with how to implement this part in BA...

"Then have a saved value condition for each runner, to be less than that of the saved value of each other runner"
set a stored value for each runner and ALSO set a market stored value that records the value also but only set it (MARKET stroed value) if it is LOWER than the previous value. at the end, compare the values of the selection to that of the market and pick the one that is EQUAL to the market value stored value as this will have been the lowest volume one recorded and will thus match...

hope this makes sense, i'm rushing out, so not really thinking too deeply about this ;)
Thanks Jim. Will give it a go.
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

Hey Jim,

Don't think its that easy because...

I only want to look at selections within a certain odds range.

So, example would be that i want to know the selection with the lowest volume between odds of 2 and 6 etc. Not the selection with the lowest volume overall.

Not sure its possible in BA but is with OS, pretty easily.
User avatar
whimsies
Posts: 179
Joined: Sun Oct 02, 2016 7:37 am
Location: Uk

Would also like the answer to this one.
User avatar
jimibt
Posts: 3668
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

whimsies wrote:
Sun Mar 31, 2019 9:34 pm
Would also like the answer to this one.
will (try to) post a simple example rule tmro - time permitting.. it's simple on a generic level, maybe more involved if ranges are required.
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

jimibt wrote:
Sun Mar 31, 2019 10:24 pm
whimsies wrote:
Sun Mar 31, 2019 9:34 pm
Would also like the answer to this one.
will (try to) post a simple example rule tmro - time permitting.. it's simple on a generic level, maybe more involved if ranges are required.
Hi Jim,

No ranges required.

Just wanted a simple way (relatively) of selecting the selection priced between 2 and 6 which has the lowest traded volume.

Reason:

- Been noticing a trend on Greyhounds but you could apply it to other markets just as easily.
- You often get some low priced selections (2 minutes), with large gaps which attract no interest in the betting and they drift considerably. Its not unusual for them to go from 4 to 12 in the last 1 minute and 30 seconds.

Cheers,
User avatar
jimibt
Posts: 3668
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

BetScalper wrote:
Sun Mar 31, 2019 10:35 pm
jimibt wrote:
Sun Mar 31, 2019 10:24 pm
whimsies wrote:
Sun Mar 31, 2019 9:34 pm
Would also like the answer to this one.
will (try to) post a simple example rule tmro - time permitting.. it's simple on a generic level, maybe more involved if ranges are required.
Hi Jim,

No ranges required.

Just wanted a simple way (relatively) of selecting the selection priced between 2 and 6 which has the lowest traded volume.

Reason:

- Been noticing a trend on Greyhounds but you could apply it to other markets just as easily.
- You often get some low priced selections (2 minutes), with large gaps which attract no interest in the betting and they drift considerably. Its not unusual for them to go from 4 to 12 in the last 1 minute and 30 seconds.

Cheers,
ok, easy enough. will pop something up tmro after 8:00...
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

jimibt wrote:
Sun Mar 31, 2019 10:38 pm
BetScalper wrote:
Sun Mar 31, 2019 10:35 pm
jimibt wrote:
Sun Mar 31, 2019 10:24 pm


will (try to) post a simple example rule tmro - time permitting.. it's simple on a generic level, maybe more involved if ranges are required.
Hi Jim,

No ranges required.

Just wanted a simple way (relatively) of selecting the selection priced between 2 and 6 which has the lowest traded volume.

Reason:

- Been noticing a trend on Greyhounds but you could apply it to other markets just as easily.
- You often get some low priced selections (2 minutes), with large gaps which attract no interest in the betting and they drift considerably. Its not unusual for them to go from 4 to 12 in the last 1 minute and 30 seconds.

Cheers,
ok, easy enough. will pop something up tmro after 8:00...
Cheers,

They tend to stick out like a sore thumb. i.e. Back Price = 4.0, Lay Price = 5.0, LTP = 7.2, Selection Volume < £500, Market Volume >= £3,000, 1st Favourite >= £1,000, Second Favourite >= £1,000.

Part of the selection model could be there is a gap between Lay Price and LTP of >= 2 odds or such.
User avatar
jimibt
Posts: 3668
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

BetScalper wrote:
Sun Mar 31, 2019 10:42 pm
jimibt wrote:
Sun Mar 31, 2019 10:38 pm
BetScalper wrote:
Sun Mar 31, 2019 10:35 pm


Hi Jim,

No ranges required.

Just wanted a simple way (relatively) of selecting the selection priced between 2 and 6 which has the lowest traded volume.

Reason:

- Been noticing a trend on Greyhounds but you could apply it to other markets just as easily.
- You often get some low priced selections (2 minutes), with large gaps which attract no interest in the betting and they drift considerably. Its not unusual for them to go from 4 to 12 in the last 1 minute and 30 seconds.

Cheers,
ok, easy enough. will pop something up tmro after 8:00...
Cheers,

They tend to stick out like a sore thumb. i.e. Back Price = 4.0, Lay Price = 5.0, LTP = 7.2, Selection Volume < £500, Market Volume >= £3,000, 1st Favourite >= £1,000, Second Favourite >= £1,000.

Part of the selection model could be there is a gap between Lay Price and LTP of >= 2 odds or such.

ok, will attack that with a parameter setup in the 1st instance, followed by a implementation of those params... talk tmro
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

Who picked up my strategy and put it word for word on this other forum ?

Dirty flipping bastards.
greenmark
Posts: 4994
Joined: Mon Jan 29, 2018 2:15 pm

April fool ended at 12. Who's upset you? Which post?
User avatar
BetScalper
Posts: 1139
Joined: Sun Jul 02, 2017 10:47 pm

greenmark wrote:
Mon Apr 01, 2019 10:04 pm
April fool ended at 12. Who's upset you? Which post?
Someone took my posts and put them on OS forum and the site owners explained how to code it in their software.

To the pleasure of many it will be the last thing i post, anywhere.
Post Reply

Return to “Bet Angel - Automation”