Multiple data indicator

larssan

Newbie
Messages
2
Likes
0
Hi,

I'm trying to plot a relative strength indicator on a tick chart in Multicharts.
I use ES as data1 and NQ as data2, then I add the "Spread Ratio" indicator that is basically Data1/Data2.
This will work fine with time bars but when using a 600Tick chart the bar spacing will be uneven on the chart. (For obvious reasons, as the bars will not be completed at the same time)

My question is if anyone know if there is any way around this ?
What I want is a Tick chart with an indicator updating in real time with even spacing between the bars.
Just as it would look on a minute chart.
Data2 should somehow lock on to Data1 and create a bar whenever Data1 creates a bar.

I'm also interested to know if there are any other charting software that can do this if it's not possible with MC.

The images is only for visualizing the issue, I need only one chart and one indicator below.
But as the indicator is using Data2 I need to add a second data feed to the chart.

Chart without "lock" function:
startDownload.asp


Chart with "lock" function:
startDownload.asp



Cheers!
 
Top