Arction.CustomControls.Trader.WinForms.DrawingTools Namespace |
| Class | Description | |
|---|---|---|
| ControlPoint |
Control points used to draw and move the Drawing Tools.
| |
| DrawingTool |
Base class for all drawing tools
| |
| FibonacciArc |
Draws a trend line between two control points, followed by multiple arcs intersecting the line at
levels 38.2%, 50.0%, 61.8% and 100%. The arcs are centered on the second control point.
| |
| FibonacciFan |
Draws a trend line between two control points, then several Fibonacci fan lines starting from the first
point and crossing an “invisible” vertical line at the X-value of the second point based on Fibonacci
levels at 38.2%, 50.0% and 61.8%.
| |
| FibonacciRetracement |
Draws a trend line between two control points, then several horizontal retracement lines based on
selected price range(height) of the trendline. The retracement lines are drawn at Fibonacci levels of
38.2%, 50.0% and 61.8%.
| |
| FreehandAnnotation |
Draws a polygon of any shape based on the mouse movement. A text can be shown inside the polygon.
| |
| LinearRegressionChannel |
Calculates and draws a linear regression line between two control points. Then draws two channel
lines, one above and one below the regression line based on the selected channel type.
| |
| TrendLine |
Draws a straight line between two control points.
|