Jump to content
FORUM · BOTBEETLE

Admin

Administrators
  • Content Count

    488
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Admin

  1. 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.
  2. 3. Results Today, only one market has been caught, but successfully.
  3. 1. Script Parameters I deleted the distance parameter, because it does not matter at what point the winning situation appears.
  4. The script is included in the project. Where you can see the full source code Version 5.24
  5. Fixed: Correction of display errors
  6. 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.
  7. I will try to make a correction today. For now, use the mode API NG, please.
  8. 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.
  9. 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.
  10. If not use the operator continue then the script code could look something like this
  11. 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.
  12. 2.10 Prices Check that the current price is in the specified interval.
  13. 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.
  14. 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
  15. 2.7 Time range We are waiting for the time to be in the specified interval.
  16. 2.6 Market status If the market is stopped, we are waiting for its opening. or
  17. 2.5 Live Score information Some markets do not have information about the Live Score of the match. We ignore such markets.
  18. 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.
  19. 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.
  20. 2.2 Update Events This function is called every time then data is updated The input of the function is supplied with data from the schedule window. If you stop the program you can see the content of events
  21. 2. Script execution 2.1 Full script code Next, we analyze it in more detail.
  22. 1.4. Conditions of Enter The variables PriceHight (Default value = 1.11) and PriceLow (Default value = 1.01) set the price range when a bet can be made. The variable TimeEnter (Default value = 60) determines the time of the match when the bet can be made The variable TotalGoal (Default value = 2) determines how many goals in the match can be scored to make a bet. The variable AdvantageGoal (Default value = 2) determines what advantage the favorite should have The fulfillment of these conditions means that the bet will be made only after 60 minutes of the match with the score 2:0 at the price of LAY from 1.01 to 1.11
×
×
  • Create New...