Curious to know whether if its possible to place two currencies into the same chart on MetaTrader?

1 View
Jeremiah Reynolds
Answered 6 months, 1 week ago
<p id="isPasted">I don't know of a way of putting two price charts in one window. I doubt it's possible. I just use different windows and keep them that way with profiles.</p><p>It should be possible to write an indicator that displays the 'other' currency prices. The functions iOpen(), iHigh(), iLow() &amp; iClose will give you previous prices on other currency pairs and timeframes. You may need to use iBarShift() in conjunction with them. If you want to draw bar or candles it will be a challenge. I think you would have to construct them with objects, which means lots of objects …</p>