[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Var period



PureBytes Links

Trading Reference Links

Tom,

I see that Ami doen't accept variable period like in this simple code
period1 = cross(rsi(5),50);
period2 = barssince(period1) ;
graph1=ema(c,period2);

it can be " easily " to solve it ( for a programmer ) with a dll, or 
just to implement this possibility in further version .

steph