Topic: FIFO brokers supported?

Hi Mr Popov.
Is FST working correctly with FIFO brokers?
(I suspects that might be the initial issue, of all problems I`m observing on Oanda broker)

Re: FIFO brokers supported?

Yes it is. FIFO is the default setting.
If one wants, he can change to FILO (First In Last Out) form the expert:

// FIFO (First In First Out) forces the expert to close positions starting from
// the oldest one. This rule complies with the new NFA regulations.
// If you want to close the positions from the newest one (FILO), change the variable to "false".
// This doesn't change the normal work of Forex Strategy Trader.
bool FIFO_order = true;