Hi,
I have managed to develop a set of triggers for 3 separate strategy types. 1. Correct Score, 2. Match Odds (LTD) and 3. Half Time (LTD)
I can load up a profile for each of them, and it works well. BUT, I would really like to combine them into a single trigger set and be able to use just a single profile.
The trouble I am having is as follows...
I have a set of selections for each of the above strategies, I store the selections in a text file, and then, through market locator, I can then load...
1. Correct Score market containing the names in the CS text file - run them fine, each trigger only has to concentrate on Correct score, and does whats needed
2. Match Odds market containing the names in the LTD text file - run them fine, each trigger only has to concentrate on Match Odds, using index of 3, and does whats needed
3. Half Time market containing the names in the LTDHT text file - run them fine, each trigger only has to concentrate on Half Time, using index of 3, and does whats needed
Now, when I look to combine them, I want to be able to use the Correct Score market whose teams are in the CS text file only, I want to also use the Match odds market, whose teams are in the LTD text file only, and finally the Half Time market, whose teams are in the LTDHT text file only.
So, my attempt to try and do this has resulted in my first look, at the Correct Score triggers, where I set the selection based on the market_code = 6, and then, I want to add the criteria that the selection is contained in file CS.txt, but, that does not seem to be an option.
I want to be able to only use a selection within that file in the Correct Score market, but can't figure out how to get to that, because I can only have a further 'and' condition which is given as "and Markets Name contains ...." OR "and Markets Name is In File ....."
If I use this second option, then it will only be valid if the WHOLE market name is in this file, which includes "Football / English Football / League 2/ Fixtures 25 March / Crawley Town v Leyton Orient / Correct Score"
Whereas I just want the file to CONTAIN values in file
Crawley Town
Leyton Orient
(which is how I can select through the market selector, but I don't get this option in triggers)
And of course, this is not acceptable...
I cannot continue with this until I can get some help that will help me resolve this initial part, after which I can tackle the other triggers using values specific to that market...
If my request is possible, I may be missing a totally simple thing, but I just cant figure it out.
Can you help?
Thanks
Mark.