public interface ITesterChartController extends IClientChartController
Modifier and Type | Method and Description |
---|---|
void |
changePeriod(DataType dataType,
Period period)
Deprecated.
|
Filter |
getFilter() |
void |
setChartAutoShift()
Activates chart Auto Shift
|
void |
setFeedDescriptor(IFeedDescriptor feedDescriptor)
Changes chart type.
The Instrument and OfferSide of the IFeedDescriptor are ignored. To change OfferSide use switchOfferSide(OfferSide) .The Filter value of the IFeedDescriptor is set globally and propagated to all open charts. |
void |
setFilter(Filter filter)
Sets the
Filter globally which will be propagated to all open charts. |
void |
showBalanceIndicator(boolean show)
Makes the indicator visible or invisible.
|
void |
showEquityIndicator(boolean show)
Makes the indicator visible or invisible.
|
void |
showProfitLossIndicator(boolean show)
Makes the indicator visible or invisible.
|
void |
switchOfferSide(OfferSide offerSide)
Switches OfferSide
|
void |
zoomIn()
Zooms in chart
|
void |
zoomOut()
Zooms out chart
|
activateChannelLines, activateHorizontalLine, activateLongLine, activatePercentLines, activatePolyLine, activatePriceMarker, activateRayLine, activateShortLine, activateTextMode, activateTimeMarker, activateVerticalLine, addIndicators, addMouseListener, addMouseMotionListener, addMouseWheelListener, addOHLCInformer, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, setCursorPointer
@Deprecated void changePeriod(DataType dataType, Period period)
setFeedDescriptor(IFeedDescriptor)
.DataType.TIME_PERIOD_AGGREGATION
void setFeedDescriptor(IFeedDescriptor feedDescriptor)
switchOfferSide(OfferSide)
.feedDescriptor
- - see IFeedDescriptor
setFilter(Filter)
,
getFilter()
void setChartAutoShift()
void zoomIn()
void zoomOut()
void switchOfferSide(OfferSide offerSide)
offerSide
- new OfferSidevoid showEquityIndicator(boolean show)
show
- true to make the indicator visible; false to make it invisiblevoid showProfitLossIndicator(boolean show)
show
- true to make the indicator visible; false to make it invisiblevoid showBalanceIndicator(boolean show)
show
- true to make the indicator visible; false to make it invisibleCopyright © 2016. All rights reserved.