diff --git a/src/propeller/push/instructions/signal.cljc b/src/propeller/push/instructions/signal.cljc new file mode 100644 index 0000000..95ea7d1 --- /dev/null +++ b/src/propeller/push/instructions/signal.cljc @@ -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]])) +