Passing Signal values to Stored Values

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
A4r0n
Posts: 12
Joined: Tue Jun 14, 2016 5:15 pm

Hi Dallas,

Is there anyway to pass a signal value to a stored value so that it can be displayed on the ladder interface?

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

A4r0n wrote:
Mon Mar 30, 2020 12:18 pm
Hi Dallas,

Is there anyway to pass a signal value to a stored value so that it can be displayed on the ladder interface?

Thanks
Dont think so, but you can just create a stored value instead of a signal? ie store/increment stored value when your conditions are met
sniffer66
Posts: 1816
Joined: Thu May 02, 2019 8:37 am

sa7med wrote:
Mon Mar 30, 2020 1:40 pm
A4r0n wrote:
Mon Mar 30, 2020 12:18 pm
Hi Dallas,

Is there anyway to pass a signal value to a stored value so that it can be displayed on the ladder interface?

Thanks
Dont think so, but you can just create a stored value instead of a signal? ie store/increment stored value when your conditions are met
and on that ,Stored Values allow you to add to themselves as an increment. i.e Store MyValue as MyValue + 1
A4r0n
Posts: 12
Joined: Tue Jun 14, 2016 5:15 pm

Thanks for the reply - Do you know how I can increment a stored value - I see how you can do this for signals but dont see the same option for stored values

I am trying to display on the ladder via a stored value how many ticks up or down in the last 10 second timeframe for a nominated runner the increment is to show how many ticks plus or minus. If thats not possible just showing if it has ticked up or down in that timeframe would be ok
sa7med
Posts: 800
Joined: Thu May 18, 2017 8:01 am

A4r0n wrote:
Mon Mar 30, 2020 3:09 pm
Thanks for the reply - Do you know how I can increment a stored value - I see how you can do this for signals but dont see the same option for stored values

I am trying to display on the ladder via a stored value how many ticks up or down in the last 10 second timeframe for a nominated runner the increment is to show how many ticks plus or minus. If thats not possible just showing if it has ticked up or down in that timeframe would be ok
just add 1 to your stored value (ie storedVal = storedVal + 1 (amount))
sniffer66
Posts: 1816
Joined: Thu May 02, 2019 8:37 am

A4r0n wrote:
Mon Mar 30, 2020 3:09 pm
Thanks for the reply - Do you know how I can increment a stored value - I see how you can do this for signals but dont see the same option for stored values

Use the same condition you would use to increment the Signal but use the SV Tab to add a set value of 1 to your nominated SV.

so, MySV = MySV +1

You can add a value to the same SV and replace it at the same time
sniffer66
Posts: 1816
Joined: Thu May 02, 2019 8:37 am

sa7med wrote:
Mon Mar 30, 2020 3:13 pm
A4r0n wrote:
Mon Mar 30, 2020 3:09 pm
Thanks for the reply - Do you know how I can increment a stored value - I see how you can do this for signals but dont see the same option for stored values

I am trying to display on the ladder via a stored value how many ticks up or down in the last 10 second timeframe for a nominated runner the increment is to show how many ticks plus or minus. If thats not possible just showing if it has ticked up or down in that timeframe would be ok
just add 1 to your stored value (ie storedVal = storedVal + 1 (amount))
Beat me to it :)
A4r0n
Posts: 12
Joined: Tue Jun 14, 2016 5:15 pm

Hi All,

Thanks for the replies but I cant seem to get my head round this - attached is one of my attempts - the log just shows the initial values being set but I cannot seem to get the Val = Val +1 condition or Val = Val -1 to represent if the selection has ticked up or down?

With signals this was easy but I cannot display signals on the ladder interface

I know I'm prob being an idiot but any help appreciated!
You do not have the required permissions to view the files attached to this post.
sniffer66
Posts: 1816
Joined: Thu May 02, 2019 8:37 am

Try that.

I wouldnt call them Plus and Minus by the way, it gets confusing in the condition - plus SV = plus SV plus (addition) 1 :)
Test1_fix.baf
You do not have the required permissions to view the files attached to this post.
A4r0n
Posts: 12
Joined: Tue Jun 14, 2016 5:15 pm

Thanks sniffer,

I tried the updated file but it doesn't seem to fire once the intial values are set - here is with the guardian logs show

30/03/2020 17:27:02: [G_Auto] : Store Value (Shared) for 1. Lamour Printemps: Plus = 1
30/03/2020 17:27:02: [G_Auto] : Store Value (Shared) for 1. Lamour Printemps: Minus = -1


Thanks for your help
sniffer66
Posts: 1816
Joined: Thu May 02, 2019 8:37 am

I'm not at my pc now but that file you attached had no conditions in the rules, I assumed it was just a demo for you to see how to increment an SV. What conditions do you have to increment based on ticks up and down ?
A4r0n
Posts: 12
Joined: Tue Jun 14, 2016 5:15 pm

Hi Sniffer,

I did add some conditions as separate rules in the file called Tick Up and tick down. They are historic relative odds conditions looking at the price 5 sces ago compared to now. With the idea being that if there is a difference it will increment the value up or down depending on which way the price moved

Thanks
Post Reply

Return to “Bet Angel - Automation”