Replaced Count-Node by RTL-Function
This commit is contained in:
@@ -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]]))
|
||||
|
||||
Reference in New Issue
Block a user