| Package | Description |
|---|---|
| stScript.process.api |
Pacote que possui
Process como classe principal, permitindo ao usuário
estender as funcionalidades do Tryd, interceptando os eventos do mercado e executando ações com base nos
dados disponibilizados. |
| Modifier and Type | Method and Description |
|---|---|
static IndicatorBuilder.DataSource |
IndicatorBuilder.DataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorBuilder.DataSource[] |
IndicatorBuilder.DataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Values |
IndicatorBuilder.OBV(HistoricalData historicalData,
IndicatorBuilder.DataSource dataSource)
Realiza a chamada ao indicador On Balance Volume (OBV).
|
Values |
IndicatorBuilder.RSI(HistoricalData historicalData,
int period,
IndicatorBuilder.DataSource dataSource)
Realiza a chamada ao indicador Relative Strength Index (RSI).
|