// Calculate Indicators ShortMA = MA(Close, ShortPeriod); LongMA = MA(Close, LongPeriod); RSI = RSI(Close, 14);

MLM PLAN
×

Amibroker Afl Code Now

// Calculate Indicators ShortMA = MA(Close, ShortPeriod); LongMA = MA(Close, LongPeriod); RSI = RSI(Close, 14);

×