v1.0.3
Patch release. One bug fix.
- Reversal deals are no longer dropped from the snapshot. The hand-vendored
DEAL_ENTRY_INOUTconstant was3, which in the official MetaTrader5 enum isDEAL_ENTRY_OUT_BY(close-by) — true reversals are2.fetch_closed_dealstherefore skipped reversal deals, whoseprofitfield carries the closed leg's realised P&L, undercounting P&L whenever an EA reversed a position in a single order. The filter now keepsOUT/INOUT/OUT_BY, verified against the MetaTrader5 5.0.5735 wheel. (#19)
No schema change — entry is stored as a raw integer. Because export rebuilds the full history each run, the first export after upgrading automatically backfills any previously dropped reversal deals.