You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number of trades shouldn't account for open trade at last candle.
._trades shouldnt return an ExitBar, ExitPrice, PnL, ReturnPct, ExitTime, and a Duration for open trade.
Actual Behavior
Number of trades accounts for open trade at last candle.
._trades returns an ExitBar, ExitPrice, PnL, ReturnPct, ExitTime, and a Duration for an open trade.
Expected Behavior
Number of trades shouldn't account for open trade at last candle.
._trades shouldnt return an ExitBar, ExitPrice, PnL, ReturnPct, ExitTime, and a Duration for open trade.
Actual Behavior
Number of trades accounts for open trade at last candle.
._trades returns an ExitBar, ExitPrice, PnL, ReturnPct, ExitTime, and a Duration for an open trade.
Steps to Reproduce
prediction (2).csv
prediction (1).csv
ALTERNATIVELY, use any strategy that should have an open trade at the last candle.
Additional info
._trades output for prediction 1
._trades output for prediction 2
The text was updated successfully, but these errors were encountered: