Charts
Overview
CWUI offers three types of charts: Market Depth, Price Chart and TradingView Price Chart. Use built-in chart features to customize and enhance your user experience.
-
Click the hamburger icon next to the current trading instrument to open the menu with the available charts and blocks.
-
Click any chart to display/hide in the trade room - refer to the attached screenshot.
Depth Chart
Market Depth Chart gives a quick glimpse into supply (Ask) and demand (Bid) on the market, by showing the available to buy/sell volumes at/above/below each price level. You may as well say that it visualizes the Order Book.
-
X axis shows prices
-
Y axis shows volumes
Click anywhere on the chart to populate the corresponding values in the Order Form. User mouse scroll to zoom in/out.
Depth Chart Orientation
Click Qty/Px icon in the upper left corner of the depth chart to switch between Price and Quantity based Depth Chart orientation.
-
Price orientation builds chart around the Mid price in the order book. Bid and Ask volumes are volatile in this case.
-
Quantity orientation builds chart around the specific market volume, which is similar for Bid and Ask sides. Mid price in this case is not a center of the chart. Price scale is not static for this type of depth chart. Zoom in and out to change the referenced volume.
-
All processed orders, transactions and commissions you may find in Transactions Report
-
All order events you may find in Order Events
-
All active orders you may find in Orders
Price Chart
Note, that enabling the TradingView Price Chart disables the default Price Chart and vise versa.
Price Chart is composed of a time series of price bars and can be seen as a graphical representation of the Trade History data. Each price bar represents: date, price and volume for the specific timestamp:
-
Opening time
-
Opening price
-
Highest price
-
Lowest price
-
Closing price
-
Trade volume
Price Chart Navigation
-
Hover over any price bar on the chart to display its parameters right within the chart view - refer to the attached screenshot.
-
The clickable cross-hair can re-center the chart if some of the parameters caused the display to be out of range.
-
X axis shows dates
-
Y axis shows prices
-
Click any price bar on the chart to populate the corresponding values in the Order Form.
-
Greyed chart at the bottom displays traded volumes.
-
User mouse scroll to zoom in/out.
-
Click-and-Drag mouse cursor to move the chart.
-
All processed orders, transactions and commissions you may find in Transactions Report
-
All order events you may find in Order Events
-
All active orders you may find in Orders
TradingView
About
Millions of traders and investors worldwide favor TradingView charting platform. It provides advanced charting tools and a forum for market-driven individuals to communicate, create charts, and ready themselves for trades. It also offers crucial market research data in multiple formats.
Refer to the TradingView Help Center to learn more about chart features.
To Enable TradingView
In case TradingView mode is disabled, contact your admin for details. You can contact your admin to enable Docking feature for this chart.
Enable TradingView Block to display TradingView Price Chart.
Note, that enabling the TradingView Price Chart disables the default Price Chart and vise versa. In case you leave the TradingView mode, your settings will be saved in the local storage and you can come back and resume your work. However, TradingView settings will be lost in case or after you close the current trade instrument tab in the upper pane of the application.
Chart Parameters
Parameter | Description |
---|---|
Click to select a plotter type. | |
Click to select a chart time frame. Use mouse scroller to zoom in and out in time. | |
Click to select a price type. | |
Click to select technical indicators to display in the chart. |
Plotter Type
You can choose between four types of a price chart.
Type | Description |
---|---|
Bar charts show multiple price bars over time. Each bar, typically, shows open, high, low, and close (OHLC) prices for that period. Source. | |
Area charts highlight the overall security movement trend. Area charts show big picture with little details. | |
A line chart is a graphical representation of an asset's historical price action that connects a series of data points with a continuous line. This is the most basic price chart type used in the finance and to depict a security's closing prices over time. Source. | |
A candlestick price chart displays high, low, open, and closing prices of a security for a specific period. Source. |
Time Frame
Time Frame is the difference between the closing and opening timestamps. Open, close, high and low prices, and the trade volume are calculated and displayed per time frame. The selected time frame scales the whole chart to display data for this particular time. E.g.: for a 5 min time frame each point on the line chart will represent a 5 min time range with open, close, high and low prices, and the trade volume calculated for this time frame. For a 1 min time range, there will be five times more points on the chart than for a 1 min one. For candlesticks and bars charts, time frame applies to each candlestick/bar, for area and line charts - for each point of the chart.
Price Type
You can display your price chart based on either Bid, Ask or Mid prices.
Type | Details |
---|---|
ASK | The open, high, low and close price values are based on the best ASK prices presented in the order book at the given time frame. Use when buying. Ask price line appears on the chart. Best of the Ask price is displayed. |
BID | The open, high, low and close price values are based on the best BID prices presented in the order book at the given time frame. Use when selling. Bid price line appears on the chart. Best of the Bid price is displayed. |
MID | MID p=Price - the average of the current BID and ASK prices being quoted. Source The open, high, low and close price values are based on the MID prices presented in the order book at the given time frame. Mid price line appears on the chart. Use to estimate the average market values of an asset. Best of the MID price is displayed. |
Technical Indicators
Moving averages are used to produce buy and sell signals based on crossovers and divergences from the historical average on trending markets.
-
Simple Moving Average (SMA): Simple Moving Average is a fundamental technical analysis tool for determining if an asset price will continue or reverse a bull or bear trend. Moving averages are an important analytical tool used to identify current price trends and the potential for a change in an established trend. A simple moving average smooths out volatility, and makes it easier to view the price trend of a security. The SMA is calculated as the arithmetic average of an asset's price over some period. Source
-
Exponential Moving Average (EMA): In comparison to the SMA, Exponential Moving Average (EMA) places a greater weight and significance on the most recent data points and reacts more significantly to recent price changes. EMA gives a higher weighting to recent prices, while the SMA assigns equal weighting to all values. EMAs are commonly used in conjunction with other indicators to confirm significant market moves and to gauge their validity. Source
-
Smoothed Moving Average (SMMA): The Smoothed Moving Average is similar to the Simple Moving Average (SMA), because it aims to reduce noise rather than reduce lag. This indicator takes all prices into account and uses a long lookback period. Old prices are never removed from the calculation, but they have only a minimal impact on the Moving Average due to a low assigned weight. By reducing the noise, it removes fluctuations and plots the prevailing trend. The SMMA can be used to confirm trends and define areas of support and resistance. It is often used in combination with other signals and analysis techniques. Source