Can this be done?

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
mateinone
Posts: 2
Joined: Mon May 02, 2022 6:01 pm

Hi

I like this software it is quite nifty, but there are a heck of a lot of options and it is a bit difficult to navigate.
So I am wondering if anyone knows if the following type of operation can be done, or it isn't possible?

Very sorry for the long post, I hope that it makes sense.

Let's say I was running a scalping operation.
I set X as the profit target.
I also set Y as a further incremental increase

every 30 seconds it checks if your profit is >=X if it is, then it cancels the unmatched bets and greens outs.
profit is set to Z
If that happens it now stores a new value for X as

X = Z + Y

And continues the scalping operation.

If at any stage you don't meat your X target, the operation just continues.

==
In a real world example let's imagine figures.

# Set Parameters
X = 2
Y = 1

Operation starts 5 minutes from race start (times shown will be time till race start)

4:30 -- scalping operation checks green out profit
-- green out profit 1.5... (trigger not met) nothing happens keeps running

4:00 -- scalping operation checks green out profit
-- green out profit 2.15 .. (trigger met)
-- greens out
-- sets profit to greenout (z = 2.15)
-- cancels unmatched bets
-- sets x = y + z (x = 1 + 2.15) x = 3.15
-- continues operation.

3:30 -- scalping operation checks green out profit
-- green out profit 1.85 ... (trigger not met) nothing happens keeps running

3:00 -- scalping operation checks green out profit
-- green out profit 3.05 ... (trigger not met) nothing happens keeps running

4:00 -- scalping operation checks green out profit
-- green out profit 3.65 .. (trigger met)
-- greens out
-- sets profit to greenout (z = 3.65)
-- cancels unmatched bets
-- sets x = y + z (x = 1 +4.15) x = 4.15
-- continues operation.

etc etc

with 20 seconds remaining it cancels all unmatched bets and greens out condition



Sorry for the long post, I am torn on whether this can be done in the tool or not, if someone has some guidance on how this would be done etc.
In simple logic terms it seems doable (not that I am overly sure it is actually any good to try and implement btw lol), but I just can't grasp if that logic is contained inside the bet angel app.
User avatar
Dallas
Posts: 23597
Joined: Sun Aug 09, 2015 10:57 pm

If I've understood what you are asking once you reach a target profit you are greened up and the rule stops placing further bets?

If so these two posts will show what conditions to add and were
viewtopic.php?f=47&t=11488
viewtopic.php?f=47&t=11656


You'll then need another green all up rule armed 20secs before the market goes in-play (no conditions) to satisfy your final requirement
User avatar
ShaunWhite
Posts: 10576
Joined: Sat Sep 03, 2016 3:42 am

I haven't read every word but it looks like you're cutting gains short by greening but loses go unchecked?

"scalping" is normally taking +1 or zero (maybe -1) and being up >50% of the time.
Post Reply

Return to “Bet Angel - Automation”