signal file init
This commit is contained in:
parent
d59c175629
commit
239f3cb4c1
8
src/propeller/push/instructions/signal.cljc
Normal file
8
src/propeller/push/instructions/signal.cljc
Normal 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]]))
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user