Another Symbol free
・Display the other symbol's candlestick plotted on a separate indicator panel
・Time frame can be changed
・History data can be read by specifying a period
YouTube
Donation from free
download from Gumroad
Another indicators:
Auto Calculate Lot size +SL and TP Line
MTF OHLCFP Lines Candles Before
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class AnotherSymbolcAlgo : Indicator { protected override void Initialize() { Chart.DrawStaticText("AnotherSymbol", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue); } public override void Calculate(int index) { } } }

Hi, @yomm0401 this looks good. I wonder, if u could make something different. The idea is chart line of ratio spread (index1/index2), differential spread or just single instrument overlayed on main graph no scale (full screen).
With these stuff per line:
- label (size of text changeable), user will write the label
- colour, style of line and tickness

Hi, did you develop also same candlestick indicator for USD Index, using weighted pairs (EUR, JPY, GBP, CAD, SEK, CHF)? Thanks

Hi,Thanks for indicator