diff --git a/scripts/replay_paper_trades.py b/scripts/replay_paper_trades.py index 30367b0..410d177 100644 --- a/scripts/replay_paper_trades.py +++ b/scripts/replay_paper_trades.py @@ -247,6 +247,7 @@ def main(dry_run=False): FROM paper_trades WHERE atr_at_entry > 0 AND status NOT IN ('active', 'tp1_hit') + AND COALESCE(calc_version, 0) < 2 ORDER BY id ASC """) trades = cur.fetchall()