Pages:
Actions
  • #1 by liltbrockie on 26 May 2015
  • Hi there I just wanted to check something....

    The Is in List function.... can the list be defined as a constant in the constants area... I assume it can... also is there any limit to the number of entries in the list?
  • #2 by MarkV on 26 May 2015
  • Hi
    "is in list" the list can't be defined as a constant.

    but you could write a condition like:
    selections trigger expression <constant> is in list

    I think the list size is limited only by your system resources. If you have a large number of entries perhaps "is in file" might be better for ease of maintenance.
  • #3 by liltbrockie on 27 May 2015
  • This is slowing things down considerably ... with about 25 entries...

    Does anyone know if putting it in a file would speed things up?
  • #4 by Oxa (WellDoneSoft) on 27 May 2015
  • This is slowing things down considerably ... with about 25 entries...

    I agree with you, so I scheduled the improvement of this function, i.e. adding the option to list variables.
    Does anyone know if putting it in a file would speed things up?
    Putting it in a file would be an efficient workaround for the time being (although variables are not parsed there either).
  • #5 by liltbrockie on 27 May 2015
  • Thats great Oxa ! Look forward to it....

    I am using it at the moment as a way of referencing a list of horses for the day I do not want a lay bet to occur on in play so speed is crucial.

  • #6 by Oxa (WellDoneSoft) on 29 May 2015
  • Why wouldn't you do it through "Import selections for auto-trading"? Much faster and you see at once which horses were imported.
Pages:
Actions