- ChartID
- Mode
- Foreground
- Shift
- ShiftSize
- AutoScroll
- Scale
- ScaleFix
- ScaleFix_11
- FixedMax
- FixedMin
- PointsPerBar
- ScalePPB
- ShowOHLC
- ShowLineBid
- ShowLineAsk
- ShowLastLine
- ShowPeriodSep
- ShowGrid
- ShowVolumes
- ShowObjectDescr
- ShowDateScale
- ShowPriceScale
- ColorBackground
- ColorForeground
- ColorGrid
- ColorBarUp
- ColorBarDown
- ColorCandleBull
- ColorCandleBear
- ColorChartLine
- ColorVolumes
- ColorLineBid
- ColorLineAsk
- ColorLineLast
- ColorStopLevels
- VisibleBars
- WindowsTotal
- WindowIsVisible
- WindowHandle
- FirstVisibleBar
- WidthInBars
- WidthInPixels
- HeightInPixels
- PriceMin
- PriceMax
- Attach
- FirstChart
- NextChart
- Open
- Detach
- Close
- BringToTop
- EventObjectCreate
- EventObjectDelete
- IndicatorAdd
- IndicatorDelete
- IndicatorsTotal
- IndicatorName
- Navigate
- Symbol
- Period
- Redraw
- GetInteger
- SetInteger
- GetDouble
- SetDouble
- GetString
- SetString
- SetSymbolPeriod
- ApplyTemplate
- ScreenShot
- WindowOnDropped
- PriceOnDropped
- TimeOnDropped
- XOnDropped
- YOnDropped
- Save
- Load
- Type
PointsPerBar (Get Yöntemi)
"Çubuk başı puan" özelliğinin değerini alır (çubuk başına düşen puan bazında).
double PointsPerBar() const |
Dönüş değeri
Sınıf örneğine atanan nesnenin "Çubuk başı puan" özelliğinin değeri. Atanmış hiçbir nesne yoksa EMPTY_VALUE değerine dönüş yapar.
PointsPerBar (Set Yöntemi)
"Çubuk başı puan" özelliği için yeni değer ayarlar.
bool PointsPerBar(
|
Parametreler
ppb
[in] Yeni ölçek değeri (çubuk başına düşen puan bazında).
Dönüş değeri
Başarılı ise 'true', ölçek değişmediyse 'false'.