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)
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Forex Strategy Trader (legacy) → 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)
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;
Forex Software → Forex Strategy Trader (legacy) → FIFO brokers supported?
Powered by PunBB, supported by Informer Technologies, Inc.