2
0

constants.go 88 B

1234567
  1. package main
  2. const (
  3. ATR_MULTIPLIER = 1.5
  4. ATR_PERIOD = 14
  5. ATR_HHV = 10
  6. )