Pages:
Actions
  • #1 by Jim Vincent on 03 Apr 2020
  • Hi Oxa,

    Suppose I wanted to lay on the horse that went up the most. How can I either inspect how much each horse went up and choose the one that moved the most?

    Thanks,
    Jim
  • #2 by Oxa (WellDoneSoft) on 03 Apr 2020
  • You would need to use this condition:

    Selection's Back Price Dif. over X mins is the maximum

    Where X is the number of minutes over which to register the increase in price.
  • #3 by Jim Vincent on 09 Apr 2020
  • Hi,

    Is there documentation on this option? I cannot find it in the manual.

    Thank you,
    Jim
  • #4 by Oxa (WellDoneSoft) on 09 Apr 2020
  • I've just realised that the PDF version of the manual was warped on the page where the selection's parameters were listed. That's why you could not see the Back Price Dif over ... mins parameters. Sorry about this, can't fathom how this has never been revealed before!

    Please check page 129 of the updated manual.
  • #5 by Jim Vincent on 10 Apr 2020
  • Thank you.

    But ...

    It looks like pdif is always zero for every runner. Is there something I need to activate to have this calculated?

    I have a write to file just after placing the bet with this text: 

    Selection, [sel_name], [sel_index], [sel_order], [back_price], [pdif_4], [tdif_4]

    This is what gets written.

    Selection BabeWired712.6800
    The last two values are pdif and tdif, and both are zero.
    Any guidance you can offer is welcome.
    Thank you,
    Jim
  • #6 by Oxa (WellDoneSoft) on 10 Apr 2020
  • Had the market been refreshed for 4 minutes or more by the time the trigger executed the action?

    Do you have the market history depth > 4 minutes?
  • #7 by Jim Vincent on 10 Apr 2020
  • Hi,

    I don't know how to check market history depth. I cannot find the setting in the manual.

    Any guidance you can offer is most welcome,
    Jim
  • #8 by Jim Vincent on 10 Apr 2020
  • Hi,

    I found the setting in Monitoring Options and set it to 5.00 minutes, but I still only get zeros for all pdif and tdif values

    https://www.dropbox.com/s/7cck51jku2w45kq/Screenshot%202020-04-10%2005.39.20.png?dl=0

    Anything else I should check?

    Jim
  • #9 by Jim Vincent on 10 Apr 2020
  • Hi,

    I have the races monitored starting 12 minutes before the start and have the history depth at 10 minutes and I still get all zero for all pdif and tdif.

    Hmmm...

    Thoughts?

    Jim
  • #10 by MarkV on 10 Apr 2020
  • Hi
    I tested write to file
    [sel_name], [sel_index], [sel_order], [back_price], [pdif_4], [tdif_4]
    with this condition:
    selections trigger expression tdif_4 is greater than 0
    once per selection

    the output was:

    5.Docklands, 5, 9, 60.00, 10.00, 2
    4.SirEarlstoun, 4, 11, 210.00, 30.00, 3
    8.MaddiesHeart, 8, 12, 410.00, 230.00, 23
    1.HesMccaw, 1, 8, 55.00, 7.00, 2
    2.Nicalati, 2, 7, 44.00, 2.00, 1
    9.OurTopLady, 9, 10, 190.00, 20.00, 2 

    pdif_ and tdif_ seem ok, I would say either your trigger is writing to file before 4 minutes of monitoring (Oxa's first question), or there was no price or tick movement over the last 4 minutes before writing to file.
  • #11 by Jim Vincent on 10 Apr 2020
  • It's a mystery to me.

    Here is my trigger

    Constant: bet_minutes 0.20 
    Write to file
       write to a file Text: All, [sel_name], [sel_index], [sel_order], [back_price], [pdif_4], [tdif_4]
       File path: C:\
    Selections: All Matching Selections 
    Markets: Win Markets 
    Market Status: All Except Settled 
    Execute: once per selection
    Conditions are met:
    Market's Minutes Before the Off is less than bet_minutes

    In my Monitoring Options settings:

    Start monitoring 10 minutes before off
    Refresh rate before off 0.25 seconds
    Default market history depth 5 minutes

    I still get zero pdif and zero tdif for all selections when I write to the file 12 seconds before the off.

    Completely baffled.

    Anything else I could be doing wrong?
  • #12 by MarkV on 10 Apr 2020
  • I set the test trigger as per yours and changed the settings to match yours, it works ok
    WestEndCharmer, 1, 1, 1.78, 0.03, 3
    EdinburghCastle, 2, 2, 3.60, -0.40, -8
    Durston, 3, 3, 9.60, 2.00, 10
    Accredited, 4, 4, 28.00, 3.00, 3
    DukeOfDunabar, 5, 5, 65.00, 0.00, 0
    Riverina, 6, 6, 190.00, -80.00, -8
    MysticalJadeite, 7, 7, 1000.00, 0.00, 0

    a few things you can check:
    is the trigger actually firing 12 secs before the off and not as soon as the market starts refreshing
    change the market view to full mode, can you see values in the price dif over x mins
    lastly try opening a new profile with the default settings and see if it works in the new profile

    attached is the test trigger I used  
  • #13 by Jim Vincent on 11 Apr 2020
  • Thank you all for your help.

    I've got it working now.

    Woo hoo!
Pages:
Actions