Jump to content
FORUM · BOTBEETLE

charlytrading

Members
  • Content Count

    16
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by charlytrading


  1. I have several scripts to markets over / under goals, I expose a case where lay enters under 2_5 but then does not enter over 1_5 Is this due to the protected runner?

    not_enter_over1_5.png


  2. Perfect!!

    Another question, is possible check matches in Soccer schedule for selected events by function SelectEventByDraw?, there are checkboxes for favourite and underdog, but not for draws.

    I use this function in my script:

    var selectedEvets = Api.Soccer.SelectEventByDraw(events, DrawPrice, Side.LAY, СompareEnum.Less, TotalMatched); 

    Thanks!!.


  3. First, happy new year! and congratulations for this great job! 

    This is my idea:

    [Conditions of selection]
    -Balanced matches (home and away > 2.30)

    -Line Over 2.5 < 2.10 (discard matches with tendence very under) (implement Api.soccer.selectEventbyLineGoal method)

    [Conditions of enter]
    - over 1.5@2 at min 75 and over 2.5 at min 65@5
    - Total goals, equal 1. (the team that loses must attack and the one who wins can score the second on the counterattack)

    Thanks!
     

    study.png

    • Like 1
×
×
  • Create New...