by George Pruitt on July 16, 2023 in Free Trading System, Introduction, Python, TradingSimula-18, Trend Following System
Many of TS-18 Indicators are Class Based and Here is Why! Many indicators need their prior bar’s value to calculate the current bar’s value. In Python, external modules or functions that calculate these values have amnesia; they can’t even remember what their prior output was. In TS-18, all indicators and their associated classes and functions […]
READ MORE