Version 1.10 2026.04.30
v1.1

- Fixed missing trade lines on TP exits:
CheckSimTP() previously only called DrawTPLabel/DrawPnLLabel on TP hits but never called DrawTradeClose(), so the entry-to-exit connecting line was only drawn for SL hits and reverse-signal closes.
Now all exit types (SL/TP1/TP2/TP3/Rev/Now) call the unified DrawSimTrade().

- Removed per-price OBJ_TEXT labels from chart:
All price details (Entry/SL/TP/Exit) are now shown via OBJPROP_TOOLTIP on hover, eliminating label overlap on dense charts.

- Single exit marker per trade close (overlap prevention):
Each closed trade draws one OBJ_ARROW (win ✓ / loss ✗) and one OBJ_TEXT result label "[BUY] TP1 +$12.50" with full tooltip, replacing the previous scattered multi-label approach.

- Added tooltips to SL/TP lines:
Entry-time SL/TP dotted lines and simulation-period SL/TP lines now carry tooltips showing price and dollar value on hover.

- Extended simulation panel with Buy/Sell breakdown:
Added per-direction win counts and win rates, Avg Win/Loss, Best/Worst trade, and Expected Value per trade.