Hi all, need some help massively ive tried everything, basically im laying over 4.5 goals pre match then when score reaches 1-1,2-0 or 0-2 i want to trade out and move the close trade amount that will be at a loss to the over 5.5 goals with a multiply of 1.5 so if i trade out for £5 i lay the over 5.5 at £7.50 but its closing the over 4.5 trade successfully but then its just not firing on laying the over 5.5 ive tried all different variations of the stored values ive tired 'the markets green all profit (current market price), profit and loss of a selection but still wont fire on the lay over 5.5 im literally lost on what will make it to work
Any help by anyone would be much appreciated
Storing Value Problem
- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
How are you telling Guardian to lay to over 5.5?J21MYC wrote: ↑Tue Jun 18, 2024 5:41 pmHi all, need some help massively ive tried everything, basically im laying over 4.5 goals pre match then when score reaches 1-1,2-0 or 0-2 i want to trade out and move the close trade amount that will be at a loss to the over 5.5 goals with a multiply of 1.5 so if i trade out for £5 i lay the over 5.5 at £7.50 but its closing the over 4.5 trade successfully but then its just not firing on laying the over 5.5 ive tried all different variations of the stored values ive tired 'the markets green all profit (current market price), profit and loss of a selection but still wont fire on the lay over 5.5 im literally lost on what will make it to work
Any help by anyone would be much appreciated
Assuming you are using stored values, then as these are different markets within the same event, you need to be using stored values at 'event' level.
- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
No, but if you check the log box then it will log every stored value that it saves so you can find where the chain is broken.
Of post your file here and someone will take a look at it and try and find the error.
I've attached files for anyone to take a look, i tried it without the parameters of using a SV with a normal fixed amount and it fires perfectly so all conditions it has are correct and working its only when it comes down to using the SV for a stake is the reason its not firing
You do not have the required permissions to view the files attached to this post.
how do i check the log file that shows where chain is broken? I only know about the normal log filejamesedwards wrote: ↑Tue Jun 18, 2024 8:07 pmNo, but if you check the log box then it will log every stored value that it saves so you can find where the chain is broken.
Of post your file here and someone will take a look at it and try and find the error.
- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
Hit all the check boxes like this one. Then you can look at the log to see when stored values are created, and more importantly when they are not. This will give you clues as to what is the problem.
You do not have the required permissions to view the files attached to this post.
Last edited by jamesedwards on Tue Jun 18, 2024 10:20 pm, edited 1 time in total.
- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
You have a condition that 'matchbets' for the event must be greater than 1. Should this be >0 ?
checked the log and its storing the loss and multiplying by 2 as its suppose to but still isn't firing on the 5.5 ive tried it with deleting all conditions on the 5.5 lay but still wont fire and also tired keeping all the conditions and just using a fixed stake and it works then but not when the stake is the stored value so its 100% the stored value stake that is the problem why its not firing but I don't know why 

- jamesedwards
- Posts: 4367
- Joined: Wed Nov 21, 2018 6:16 pm
Not sure why it would be this, but you could try rounding the "fourfivetwozero" etc SVs to two decimal places.
I have had a look and what I think is happening is you trying to multiple a loss.
£-10 * 2 is £-20 and not a valid stake. If this is the case then you can just do the sum 0 - -20 =20
The rules trigger ok. The stored value stake is being sent to the o/u 5.5 as it should. It did place a bet in 5.5market when I set the stake to £100 in the 4.5 market.
£-10 * 2 is £-20 and not a valid stake. If this is the case then you can just do the sum 0 - -20 =20
The rules trigger ok. The stored value stake is being sent to the o/u 5.5 as it should. It did place a bet in 5.5market when I set the stake to £100 in the 4.5 market.