I have taken the "Scalping Cross-Overs" automation file kindly given by Dallas and tried to implement a Cancel all bets condition when the green all profit margin is at a certain level.
In the file I have attached I have set a condition on all of the lay bet rules themselves ( Lay 2.0 , Lay 3.0 and so on) to green all profit when the value is greater or equal to £ 0.3 (30p)
I have also added a Cancel Bets Rule with the same green all profit when the value is greater or equal to £ 0.3 (30p)
Unfortunately the rule now doesn't trigger when in this configuration (File attached)
Could someone please have a look at my file to see where I am going wrong? - Any help would be much appreciated.
I suspect there may be rules / conditions clashing perhaps?
N.B. I have had the original Scalping Covers file working as expected
Scalping Cross-Overs but attempting a cancel all bets when reaching a profit level
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
The conditions tab is for any conditions that must be fulfilled for that rule to trigger.
You don't put the greening >=0.3 condition on the lay triggers because the greening profit will be £0 at that point and therefore won't meet the condition.
I presume you want to put the greening >=0.3 condition on the green all rule.
You don't put the greening >=0.3 condition on the lay triggers because the greening profit will be £0 at that point and therefore won't meet the condition.
I presume you want to put the greening >=0.3 condition on the green all rule.
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
Yes you do the lays and the greening on separate lines:
[Lay £x @ x price] on the condition of [odds = X], and [unmatched bets = 0].
[Green all] on the condition of [greening profit] >= X
You might want to reduce the number of times the rule will trigger as you currently have it set to 50.