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
Passing Signal values to Stored Values
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
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
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))A4r0n wrote: ↑Mon Mar 30, 2020 3:09 pmThanks 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
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
Beat me to itsa7med wrote: ↑Mon Mar 30, 2020 3:13 pmjust add 1 to your stored value (ie storedVal = storedVal + 1 (amount))A4r0n wrote: ↑Mon Mar 30, 2020 3:09 pmThanks 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

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!
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.
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
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
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
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