Page 1 of 1

Multiple Strategies using single CSV import

Posted: Thu Aug 06, 2020 12:17 am
by Albannach
Hi,

I have a CSV file that uploads horse racing selections (to win and EW markets), everything is working OK with the import.

I have three strategies that will use the tips, but only one strategy will meet all the criteria for any bet (Hcap, Non Hcap and an odds filter). Will one CSV upload suffice, given that only one strategy will ever bet on an individual horse, or do I need individual uploads for each strategy?

Re: Multiple Strategies using single CSV import

Posted: Thu Aug 06, 2020 1:16 am
by BfBotManager
It is best that you use different Provider name for each strategy, so that each strategy has its own set of tips.

But if you are confident that they will never bet on same tips then single import should work too.

Re: Multiple Strategies using single CSV import

Posted: Thu Aug 06, 2020 1:29 am
by Albannach
Thanks for the reply.

I'm confident the strategies would never bet on the same tip, but I'm also one for using best practice :D It's only another 10 minutes of one-time coding work to create 3 CSVs instead of one, so I think I'll do that.