PyneCore v6.5.7 released — TradingView-parity fixes in the strategy broker emulator plus…
Fixes
request.security()now instantiates per call site — a helper’srequest.security()called from N sites is N distinct data requests again, instead of all sharing the first call site’s symbol/timeframe (newSecurityInstantiationTransformer).- Strategy order book no longer drops an order that reuses a price level: switched
orders_at_priceoffdefaultdictso a stale empty bucket can’t shadow a live price during the intrabar walk. - Same-bar reversing
strategy.entryis now margined on both legs at once, matching TV — the flip is rejected when old + new margin exceeds equity (prior-bar reversals unaffected). Verified against liveBINANCE:BTCUSDTprobes. - Generalized the sub-1e7 money-tick entry snap in
_judge_money_entryto a scale-dependent grid, adding a0.005band on[1.2e7, 1.3e7]cost ticks.
Full release notes: https://github.com/PyneSys/pynecore/releases/tag/v6.5.7