Alert to a Steamer or Drifter Servant

Share your servants
Post Reply
ANDYRICHMOND
Posts: 5
Joined: Mon Jul 11, 2016 11:28 pm

Is there a way that you can globally apply this servant to all markets in the day on racing for example or do you have to start it manually each time.?
User avatar
Dallas
Posts: 22673
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

ANDYRICHMOND wrote:
Sat Nov 04, 2017 12:42 am
Is there a way that you can globally apply this servant to all markets in the day on racing for example or do you have to start it manually each time.?
Yes if its started as a Safety Servant using the the 'Safety' tab then it can start automatically each new market
https://www.youtube.com/watch?v=YZe0vkk ... 8385C5B599
User avatar
MemphisFlash
Posts: 2126
Joined: Fri May 16, 2014 10:12 pm
Location: Leicester

is there a way to move the alert to the bottom of the screen, it always pops up in the centre.
knowing a bit of visual basic i know why this is happening but can it be changed
User avatar
Dallas
Posts: 22673
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

MemphisFlash wrote:
Sat Nov 04, 2017 10:21 am
is there a way to move the alert to the bottom of the screen, it always pops up in the centre.
knowing a bit of visual basic i know why this is happening but can it be changed
As far as im aware its position is fixed, but if it starts to cause probs then it poss it can be changed in a future build

PS, seen your PM and will respond to that shortly
User avatar
fothers77
Posts: 9
Joined: Mon Jun 15, 2009 12:40 pm

Hi all

Been on and off BA for many years now, with limited success in the past, particularly when it comes to trading. You may notice I haven't posted much to be fair, given I found BA some 7years ago now!

This 'Servant' feature is truly an awesome development imho and I must congratulate Dallas on his continuous tuition of so many people. This is an excellent example of something that can be tweaked to your own needs.

Thanks people and I hope to get much more involved in future
TONKER
Posts: 9
Joined: Wed Mar 08, 2017 3:05 pm

Loving the new Servant feature

Just wondering, Is it possible to have the alert not require you to press ok to get rid of it?
Just as an alert perhaps that pops up and then goes without you having to click on it?

Dallas wrote:
Sat Nov 04, 2017 11:29 am
MemphisFlash wrote:
Sat Nov 04, 2017 10:21 am
is there a way to move the alert to the bottom of the screen, it always pops up in the centre.
knowing a bit of visual basic i know why this is happening but can it be changed
As far as im aware its position is fixed, but if it starts to cause probs then it poss it can be changed in a future build

PS, seen your PM and will respond to that shortly
User avatar
Geordie
Posts: 173
Joined: Fri Sep 12, 2014 10:54 am
Location: North East

TONKER wrote:
Mon Nov 06, 2017 5:24 pm
Loving the new Servant feature

Just wondering, Is it possible to have the alert not require you to press ok to get rid of it?
Just as an alert perhaps that pops up and then goes without you having to click on it?
Just record/play a sound file for your alert, so no pop up to get rid of.
TONKER
Posts: 9
Joined: Wed Mar 08, 2017 3:05 pm

Geordie wrote:
Tue Nov 07, 2017 5:22 am
TONKER wrote:
Mon Nov 06, 2017 5:24 pm
Loving the new Servant feature

Just wondering, Is it possible to have the alert not require you to press ok to get rid of it?
Just as an alert perhaps that pops up and then goes without you having to click on it?
Just record/play a sound file for your alert, so no pop up to get rid of.
Excellent, cheers mate. Not exactly sure how I missed that option....
RUBEN0007
Posts: 5
Joined: Wed Jul 29, 2015 8:11 pm

THX
User avatar
gstar1975
Posts: 615
Joined: Thu Nov 24, 2011 11:59 am

Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
User avatar
Dallas
Posts: 22673
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

gstar1975 wrote:
Tue Nov 27, 2018 10:01 pm
Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
Yes it could be edited to do that

What you'de need to do apply a 'Set/Modify stored value' rule to servant context selection

Next on the Stored Value tab store the value with the name of XXXXXXX
With Servant Context Price
Then just below use the adjustment option to +/- the ticks or % you want

Finally, add the stored value you have just created above as a condition to the alert rule
User avatar
gstar1975
Posts: 615
Joined: Thu Nov 24, 2011 11:59 am

Dallas wrote:
Tue Nov 27, 2018 11:38 pm
gstar1975 wrote:
Tue Nov 27, 2018 10:01 pm
Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
Yes it could be edited to do that

What you'de need to do apply a 'Set/Modify stored value' rule to servant context selection

Next on the Stored Value tab store the value with the name of XXXXXXX
With Servant Context Price
Then just below use the adjustment option to +/- the ticks or % you want

Finally, add the stored value you have just created above as a condition to the alert rule
Thanks for that. How does Betangel work out the %? say for example you want to add 30% to a price would it simply x 1.3 to the price? or would it take off 1 then x 0.3 and add that to the number then add the 1 back on? like this: = ((price-1) x 0.3)+Price+1) or another way = ((price -1) x 1.30)+1)
User avatar
Dallas
Posts: 22673
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

gstar1975 wrote:
Wed Nov 28, 2018 10:20 am
Dallas wrote:
Tue Nov 27, 2018 11:38 pm
gstar1975 wrote:
Tue Nov 27, 2018 10:01 pm
Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
Yes it could be edited to do that

What you'de need to do apply a 'Set/Modify stored value' rule to servant context selection

Next on the Stored Value tab store the value with the name of XXXXXXX
With Servant Context Price
Then just below use the adjustment option to +/- the ticks or % you want

Finally, add the stored value you have just created above as a condition to the alert rule
Thanks for that. How does Betangel work out the %? say for example you want to add 30% to a price would it simply x 1.3 to the price? or would it take off 1 then x 0.3 and add that to the number then add the 1 back on? like this: = ((price-1) x 0.3)+Price+1) or another way = ((price -1) x 1.30)+1)
It can do it either way, if you go into:

Settings > Edit Settings > Staking & Liability

You can set how the percentage offsetting is calculated
https://www.betangel.com/user-guide/sta ... ility.html
User avatar
gstar1975
Posts: 615
Joined: Thu Nov 24, 2011 11:59 am

Dallas wrote:
Tue Nov 27, 2018 11:38 pm
gstar1975 wrote:
Tue Nov 27, 2018 10:01 pm
Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
Yes it could be edited to do that

What you'de need to do apply a 'Set/Modify stored value' rule to servant context selection

Next on the Stored Value tab store the value with the name of XXXXXXX
With Servant Context Price
Then just below use the adjustment option to +/- the ticks or % you want

Finally, add the stored value you have just created above as a condition to the alert rule
Hi Dallas

How does Betangel know when to store the Price I want it to log say at 10am so it can then apply the alert rules to this price?
User avatar
Dallas
Posts: 22673
Joined: Sun Aug 09, 2015 10:57 pm
Location: Working From Home

gstar1975 wrote:
Sat Dec 01, 2018 5:49 pm
Dallas wrote:
Tue Nov 27, 2018 11:38 pm
gstar1975 wrote:
Tue Nov 27, 2018 10:01 pm
Hi Dallas

Would this Servant be able to tell me when the price has drifted a certain % from a price taken at a certain time of day eg Price at 10am then add a +or- a % to this then alert me if it hits that price?
Yes it could be edited to do that

What you'de need to do apply a 'Set/Modify stored value' rule to servant context selection

Next on the Stored Value tab store the value with the name of XXXXXXX
With Servant Context Price
Then just below use the adjustment option to +/- the ticks or % you want

Finally, add the stored value you have just created above as a condition to the alert rule
Hi Dallas

How does Betangel know when to store the Price I want it to log say at 10am so it can then apply the alert rules to this price?
You would use the fixed date & time option on the general tab to arm the 'set/modify stored value' rule to arm it at 10 am or whatever time you want to store the rule to trigger
Post Reply

Return to “Bet Angel - Servants - Shared files”