Hello, I need your help to check whether or not I am configuring the stored value rule correctly together with green up:
1st Create a stored value condition rule to check the profit or loss I have in a match odds game or another game together;
2nd Make a green up whenever a certain amount is reached, in this case it is 0.5 pounds;
3rd the bot makes a new bet again and the green up is triggered again according to point 2nd when the value is reached again
Below I show how I configured it, however despite the pre-established value being reached, the green up is not closing.
Can someone give me a hand?
Stored Value and Green up
Thanks for your help Dabbla, the problem was partially solved. Green up is triggered when the goal is reached, but I needed it to be in cycles.
Example:
- When the stored value = 1 then green up
reset for a new goal cycle
- When the stored value = 1.75 then green up
and so on...
Can you help me with this?
Best regards
In your OP said you want to check another game together. This is going to be trickier and a lot more logic than I have time for at the mo. I’m not even sure how well it would work. Unless it’s in the same event.
Going back to my last post, where I said change to event , change them all back to market. Otherwise this could go wrong.
Create a rule called start (or whatever you like).Trigger once for (ANY) In that rule create a stored value called (target profit) for the market = £(1).
Then in the green up rule, create a sv called (target profit) for the market
With these settings
(with) another stored value = (target profit) +0.75. every time this rule triggers it will add £0.75 to the target profit.
Then in the same rule add the condition. (stored value condition) (total_profit) > (target profit)
Going back to my last post, where I said change to event , change them all back to market. Otherwise this could go wrong.
Create a rule called start (or whatever you like).Trigger once for (ANY) In that rule create a stored value called (target profit) for the market = £(1).
Then in the green up rule, create a sv called (target profit) for the market
With these settings
(with) another stored value = (target profit) +0.75. every time this rule triggers it will add £0.75 to the target profit.
Then in the same rule add the condition. (stored value condition) (total_profit) > (target profit)
Thanks DabblaDabbla wrote: ↑Sun Feb 02, 2025 11:33 pmIn your OP said you want to check another game together. This is going to be trickier and a lot more logic than I have time for at the mo. I’m not even sure how well it would work. Unless it’s in the same event.
Going back to my last post, where I said change to event , change them all back to market. Otherwise this could go wrong.
Create a rule called start (or whatever you like).Trigger once for (ANY) In that rule create a stored value called (target profit) for the market = £(1).
Then in the green up rule, create a sv called (target profit) for the market
With these settings
(with) another stored value = (target profit) +0.75. every time this rule triggers it will add £0.75 to the target profit.
Then in the same rule add the condition. (stored value condition) (total_profit) > (target profit)