- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX
Plot is a Series can be drawn on a chart.
User can set a lot of settings to manage a way of plot drawing.
- PlotStyle - determines the style of plot. It can take one of the following values:
- Column - values are drawn as columns starting from zero point;
- Line - values are drawn as line segments;
- DigitalLine - values are drawn as digital line;
- Mountain - values are drawn as mountain;
- DigitalMountain - values are drawn as digital mountain;
- Point - values are drawn as points
- VerticalLine - values are drawn as vertical line
- PlotPointType - the type of point for PlotlyStyle.Point. It can take one of the following values:
- ArrowUp - "Arrow Up" marker;
- ArrowDown - "Arrow Down" marker;
- Block - "Block" marker;
- Cross - "Cross" marker;
- Dot - "Dot" marker;
- Flag - "Flag" marker;
- Hash - "Hash" marker;
- TriangleLeft - "Triangle Left" marker;
- TriangleRight - "Triangle Right" marker;
- TriangleUp - "Triangle Up" marker;
- X - "X" marker;
- Stroke - describes the properties of the stroke (pen): ARGB, width, pattern;
- UseAutoColor - when true the Graphics.Stroke.Color of Stroke is ignored and a chart sets the color automatically;
- FillColor - a color to fill body of the plot objects. Is used only with several plot styles, like PlotStyle.Mountain or PlotStyle.Column;
- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX