pineforge
Receipts

Methodology

Pentagon पर हर axis 0 से 5 score होती है। नीचे लिखा है क्या measure होता है और score कहाँ से आया। कोई number ग़लत है तो हमें बताइए — हर cell एक public source से link है जिसे हम re-check कर सकते हैं।

Native speed

what50,000-bar reference backtest पर throughput, ‘compiled’ से ‘final report’ तक wall-clock।

scoringPineForge: HEAD पर in-tree benchmarks। TradingView: user-controllable नहीं, score 2 क्योंकि runtime shared और rate-limited है। MQL5: native compiled MQL5 4। QuantConnect: LEAN cloud throughput 3। Backtrader: Python interpreted 1।

Source privacy

whatक्या seller बिना buyer को source expose किए strategy ship कर सकता है?

scoringPineForge: compiled .so binary, मेहनत से reverse-engineer हो सकती है, 4। TradingView: invite-only scripts source को non-invitees से छुपाते हैं, 2। MQL5: encrypted .ex5, market में सबसे strong, 5। QuantConnect: source default पर shared, 1। Backtrader: pure Python, no protection, 0।

License control

whatSeller कितने dimensions bound कर सकता है? Time, machine, broker, symbol, input ranges।

scoringPineForge: पाँचों planned, 5। TradingView: सिर्फ़ invite list, 1। MQL5: account-locked + time, 3। QuantConnect: सिर्फ़ subscription, 1। Backtrader: कुछ नहीं, 0।

OSS audit

whatक्या security या compliance team वो runtime पढ़ सकती है जो आपका पैसा चलाता है?

scoringPineForge: Apache-2.0 runtime, 5। TradingView: closed, 0। MQL5: closed, 0। QuantConnect: LEAN engine OSS, पर cloud closed, 3। Backtrader: MIT, 5।

Data freedom

whatक्या आप किसी भी OHLCV data पर backtest कर सकते हैं — आपका CSV, alt data, custom timeframe — बिना platform के symbols या data sources restrict किए?

scoringPineForge: कोई भी OHLCV CSV/Parquet, कोई भी timeframe, fully offline, 5। TradingView: सिर्फ़ TV-listed symbols और broker integrations, custom data upload नहीं, 2। MQL5: broker-served history, custom imports MT4/5 format तक limited, 3। QuantConnect: Lean data libraries plus custom universe API, 4। Backtrader: arbitrary DataFeed adapters, fully BYOD, 5।