Page 1 of 1

Fast Backtest - How does it trade? (last candle or every tick)

Posted: Tue Feb 27, 2024 1:40 am
by GG158
Hi,

Does Fast Backtest open trades on close of last candle, or does it check for the conditions on every tick?

Re: Fast Backtest - How does it trade? (last candle or every tick)

Posted: Tue Feb 27, 2024 4:10 pm
by NakedMarkets
Hi,

At the moment, the Fast Backtest opens trades on close of last candle, not on every tick, since the setup rules are executed on each new displayed bar.
But we are working to let the user choose if he wants to execute setup rules on every tick (could impact performance significantly) since users want to have Bid/Ask rule, which should be executed on every tick.