Libraries
»
sqa
(0.0.24)
»
Index (C)
»
SQA
»
Constants
Module: SQA::Constants
Included in:
SQA
Defined in:
lib/sqa/constants.rb
Constant Summary
collapse
Signal =
{
hold:
0
,
buy:
1
,
sell:
2
}
.
freeze
Trend =
{
up:
0
,
down:
1
}
.
freeze
Swing =
{
valley:
0
,
peak:
1
,
}
.
freeze