[]
Specifies the scaling mode for point and figure chart.
public enum PointAndFigureScaling
Name | Description |
---|---|
Dynamic | Dynamic(ATR) scaling. The box size is calculated based on ATR. |
Fixed | Fixed scaling. The box size is defined by boxSize property. |
Traditional | Traditional scaling. The box size is calculated automatically based on price range. |