signal file init
Some checks are pending
CI / test-clj (push) Waiting to run
CI / test-cljs (push) Waiting to run

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-14 00:54:31 -05:00
parent d59c175629
commit 239f3cb4c1

View File

@ -0,0 +1,8 @@
(ns propeller.push.instructions.signal
"SIGNAL instructions. Instructions pertaining only to trading signals
are located here."
(:require [propeller.tools.math :as math]
[propeller.push.instructions :refer [def-instruction
generate-instructions
make-instruction]]))