Trade Horses in a odd-range with Be the First
Posted in Bot programming by Couronne
Hi, can someone please help me? I want a bot that automatically (without selecting the individual horses) or by pressing a button, all horses, not individually are involved. He is to take horses from a certain odd, 3 in this example, the odd Furthermore, it should be adjustable, that there is a Maximalodd. In this example, the 10 odd. He should put a bet on the current BACK-odd, not LAY-odd. The bet should be discontinued as soon as the odd is BACK-and therefore its bet is not accepted. Therefore, in the manner of a "Be the first" but not at a higher odd but the same. As soon as the bet was accepted, he should place a bet by exactly one tick profit making (thereby distributing the profits to all horses). Once the profit has been completed, he may again offer a lay bet. Therefore, a circle. The LAY bets are to be offered only until 45 seconds before the race. 5 seconds before the start he intended to compensate all bets, if necessary, also at a loss.
Thank you very much
Tuesday, August 31, 2010
Auto Trader
You can use Auto Trader bot setting the allowed odds range you want to lay (MinimalOdds, MaximalOdds) to start you trading session.
To repeat trading cycle you have to set the parameter: RepeatTradingCycle to True. Unfortunately when RepeatTradingCycle is set to True, this bot offers to close your position for profit only by profit percentage you want to achieve, the parameter: MinReturnOnInvestment, otherwise you can use MinOddDifference parameter in ticks.
When using the repeat trading cycle with this bot you have to set the parameter: IncreaseProfit so each trading iteration would increase your initial profit to the new profit target. You can set as well StopTradingCycleAtProfit and/or StopLossOnPercentageLiability parameters.
This bot does not offer closing position at a time, so you will have to use another bot called: Close position in the market running on other selection or in the bot batch file using concurrent bot execution on one selection.
Of course if you are familiar with bot programming you can create such trading bot using the Bfexplorer BOT SDK.
Test any bot setting in the practice mode, checking this way if your bot settings executes what you wanted to.
Friday, September 03, 2010
Thank you. I tried with the Auto Trader. What setting should I take in order not to offer a better rate, but the same.
e.g.
Lay 3.1 -- Back 3.5
Then he should offer a Lay of 3.1, not 3.2.
And once the odd falls or rises, he should offer to cancel the bet and the current back-odd.
Friday, September 03, 2010
Place bet and close position
Auto trader offers a bet only the way your bet will be the first in the queue, what means this bot places a bet only when there is a gap in the back and lay offer.
If you want to execute just simple trade, then use the bot called: Place bet and close position. You can use this bot to take what is offered at preset odds range, set parameters: MinOdds and ManOdds and/or to make the bot to offer your bet, set the parameter: PlaceBetAtBetterOdds to True