Commit graph

22 commits

Author SHA1 Message Date
acfbfa108f refactor: pull up prepareBeforeCalculating to base class 2026-05-19 20:07:14 -07:00
246b12b750 refactor: introduce clearBuffersAt hook for subclasses 2026-05-18 22:34:24 -07:00
9814531a45 feat: implement CSma::onCalculate 2026-05-16 17:50:43 -07:00
73413fcd5f refactor: replace 0 with drawBegin in CAppliedPrice 2026-05-16 14:32:27 -07:00
1507c1be8d refactor: rename barIdxToRecalcFrom to recalcStartIdx 2026-05-15 20:05:22 -07:00
654e54bb27 feat: reconfigure plots and buffers 2026-05-12 18:24:14 -07:00
db294e800a feat: integrate CSma into CIndicator 2026-05-12 18:21:10 -07:00
26132b07e5 feat: outline CSma sub-indicator 2026-05-12 18:20:10 -07:00
7e121a6606 feat: add SMA period input parameter 2026-05-08 17:57:14 -07:00
c37f8382a6 refactor: rename applied price parameter to 'Apply to' 2026-05-08 17:56:08 -07:00
97982404ff refactor: extract infrastructure logic into CIndicatorBase 2026-04-29 16:43:25 -07:00
96627473d2 refactor: centralize rates_total checks in CSubIndiRegistry 2026-04-27 06:45:21 -07:00
a8fa958ee4 refactor: introduce CSubIndiBase for sub-indicators 2026-04-20 09:38:49 -07:00
b72c7e7a8c refactor: extract rates_total checks into checkRatesTotal 2026-03-22 11:11:56 -07:00
6a95a6c6a9 refactor: replace CIndicator ctor args with params object 2026-03-17 05:33:09 -07:00
a73c54201e refactor: introduce CIndicator as root object 2026-03-10 23:25:00 -07:00
256ad48fef refactor: extract applied price into CAppliedPrice 2026-03-02 14:07:59 -08:00
6d89635868 fix: add sanity checks for rates_total and prev_calculated 2026-02-22 16:50:05 -08:00
1cac034cfe fix: enable tester_everytick_calculate 2026-02-22 14:50:35 -08:00
db1e57732e refactor: collapse switch cases in OnCalculate 2026-02-21 13:15:16 -08:00
bdf3183c28 refactor: unify buffer recalculation loop in OnCalculate 2026-02-21 13:08:09 -08:00
6a73b7ac79 Initial commit 2026-02-20 15:09:43 -08:00