Tag

stock trading

1 views collected around this technical thread.

Hulu Beijing
Hulu Beijing
Aug 31, 2022 · Fundamentals

Algorithm Trio: Pattern Search, Tree Leaf Count, and Bounded Stock Trading

This article presents three algorithmic challenges: counting pattern occurrences on an M×N canvas, determining the number of leaf nodes in a binary tree represented by an array, and maximizing stock trade profit under constraints on negative returns and total gain, each with input specifications, sample cases, and solution outlines.

AlgorithmPattern Matchingbinary tree
0 likes · 8 min read
Algorithm Trio: Pattern Search, Tree Leaf Count, and Bounded Stock Trading
Java Captain
Java Captain
Jan 26, 2021 · Big Data

Five Open-Source Stock Trading Tools for Developers

This article introduces five open-source stock trading tools—funds, ZVT, QUANTAXIS, StockAnalysisSystem, and match-trade—detailing their authors, star counts, features, and repository links, offering developers practical resources to build or enhance their own trading applications.

Toolsdata analysisfinance
0 likes · 5 min read
Five Open-Source Stock Trading Tools for Developers