Class IndicatorPointUserMessage

java.lang.Object
velox.api.layer0.data.IndicatorPointUserMessage

@Deprecated public class IndicatorPointUserMessage extends Object
Deprecated.
Allows defining indicator points similar to Recorder API. You may use it for now in L0 addons, but for L1 use Indicator API or the Screen Space Painter API instead.
See Also:
  • Field Details

    • id

      public final int id
      Deprecated.
    • price

      public final double price
      Deprecated.
  • Constructor Details

    • IndicatorPointUserMessage

      public IndicatorPointUserMessage(int id, double price)
      Deprecated.
      Parameters:
      id - indicator id
      price - new price (this is where the icon will be displayed)