Simple Programming Question

 

I am working on a custom indicator in MT4. I have pseudocode written

for my indicator, but the problem is I need it to take price data from several

currency pairs and compile them in the same indicator window.


Is this technically possible with MT4? Or is a given indicator only able

to accept price input from the pair it is being run on?


If anyone has insight, it would be greatly appreciated. I am reading Andrew

Young's book on expert adviser programming but there is very little written

on indicators.

 

RTFM iOpen( pair, TF...) iClose, iHigh....

Reason: