====== Backtester ======
Backtester settings control how positions are exited and how open positions are handled at the end.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Backtester ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Values: Open, Close. Use Open for EA Studio and Close for FSB Pro.
exit_trade_at = Open
close_at_backtest_end = true
===== Notes =====
* ''exit_trade_at'' accepts ''Open'' or ''Close''.
* ''close_at_backtest_end = true'' closes remaining open positions at the backtest end.
===== Example profile =====
exit_trade_at = Open
close_at_backtest_end = true