Hi,
i bult my own indicator (myMACD) that basicaly does the same as the macd indicator using sma instead of ema (and yes i know this already been writen

).
now i want to build another indicator that uses the output of 'Beelzebub.java' (attached). I have read the "Indicator that uses the output of another indicator" wiki entry, but I have still no idea to use this info to achieve the following.
what I want is as follows.
1. for every new calculation i want to fill a 2d primative array with the last 24 values of the output of 'myMACD'.
2. i then want to run a function onto that 2d array that returns a float or double which is used as final output of the calculate function.
Thanks in advance, and pleas let me konw if I should provide additional information to my problem.
froid