Replaced Count-Node by RTL-Function

This commit is contained in:
Michael Schimmel
2026-01-13 23:17:32 +01:00
parent 1258f79347
commit 2cc5e53394
17 changed files with 27 additions and 213 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -110,8 +110,8 @@
;; 2. SIMULATION
;; ===========================================================================
(def hma-length 250)
(def simulation-steps 5000)
(def hma-length 14)
(def simulation-steps 500)
(def hma-calc (create-hma hma-length))
(def prices (new-series [[:close :Float]]))