Topic: Strategy opening logic limit

Hi,
I've just started experimenting with FSB and FST and I've noticed that I can only add 4 criteria for the opening logic. There's one strategy I've thought of where this isn't enough so I've edited the strategy XML and manually added the additional logic, which was properly parsed as I reopened the file in FSB. The question is: since the software looks perfectly able to handle an arbitrary amount of criteria, why is it limited to 4? Is there a cleaner way to bypass this than the one I've had to use?

P.S.: great product!

Re: Strategy opening logic limit

You can increase the number of slots in config.xml file.   
Change
  <MAX_ENTRY_FILTERS>4</MAX_ENTRY_FILTERS>
and the program will work with the selected number. You have to do the same for Forex Strategy Trader in order to be able to load same strategy.