Pages:
Actions
  • #1 by Sag on 21 Nov 2020
  • Hello,

    I managed to create a trigger, but I need help. 
    I bet on horse racing using actual_sp. 
    I know how to do it manually, but I have to stay nailed in front of my computer. 
    Example
     The race 13:15 actual_sp > 10
     The race 14:15 actual_sp > 5
     The race 13:25 actual_sp > 20
    .....
    What I want is to leave it in the morning and let it do it 
    Thank you in advance 
  • #2 by Oxa (WellDoneSoft) on 22 Nov 2020
  • Hello!

    From your description, it is not clear what the trigger needs to do.

    If you want to place a bet once the selection's price has reach actual_sp, then use the following conditions:

    and Selection's Actual SP is greater than 0
    and Selection's Back Price is equal or greater than actual_sp
  • #3 by Sag on 27 Nov 2020
  • Thank you for the answer 
    It is true that it is not clear because of the google translator. 
    What I wish and change the SP present value in advance
    Be imported the values from a list or some other way. 
    To be able to leave the trigger and go to work.

    I receive forecasts in the morning which are based on actual SP.
    First horse race and Selection's Actual SP is greater than 0
    Second horse race and Selection's Actual SP is greater than 15
    Third horse race and Selection's Actual SP is greater than 10
    Thank you


    Translated with www.DeepL.com/Translator (free version)
  • #4 by Oxa (WellDoneSoft) on 28 Nov 2020
  • Then you prepare a text file with the names of horses and the forecast SP value next to it separated with the Tab character.

    Example:

    "Horse 1"         2.5
    "Horse 2"         3.8
    "Horse 3"         10.0

    Then you load the markets, import this text file into the program and use the variable imported_1 to access the value in the text file.

    Here is a video demonstrating how to import selections from a text file:

    https://www.youtube.com/watch?v=-zNhSl5ypn0
Pages:
Actions