
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@luxalgo/journal-importers
Advanced tools
Statement and export importers for the trade journal: broker CSVs, MetaTrader HTML statements, and one-click migration from TradeZella and Tradervue.
Statement and export parsers for Trade Journal, LuxAlgo's open-source trade journal. Zero runtime dependencies beyond @luxalgo/journal-core. Runs in Node and the browser.
npm install @luxalgo/journal-importers
Turns broker and journal exports into normalized executions, ready for buildRoundTrips.
import { parseAuto, parseWithMapping, readHeaders, FORMATS } from "@luxalgo/journal-importers";
const parsed = parseAuto(fileText, { timeZone: "America/New_York" });
// -> { format, executions, warnings, skippedRows } or null when unrecognized
parseWithMapping handles any other CSV through a user-defined column mapping; nothing is guessed silently.; and tab delimiters, $1,234.56 and (45.20) numbers, European decimals, timezone suffixes, and DST-safe naive-timestamp conversion.Per-format validation status lives in docs/importers.md. Real export samples are the most valuable contribution. MIT.
FAQs
Statement and export importers for the trade journal: broker CSVs, MetaTrader HTML statements, and one-click migration from TradeZella and Tradervue.
The npm package @luxalgo/journal-importers receives a total of 771 weekly downloads. As such, @luxalgo/journal-importers popularity was classified as not popular.
We found that @luxalgo/journal-importers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.