When using the stored values tab, are the actions executed in sequence?
Can you do the following?
A = A - B
C = C + A
Thanks in advance.
Stored Values tab
below is an accumilative addition of 10 matched back bets.
-you can duplicate the rule files and add more entrys;
-the first rule is only checking the back price is greater than it was 1 sec. ago just for demonstration.
-NB; the signal in is set to increament .so as to act as a trigger counter .
the values are then used as conditions to trigger stored values in the other files.
- the last file adds up the stored values to get an accumilative total.
i think i saw in one of Dallas`s bots how to better store your accumilative back bets /selection...
------may be he can help us on how to perform a running total within a history list , i find it tricky due to the refresh rate--
Eg.. store all the back bets in` History list 1` of the current selection and add them accumilatively/ per trigger.
hope that helps.
You do not have the required permissions to view the files attached to this post.
When a rule is triggered, for example, a rule to place a back bet, does anyone know what executes first, the back bet or the stored value tab?
It seems to be the latter but I'm still investigating, I'd be grateful if anyone's got the answer?
It seems to be the latter but I'm still investigating, I'd be grateful if anyone's got the answer?
Depends on what is being stored .
A matched bet or a placed bet ( trigger count). You can store a value at the back end of a trigger rule or
Open a separate rule responding to a condition ( signals … etc) . It will store value only when the conditions are met e.g after a bet is matched .
But also check the refresh rate on the stored value tab , how many times is the stored value being updated .
A matched bet or a placed bet ( trigger count). You can store a value at the back end of a trigger rule or
Open a separate rule responding to a condition ( signals … etc) . It will store value only when the conditions are met e.g after a bet is matched .
But also check the refresh rate on the stored value tab , how many times is the stored value being updated .