Hello!
Please see your triggers attached.
For instructions on how to import selections from a text file, please see this video:
https://www.youtube.com/watch?v=-zNhSl5ypn0All selections, except the ones you will list in the file, must be greyed out after the import.
I am attaching an example of the import file. Inside the file, the horse's name must be enclosed in double quotes, followed by a Tab character and then the reference price you want to compare the selection's back price against.
Use the constants inside the file to adjust the trigger settings. The constant
min_st2_odds is used for this condition:
2nd. Bet is placed if odds reach within 10% range of the imported odds. - Stake 3
Here the "10% range" translates into 100% - 10% = 90% as the value for
min_st2_odds. For example, if the import price is 8.0, then the second stake will be placed when the selection's back price is >= 8.0*90%, that is >= 7.2.
Make sure you've tested the triggers in Test Mode before you switch to real money. I recommend testing triggers in
Time Machine, as you can run your strategy by multiple markets in minutes, and the data is very cheap.
If you'd like to make any changes to the original trigger description, please make a new trigger request.