Getting orders on larger time frame

 
Hi,

I'm using a custom indicator which draws arrows for long and short entries on a chart. The arrow values (high of bar for short and low of bar for long) are written to an array when the conditions for long/short is met. If no signal on the bar then the Empty_Value is written to the array.

I want to get the orders from the 4 hour chart and plot them on the 15 min chart. Example: if i place the indicator on the 4 hour chart and it gives a buy on bar 10 at 10:00 then i want to draw an arrow on the 15 min time frame on the bar with the same time. If I just call the custom indicator from the 15 min chart and change the time frame to 4 hours (iCustom(NULL, 240,.....) I get different values than when I place the actual custom indicator on the 4 hour chart.

Any help will be appreciated. Please contact me if the above explanation is not clear.

Thanks
Mike
 
Found answer to my question in archive at "How to plot custom indicator result of higher timeframe on a lower timeframe chart?"

Helps to read a bit :-)