Discover Packages
code.afis.me/fx-strategy
models
rsi
package
Version:
v0.0.0-...-fa4f1ae
Opens a new window with list of versions in this module.
Published: Apr 29, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Options struct {
Overbought int `json:"overbought" validate:"required,min=1,max=99"`
Oversold int `json:"oversold" validate:"required,min=1,max=99"`
Period int `json:"period" validate:"required,min=4,max=150"`
}
Options -
const (
ValueAboveOverboughtLine Trigger = iota + 1
ValueBelowOversoldLine
ValueCrossOverboughtLineFromUp
ValueCrossOverboughtLineFromDown
ValueCrossOversoldLineFromUp
ValueCrossOversoldLineFromDown
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.