public interface Layer1PriceAxisRangeCalculatable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
Range of values for this indicator [minValue, maxValue]
|
static class |
Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo> |
getPriceRanges(java.lang.String alias,
double linesCount,
java.util.Map<java.lang.String,Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo> inputInfo)
You can use PriceRangeCalculationHelper for existing implementations
|
java.util.Map<java.lang.String,Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo> getPriceRanges(java.lang.String alias, double linesCount, java.util.Map<java.lang.String,Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo> inputInfo)
alias - instrument aliaslinesCount - number of visible horizontal lines, that can display labels. Note that this value is double.inputInfo - map, containing all indicators for this strategy and this alias
(having determined limits. If there was no data for this indicator, it won't be passed here),
and their value range