This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Gshopper
/
sentio
Observar
2
Favorito
0
Fork
0
Arquivos
Tree:
3d08a4589d
Branches
Tags
main
0.0.1
sentio
/
strategy
/
alpaca
/
qqq15
/
constants.go
constants.go
88 B
Histórico
Raw
1
2
3
4
5
6
7
package main
const (
ATR_MULTIPLIER = 1.5
ATR_PERIOD = 14
ATR_HHV = 10
)