How to to repeat a trading cycle when we use the bot type my bot
Posted in General Betting by Hamid
Hi Stefan and happy New Year,
In the tutorial on the Auto Trader Bot you wrote this :
"If you want to repeat a trading cycle you need to set the parameter RepeatTradingCycle to true, the parameter UseMinOddsDifference to false and set the parameter IncreaseProfit so the bot will increase the original profit target set by the parameter MinReturnOnInvestment for each new trading cycle."
The problem is that I would like to repeat a trading cycle but I can not find this parameter in the specific bot you created for me whereas I use the "Extra bot type : Auto Trader"
You can see it on this pic I join, UseMinOddsDifference should be after UseAnyTradingOpportunity?
Thanks.

Wednesday, January 06, 2010
Hi Hamid, Happy New Year for you and for all betfairians reading this forum. Let the new year will be as good and profitable as the old one and I wish a good luck too, as we all need it when betting at betfair.
The Auto Trader bot does not offer repeating the trading cycle, such feature is supported by the bot: Place Bet and Close Position
The My Bot configuration page offers just set of parameters as a mean for entering parameters for any custom bot script, but such My Bot script has to support entered parameters, the bot code has to implement it.
Wednesday, January 06, 2010
Thanks Stefan for the rapid answer, as usual.
Is it possible to have this parameter in the My Bot configuration?
Ciao
Tuesday, January 12, 2010
Actually I already answered your question.
This is not a problem of My Bot setting parameters but the action bot you run, that means your bot script have to implement the repeat trading cycle feature first, it must be programmed to do so.
Tuesday, January 12, 2010
Thanks Stefan for your patience.
You made for me a special script "bfexplorer.Scripting.HamidAutoTraderBot"
How should I proced "to implement the repeat trading cycle feature first"?
Could you indicate me the codes to add or if you think it is very hard could you modifie my script?
Thanks very much!