create bot for waiting movements and placing bets after big movements
Posted in Bot programming by zkk
Hello Stefan!
I`am newbie for using your great program and I`d like to ask some questions
Is it possible to create bot which can place bets only if non-inplay market moves?
For example
odd is 2 and I start bot,
if odds goes up to 2.1 then bot place LAY bet on 2.1
if odds goes down to 1.9 then bot place BACK bet on 1.9
In general bot will help to place bets with following for movements
I try to use current bots, for example bot type PlaceBet or PlaceBet and close position.
I set
BetType Lay
MinimalOdds 0
MaximalOdds 0
Odds 2.1
Stake 100
And start bot
But when market goes up to 2.1 my bot do nothing though it starts and continue to monitor this market
Friday, January 22, 2010
Yes, it is possible. Please read more about tools: Trade opportunity lookup, or Execute my strategy on selections. Some articles about bot programming or creation of bespoke solutions using Bfexplorer BOT SDK.
Yes, it is my simple answer for any request for anything you or anybody want, if you are able to add such feature (if not directly supported by bfexplorer), that means you can create your custom bot script to do so.
A simple action bot to be used by Bot Executor, or LookUpBot script if you want to use it with the Trade opportunity lookup tool.