| 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.VTMethod |
IndicatorBuilder.VTMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorBuilder.VTMethod[] |
IndicatorBuilder.VTMethod.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.VT(HistoricalData historicalData,
IndicatorBuilder.VTMethod method)
Realiza a chamada ao indicador Volume Trends (VT).
|