Jump to content
FORUM · BOTBEETLE

Admin

Administrators
  • Posts

    491
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Admin

  1. Planned to improve: manual trading in the windows of schedules
      • 1
      • Haha
  2. This is not 100% profit: one bet may matched and the other not.
  3. There are no restrictions, at least 5.
  4. Use simple sentences. 1. How to select matches? 2. We make a bet on 45 minutes. 3. entry conditions, coefficient values? 4. Input volume 10% 5. If the input is in percent, the output cannot be in dollars. Output can be specified in points.
  5. 3. Results Today, only one market has been caught, but successfully.
  6. 2. Script execution
  7. 1. Script Parameters I deleted the distance parameter, because it does not matter at what point the winning situation appears.
  8. The script is included in the project. Where you can see the full source code Version 5.24
  9. Fixed: Correction of display errors
  10. Botbeetle.Script.5.24.zip
  11. I also did not see the bets in Stream API mode, but now I can not repeat the error. Does anyone have such a mistake now or not? I can not understand this program error or there was a failure on the server betfair.
  12. I will try to make a correction today. For now, use the mode API NG, please.
  13. Хорошо скрипт сделаю, только пока без догона
  14. I did not understand everything. Translation is not completely understood. I will make a script for your strategy. But write the algorithm of work in more detail: eg: 1. choose a market if ... 2. set the LAY (amount) if ... 3. Do not set if ... and please use simple sentences. It is very important to understand the translation correctly.
  15. I will make a script for your strategy, for free. If you need to automate your strategy I will help. Create a topic on the forum and describe the conditions for the implementation of the strategy. Do not think that someone will steal your idea. Important conditions of entry, exit can be hidden behind the parameters. For example, your strategy should enter the market at 25 minutes and go to 30. You set two parameters for EntryTime and ExitTime. And no one will know your secret.
  16. If not use the operator continue then the script code could look something like this
  17. 2.11 Place Order When all the conditions are met - we make a bet. We write to the log the conditions under which the bet was made.
  18. 2.10 Prices Check that the current price is in the specified interval.
  19. 2.9 Size for order This function calculates the size of the bet as a percentage of the available funds. If there is no money available, returns 0.
  20. 2.8 Score Receiving the total number and the difference, we wait for the fulfillment of the specified condition, for example, 2:0 or 0:2
  21. 2.7 Time range We are waiting for the time to be in the specified interval.
  22. 2.6 Market status If the market is stopped, we are waiting for its opening. or
  23. 2.5 Live Score information Some markets do not have information about the Live Score of the match. We ignore such markets.
  24. 2.4 Protection These two functions work together. they protect from re-bid. Before you make a bet, we install protection on the team Api.SetRunnerProtection(...) . The next time then function UpdateEvents(...) was called, we check Api.IsRunnerProtected(...) whether protection is installed or not. If so, then skip this team.
  25. 2.3 Select Favorite Function Api.Soccer.SelectFavorite(...) The function selected 16 teams from 254 events for which the conditions are met. Selection results are displayed in the schedule window.
×
×
  • Create New...