Good work EYG, that may be a reason why they're not firing. I think they'll be fine on the signal side of things. will fix the incremental signal now and then see whats next action iseatyourgreens wrote: ↑Wed Jun 11, 2025 10:47 pmwhatever u r trying to do probably can be done using signals, but a back or lay wont fire if it needs a stored value to be set and you are not storing any sv's...........maybe on the conditions you meant to use " signal set" and not "store value set" ? ?
Also, I think I noticed a "clear signal" rule if >3 I dont think your signal will ever get to 3 because you are only ever setting a value of 1, did you mean to use "incriment value" ?
I have not used signals much so a bit unsure about them, ......hope my tiny bit of knowledge helps! I am sure those much wiser than me will soon guide you![]()
Quite a technical one for me
- jamesedwards
- Posts: 3915
- Joined: Wed Nov 21, 2018 6:16 pm
Why are you fixing the order of fav 4 secs after it goes in-play?
Why are you setting signals that trigger nothing except another signal?
How are LS1S, LS2S, BS1S, or BS2S ever going to reach the >3 conditions?
BSX and LSX are signals and you're trying to refer to them as SVs in some of your trade trigger lines.
Personally I would stick to using stored values because they are much more flexible and you can store and adjust as many values as you like on one line whereas you are stuck with just one signal.
Why are you setting signals that trigger nothing except another signal?
How are LS1S, LS2S, BS1S, or BS2S ever going to reach the >3 conditions?
BSX and LSX are signals and you're trying to refer to them as SVs in some of your trade trigger lines.
Personally I would stick to using stored values because they are much more flexible and you can store and adjust as many values as you like on one line whereas you are stuck with just one signal.
-
- Posts: 275
- Joined: Sun Feb 18, 2018 12:53 am
good luck!
...........and you can even spell increment better than me!
...........and you can even spell increment better than me!

aha, could be worse, could get all your code muddled up... SV condition set now removed and signal condition added in. thanks for your eyes dudeeatyourgreens wrote: ↑Wed Jun 11, 2025 11:03 pmgood luck!
...........and you can even spell increment better than me!![]()

Gana run it on US market now.. ill take ur good luck wishes!
Itshould be now able to work. Signals re fine for what this is aiming to achieve. probaly wont make profit like the other 30 bots but, fingers crossed...
Time to dream about Scenarios now an how to take advantage of them...

Also Spike bot fired which was nice too on 5p currently. Had an idea to reverse engineer the Delay and allow a mechanism to get in there faster even when it shouldn't. Pulled in a hedge resultant too on the spike bot which then hedged the field. May call it quits now, as it always goes well at the start and then just begins to break down 

You do not have the required permissions to view the files attached to this post.
- ShaunWhite
- Posts: 10353
- Joined: Sat Sep 03, 2016 3:42 am
Bear in mind that betting sub min means you're close to 3s before your order hits the market, 2x bet delays, 2 x placement latency, and addition order adjustment transaction (one of the slower Betfair ops). You won't be 'fast' until you get to a minimum size stake.
But #1 Don't judge the outcome until it's done at least 2 or 3 hundred races, even great strategies have periods of drawdown and poor ones have periods of over performing.
But #1 Don't judge the outcome until it's done at least 2 or 3 hundred races, even great strategies have periods of drawdown and poor ones have periods of over performing.
- jamesedwards
- Posts: 3915
- Joined: Wed Nov 21, 2018 6:16 pm
This isn't true anymore. Trades under £1 go straight in.ShaunWhite wrote: ↑Thu Jun 12, 2025 2:22 pmBear in mind that betting sub min means you're close to 3s before your order hits the market, 2x bet delays, 2 x placement latency, and addition order adjustment transaction (one of the slower Betfair ops). You won't be 'fast' until you get to a minimum size stake.
well thats good to know at leastjamesedwards wrote: ↑Thu Jun 12, 2025 2:25 pmThis isn't true anymore. Trades under £1 go straight in.ShaunWhite wrote: ↑Thu Jun 12, 2025 2:22 pmBear in mind that betting sub min means you're close to 3s before your order hits the market, 2x bet delays, 2 x placement latency, and addition order adjustment transaction (one of the slower Betfair ops). You won't be 'fast' until you get to a minimum size stake.
- ShaunWhite
- Posts: 10353
- Joined: Sat Sep 03, 2016 3:42 am
.... You said you were getting quite technical..... Well the lingo can alter that perspective too, in data modelling using AND & OR with signals is called a 'Consensus framework' That's fancy eh!
I asked gpt to give you an example of a consensus framework (aka 'ensemble model') relating to Betfair markets....

I asked gpt to give you an example of a consensus framework (aka 'ensemble model') relating to Betfair markets....
You do not have the required permissions to view the files attached to this post.