Hi guys Happy New Year, let’s hope this one is better than last!
Right I just need a bit of help. Won’t go into depths with my strategy so I’ll do an example.
LTD automation, Team A scores 1-0 and bot greens up for even profit.
If Team B then goes on to score to make 1-1 my bot will re enter despite greening already made.
In this instance you could tell me that I should only have for the bot to trigger once, that’s fine but with my strategy I may have multiple entry points before greening.
Thanks!
Not to re-enter if greened.
hi billy -happy new year too.
to fix this issue, just add a signal at market level onto your greening rule (i.e. set a valued called greened [or similar]). Then, adjust all your bet placing rules to only place bets when this signal has not been set.
Hope this makes sense.
to fix this issue, just add a signal at market level onto your greening rule (i.e. set a valued called greened [or similar]). Then, adjust all your bet placing rules to only place bets when this signal has not been set.
Hope this makes sense.
-
- Posts: 21
- Joined: Wed Jan 06, 2016 11:19 pm
Not too familiar with the signals etc. I know the very basics, and to be fair I do have some automation with them in, but very minimum.
I’ll give it a go going by what I already know, and I’ll come back if I need any more help.
Thanks a lot jimibt!
I’ll give it a go going by what I already know, and I’ll come back if I need any more help.
Thanks a lot jimibt!
-
- Posts: 21
- Joined: Wed Jan 06, 2016 11:19 pm
So, on the green up rule,
Signals > Signal for market > Set Signal > Signal Name - 'GreenUp1' > Value - 1
On the back/lay rules (before the green up rule),
Conditions > Signal Set Condition > Is the signal named - 'GreenUp1' > for - the market > NOT set with a value
Could someone confirm this for me, thanks!
Signals > Signal for market > Set Signal > Signal Name - 'GreenUp1' > Value - 1
On the back/lay rules (before the green up rule),
Conditions > Signal Set Condition > Is the signal named - 'GreenUp1' > for - the market > NOT set with a value
Could someone confirm this for me, thanks!
Billy -that looks to be correct - let us know how it goes!!BillyWalters wrote: ↑Fri Jan 08, 2021 11:49 amSo, on the green up rule,
Signals > Signal for market > Set Signal > Signal Name - 'GreenUp1' > Value - 1
On the back/lay rules (before the green up rule),
Conditions > Signal Set Condition > Is the signal named - 'GreenUp1' > for - the market > NOT set with a value
Could someone confirm this for me, thanks!
-
- Posts: 21
- Joined: Wed Jan 06, 2016 11:19 pm
So far so good, in that the initial bets are going in. The green up rule has triggered once or twice so will keep an eye on them to see how it goes. Thanks for your help mate.