All types of superimposition of the chart on the chart, in one indicator.
This is a demo version of the “Overlay Ultimate”indicator.
In this version, there is no option to select a character to display. The “EURUSD” symbol is always shown.
Opportunities
- Easy to use. Add to the chart and enter the name of the symbol you want to see.
- Add the indicator several times to see several different symbols on the same chart. Each added character is configured separately.
- The bars of the added symbol are synchronized with the chart.
- In the place where the added symbol had no bars, it can add an empty bar (enabled in the parameters).
- In a place where one bar on the chart corresponds to several bars of the added symbol, it can combine them into one (enabled in the parameters).
- Recalculation of bar prices: multiplication, offset, inversion (you can draw a USDEUR chart).
- In the data window, displays the OHLC of the added character. In the parameters, it switches: source data or recalculated data.
- Automatically scale the graph vertically to accommodate all the added data. If several additional characters are added, the scale is selected for all at once (enabled in the parameters).
[spoiler title=”Read More…”]
The autoscaling function does not work in the tester.
- The added symbol is updated even when the chart symbol is not being traded.
- Customizable display options: Bars/Candles, Different colors for Bullish/Bearish / Neutral bars
- Inversion, Scale, Shift
Settings for converting the price of the added symbol to the price of the main chart.
The price is recalculated as follows.
If Inversion is false:
< Price for the chart > = < Original Price > * Scale Shift
If Inversion is true:
< Chart price > = (1 / < Original Price > ) * Scale Shift
The display without conversion is set as follows.
Inversion: false
Symbol Scale: 1
Symbol Shift: 0
The default setting is “no conversion”.
The price is recalculated as follows.
If Inversion is false:
< Price for the chart > = < Original Price > * Scale Shift
If Inversion is true:
< Chart price > = (1 / < Original Price > ) * Scale Shift
The display without conversion is set as follows.
Inversion: false
Symbol Scale: 1
Symbol Shift: 0
The default setting is “no conversion”.
- Bars / Candles
Bars-display of bars
Candles – display of candles
- Bull Color
The color of bullish bars or candlesticks
- Bear Color
The color of bearish bars or candlesticks
- Neutral Color
Color of neutral bars or candlesticks
- Add Bars/Candles On Empty Spaces
true – at intervals where the added symbol had no bars, a flat bar will be shown at the previous closing price.
false-the bar will be omitted
- Combine Unscheduled Bars/Candles
true – at intervals where the added symbol had several bars, all of them will be collected in one bar, where:
The Open will be equal to the Open of the first of these bars,
Close will be equal to the Close of the last of these bars,
High and Low will be equal to the highest High and lowest Low of these bars, respectively.
false – only the bar with the same time will be shown, the rest will be discarded.
- Show Converted Data
false – the data window shows the OHLC prices for the added symbol without recalculation.
true – taking into account the specified recalculation.
- Autoscale
true-the vertical scale of the chart will be automatically selected so that all bars of all symbols are displayed in full.
false – the vertical scale does not change.
[/spoiler]