TSLab API Docs
1
|
Chart's pane More...
Additional Inherited Members | |
Public Member Functions inherited from TSLab.Script.IPane | |
string | GetFormat (PaneSides side) |
Get value format the pane side | |
void | UpdatePrecision (PaneSides side, int value) |
Update precision the pane side value | |
void | SetByPercents (PaneSides side, bool value) |
Set percents format the pane side value | |
void | SetHysteresis (PaneSides side, double lowHysteresis, double highHysteresis) |
Set hysteresis values the pane side low hysteresis value high hysteresis value | |
IGraphList | AddList (string name, ISecurity sec, CandleStyles listStyle, bool showTrades, bool showPositionStops, bool showPositionText, bool showPositionIcon, Color color, PaneSides side) |
Shows new bar list on the pane list name security list style (Bar, Candle) show trades for security show position stops for security show position text for security show position icon for security list color the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, bool showTrades, bool showPositionStop, bool showPositionText, bool showPositionIcon, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) show trades for security show position stops for security show position text for security show position icon for security list color the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, bool showTrades, bool showPositionStop, bool showPositionText, bool showPositionIcon, bool showPositionLinks, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) show trades for security show position stops for security show position text for security show position icon for security show position links for security list color the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, CandleFillStyle candleFillStyle, PositionVisibilityStyle positionVisibilityStyle, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) candle fill style position visibility style for security list color the pane side | |
IGraphList | AddList (string name, FootPrint fp, PaneSides side) |
Shows new Footprint on the pane list name the Footprint the pane side | |
IGraphList | AddList (string name, IList< double > candles, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new double values list in the pane list name list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string name, IList< int > values, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new int values list in the pane list name list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string name, IList< bool > values, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new bool values list in the pane list name list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string name, ISecurity sec, CandleStyles listStyle, Color color, PaneSides side) |
Shows new bar list on the pane list name security list style (Bar, Candle) list color the pane side | |
IGraphList | AddList (string name, ISecurity sec, CandleStyles listStyle, bool showTrades, Color color, PaneSides side) |
Shows new bar list on the pane list name security list style (Bar, Candle) show trades for security list color the pane side | |
IGraphList | AddList (string id, string caption, FootPrint fp, PaneSides side) |
Shows new Footprint on the pane list id list caption the Footprint the pane side | |
IGraphList | AddList (string id, string caption, IList< double > candles, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new double values list in the pane list id list caption list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string id, string caption, IList< int > values, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new int values list in the pane list id list caption list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string id, string caption, IList< bool > values, ListStyles listStyle, Color color, LineStyles lineStyle, PaneSides side) |
Shows new bool values list in the pane list id list caption list values list style (Line, histogram, etc) list color the style of the list line the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) list color the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, bool showTrades, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) show trades for security list color the pane side | |
IGraphList | AddList (string id, string caption, ISecurity sec, CandleStyles listStyle, CandleFillStyle candleFillStyle, bool showTrades, Color color, PaneSides side) |
Shows new bar list on the pane list id list caption security list style (Bar, Candle) candle fill style show trades for security list color the pane side | |
IGraphList | AddList (string id, string caption, IBaseTradeStatisticsWithKind tradeStatistics, Color color, PaneSides side) |
Shows new Footprint on the pane list id list caption the trade statistics list color the pane side | |
IInteractiveObject | GetInteractiveObject (string id) |
Get interactive object id | |
IReadOnlyList< IInteractiveObject > | GetInteractiveObjects () |
Get interactive objects | |
IInteractivePoint | AddInteractivePoint (string id, PaneSides paneSides, bool isRemovable, Color color, MarketPoint position) |
Add interactive point id the pane side is removable color position | |
IInteractiveLine | AddInteractiveLine (string id, PaneSides paneSides, bool isRemovable, Color color, InteractiveLineMode mode, MarketPoint firstPosition, MarketPoint secondPosition) |
Add interactive line id the pane side is removable color mode first position second position | |
IInteractiveSimpleLine | AddInteractiveSimpleLine (string id, PaneSides paneSides, bool isRemovable, Color color, InteractiveSimpleLineMode mode, MarketPoint position) |
Add interactive simple line id the pane side is removable color mode first position | |
IInteractiveFibonachi | AddInteractiveFibonachi (string id, PaneSides paneSides, bool isRemovable, Color color, MarketPoint firstPosition, MarketPoint secondPosition) |
Add interactive Fibonachi id the pane side is removable color first position second position | |
IInteractiveText | AddInteractiveText (string id, PaneSides paneSides, bool isRemovable, Color color, MarketPoint position) |
Add interactive text id the pane side is removable color position | |
void | AddUnremovableInteractiveObjectId (string id) |
Add unremovable interactive object id id | |
bool | RemoveInteractiveObject (string id) |
Remove interactive object id | |
void | ClearInteractiveObjects () |
Clear interactive objects | |
Properties inherited from TSLab.Script.IPane | |
string | WindowName [get] |
Window name | |
double | SizePct [get, set] |
Size, % | |
Chart's pane