I'm trying to create an indicator calling a range of int periods in realtime, not backtesting.
Say testing on a crossover between SMA(period1) and SMA(period2), where period1 gets six different values between 15 and 20, and period2 gets values between 10 and 15.
Could I use ArrayList or IntSeries?
Please try to be specific - how to enter the seies data, and how to call it from the indicator.
Thanks,
bkool.

Comment